Searched refs:regulator (Results 1 – 25 of 121) sorted by relevance
12345
/Zephyr-Core-3.6.0/tests/drivers/regulator/api/ |
D | app.overlay | 7 regulator: regulator { 8 compatible = "zephyr,fake-regulator"; 13 regulator-always-on; 17 regulator-boot-on; 21 regulator-min-microvolt = <100>; 22 regulator-max-microvolt = <200>; 23 regulator-min-microamp = <100>; 24 regulator-max-microamp = <200>; 25 regulator-allowed-modes = <1 10>; 26 regulator-initial-mode = <1>; [all …]
|
/Zephyr-Core-3.6.0/boards/shields/npm6001_ek/ |
D | npm6001_ek.overlay | 23 compatible = "nordic,npm6001-regulator"; 28 regulator-min-microvolt = <1800000>; 29 regulator-max-microvolt = <3300000>; 33 regulator-min-microvolt = <700000>; 34 regulator-max-microvolt = <1400000>; 38 regulator-min-microvolt = <1200000>; 39 regulator-max-microvolt = <1400000>; 43 regulator-min-microvolt = <500000>; 44 regulator-max-microvolt = <3300000>; 48 regulator-min-microvolt = <1800000>; [all …]
|
/Zephyr-Core-3.6.0/drivers/regulator/ |
D | Kconfig | 16 When enabled, regulator reference counting is thread-safe. 22 Enable regulator shell framework, for interacting with regulators via 26 module-str = regulator 29 source "drivers/regulator/Kconfig.axp192" 30 source "drivers/regulator/Kconfig.adp5360" 31 source "drivers/regulator/Kconfig.da1469x" 32 source "drivers/regulator/Kconfig.fake" 33 source "drivers/regulator/Kconfig.fixed" 34 source "drivers/regulator/Kconfig.gpio" 35 source "drivers/regulator/Kconfig.max20335" [all …]
|
D | Kconfig.fake | 5 bool "Fake regulator driver" 9 Enable support for the FFF-based fake regulator driver. 14 int "Fake regulator driver init priority (common part)" 17 Init priority for the fake regulator driver (common part). 20 int "Fake regulator driver init priority" 23 Init priority for the fake regulator driver. It must be
|
D | Kconfig.max20335 | 5 bool "MAX20335 PMIC regulator driver" 11 Enable the Maxim MAX20335 PMIC regulator driver 16 int "MAX20335 regulator driver init priority (common part)" 19 Init priority for the Maxim MAX20335 regulator driver 23 int "MAX20335 regulator driver init priority" 26 Init priority for the Maxim MAX20335 regulator driver. It must be
|
D | Kconfig.npm1300 | 5 bool "nPM1300 PMIC regulator driver" 11 Enable the Nordic nPM1300 PMIC regulator driver 16 int "nPM1300 regulator driver init priority (common part)" 19 Init priority for the Nordic nPM1300 regulator driver (common part). 23 int "nPM1300 regulator driver init priority" 26 Init priority for the Nordic nPM1300 regulator driver. It must be
|
D | Kconfig.pca9420 | 5 bool "NXP PCA9420 PMIC regulator driver" 10 Enable the NXP PCA9420 PMIC regulator driver 15 int "NXP PCA9420 regulator driver init priority (common part)" 18 Init priority for the NXP PCA9420 regulator driver (common part). It 22 int "NXP PCA9420 regulator driver init priority" 25 Init priority for the NXP PCA9420 regulator driver. It must be
|
D | Kconfig.npm1100 | 5 bool "nPM1100 PMIC regulator driver" 9 Enable the Nordic nPM1100 PMIC regulator driver 12 int "nPM1100 regulator driver init priority" 16 Init priority for the Nordic nPM1100 regulator driver.
|
D | Kconfig.npm6001 | 5 bool "nPM6001 PMIC regulator driver" 11 Enable the Nordic nPM6001 PMIC regulator driver 14 int "nPM6001 regulator driver init priority" 18 Init priority for the Nordic nPM6001 regulator driver.
|
D | Kconfig.rpi_pico | 5 bool "RaspberryPi Pico regulator driver" 9 Enable support for the RaspberryPi Pico regulator. 14 int "RaspberryPi Pico regulator driver init priority" 17 Init priority for the RaspberryPi Pico regulator driver.
|
D | Kconfig.adp5360 | 5 bool "ADP5360 PMIC regulator driver" 10 Enable the Analog Devices ADP5360 PMIC regulator driver 13 int "ADP5360 regulator driver init priority" 17 Init priority for the Analog Devices ADP5360 regulator driver.
|
D | Kconfig.axp192 | 5 bool "X-Power AXP192 PMIC regulator driver" 12 Enable the AXP PMIC regulator driver 17 int "AXP192 regulator driver init priority" 20 Init priority for the axp192 regulator driver. It must be
|
/Zephyr-Core-3.6.0/boards/shields/npm1300_ek/ |
D | npm1300_ek.overlay | 6 #include <dt-bindings/regulator/npm1300.h> 22 compatible = "nordic,npm1300-regulator"; 26 regulator-min-microvolt = <1000000>; 27 regulator-max-microvolt = <3300000>; 31 regulator-min-microvolt = <1000000>; 32 regulator-max-microvolt = <3300000>; 36 regulator-min-microvolt = <1000000>; 37 regulator-max-microvolt = <3300000>; 41 regulator-min-microvolt = <1000000>; 42 regulator-max-microvolt = <3300000>;
|
/Zephyr-Core-3.6.0/tests/drivers/regulator/fixed/dts/ |
D | test_common.dtsi | 7 regulator { 8 compatible = "regulator-fixed"; 9 regulator-name = "test"; 10 regulator-boot-on; 16 compatible = "test-regulator-fixed";
|
/Zephyr-Core-3.6.0/boards/arm/vmu_rt1170/ |
D | vmu_rt1170.dts | 37 /* This regulator controls VDD_3V3_SD_CARD onboard supply */ 39 compatible = "regulator-fixed"; 40 regulator-name = "reg-3v3-sdcard"; 42 regulator-always-on; 46 /* This regulator controls VDD_5V_PERIPH onboard supply */ 48 compatible = "regulator-fixed"; 49 regulator-name = "reg-5v-periph"; 51 regulator-always-on; 55 /* This regulator controls VDD_5V_HIPOWER onboard supply */ 57 compatible = "regulator-fixed"; [all …]
|
/Zephyr-Core-3.6.0/dts/arm/renesas/smartbond/ |
D | da1469x.dtsi | 91 compatible = "renesas,smartbond-regulator"; 93 regulator-init-microvolt = <900000>; 94 regulator-boot-on; 95 renesas,regulator-sleep-ldo; 96 renesas,regulator-dcdc-vbat-high; 97 renesas,regulator-dcdc-vbat-low; 100 regulator-boot-on; 101 regulator-always-on; 102 regulator-init-microvolt = <706000>; 105 regulator-boot-on; [all …]
|
/Zephyr-Core-3.6.0/boards/xtensa/m5stack_core2/ |
D | m5stack_core2.dts | 13 #include <zephyr/dt-bindings/regulator/axp192.h> 131 compatible = "x-powers,axp192-regulator"; 135 regulator-init-microvolt = <3350000>; 136 regulator-min-microvolt = <3200000>; 137 regulator-max-microvolt = <3400000>; 138 regulator-initial-mode = <AXP192_DCDC_MODE_AUTO>; 139 regulator-boot-on; 140 regulator-always-on; 144 regulator-init-microvolt = <2800000>; 145 regulator-min-microvolt = <2500000>; [all …]
|
/Zephyr-Core-3.6.0/samples/shields/npm1300_ek/doc/ |
D | index.rst | 36 flashed, you should boot into the shell interface. The ``regulator`` command is 42 The ``regulator`` shell interface provides several subcommand to test 48 regulator vlist BUCK1 56 regulator enable BUCK2 58 regulator disable BUCK2 63 regulator vset BUCK2 2V 65 regulator vget BUCK1 68 regulator set BUCK1 2.35V 2.45V 70 regulator get BUCK1
|
/Zephyr-Core-3.6.0/boards/arm/mimxrt1062_fmurt6/ |
D | mimxrt1062_fmurt6.dts | 52 /* This regulator controls VDD_3V3_SD_CARD onboard supply */ 54 compatible = "regulator-fixed"; 55 regulator-name = "reg-3v3-sdcard"; 57 regulator-always-on; 61 /* This regulator controls VDD_5V_PERIPH onboard supply */ 63 compatible = "regulator-fixed"; 64 regulator-name = "reg-5v-periph"; 66 regulator-always-on; 70 /* This regulator controls VDD_5V_HIPOWER onboard supply */ 72 compatible = "regulator-fixed"; [all …]
|
/Zephyr-Core-3.6.0/tests/drivers/build_all/regulator/ |
D | misc.dtsi | 6 regulator-fixed { 7 compatible = "regulator-fixed"; 8 regulator-name = "test";
|
D | i2c.dtsi | 25 compatible = "nordic,npm6001-regulator"; 41 compatible = "nordic,npm1300-regulator"; 55 compatible = "adi,adp5360-regulator"; 67 compatible = "x-powers,axp192-regulator"; 84 compatible = "maxim,max20335-regulator";
|
/Zephyr-Core-3.6.0/samples/drivers/led_apa102/boards/ |
D | blueclover_plt_demo_v2_nrf52832.overlay | 9 compatible = "regulator-fixed"; 10 regulator-name = "led-pwr-ctrl"; 12 regulator-boot-on;
|
/Zephyr-Core-3.6.0/samples/shields/npm1300_ek/ |
D | nrf52dk_nrf52832.overlay | 17 regulator-init-microvolt = <2000000>; 21 regulator-init-microvolt = <3300000>; 29 regulator-initial-mode = <NPM1300_LDSW_MODE_LDO>; 34 regulator-initial-mode = <NPM1300_LDSW_MODE_LDSW>;
|
/Zephyr-Core-3.6.0/boards/arm/stm32f3_seco_d23/ |
D | stm32f3_seco_d23.dts | 37 compatible = "regulator-fixed"; 38 regulator-name = "3p3v-out-pwr-ctrl"; 40 regulator-always-on; 41 regulator-boot-on; 46 compatible = "regulator-fixed"; 47 regulator-name = "out-gpio-bufa-pwr-ctrl"; 49 regulator-boot-on; 54 compatible = "regulator-fixed"; 55 regulator-name = "out-gpio-bufb-pwr-ctrl"; 57 regulator-boot-on; [all …]
|
/Zephyr-Core-3.6.0/boards/arm/olimex_lora_stm32wl_devkit/ |
D | olimex_lora_stm32wl_devkit_C.overlay | 10 compatible = "regulator-fixed"; 12 regulator-name = "fet2_regulator"; 13 regulator-boot-on;
|
12345