Searched full:ldo1 (Results 1 – 19 of 19) sorted by relevance
/Zephyr-Core-3.6.0/tests/drivers/build_all/regulator/ |
D | i2c.dtsi | 16 LDO1 {}; 32 LDO1 {}; 45 LDO1 {}; 73 LDO1 {}; 88 LDO1 {};
|
/Zephyr-Core-3.6.0/dts/bindings/regulator/ |
D | maxim,max20335-regulator.yaml | 8 children nodes, strictly following the BUCK1..2, LDO1..3 node names. For 23 LDO1 { 24 /* all properties for LDO1 */
|
D | nordic,npm1300-regulator.yaml | 9 BUCK1,2 LDO1..2, node names. For 24 LDO1 { 25 /* all properties for LDO1 */
|
D | nordic,npm6001-regulator.yaml | 32 LDO1 { 33 /* all properties for LDO1 */
|
D | nxp,pca9420.yaml | 8 children nodes, strictly following the BUCK1, BUCK2, LDO1 and LDO2 node names. 20 LDO1 { 21 /* all properties for LDO1 */
|
D | x-powers,axp192-regulator.yaml | 8 The PMIC has three DCDC converters and two LDOs (LDO1 cannot be disabled).
|
/Zephyr-Core-3.6.0/tests/drivers/regulator/voltage/boards/ |
D | mimxrt685_evk_cm33.overlay | 12 &ldo1 { 40 * default voltage of 3.3V, LDO1 will not always deliver 43 regulators = <&ldo2 &ldo1>;
|
/Zephyr-Core-3.6.0/boards/shields/npm6001_ek/ |
D | npm6001_ek.overlay | 52 npm6001_ek_ldo1: LDO1 {
|
/Zephyr-Core-3.6.0/samples/shields/npm1300_ek/doc/ |
D | index.rst | 13 - Regulators (BUCK1/2, LDO1/2)
|
/Zephyr-Core-3.6.0/boards/shields/npm1300_ek/ |
D | npm1300_ek.overlay | 35 npm1300_ek_ldo1: LDO1 {
|
/Zephyr-Core-3.6.0/boards/arm/mimxrt595_evk/ |
D | board.c | 43 static const struct device *ldo1 = DEVICE_DT_GET(NODE_LDO1); variable 107 ret = regulator_set_voltage(ldo1, 1800000, 1800000); in board_config_pmic()
|
D | mimxrt595_evk_cm33.dts | 254 pca9420_ldo1: LDO1 {
|
/Zephyr-Core-3.6.0/drivers/regulator/ |
D | regulator_pca9420.c | 77 /** @brief LDO1 Enable */ 92 /** @brief LDO1 active discharge control */ 555 REGULATOR_PCA9420_DEFINE_COND(inst, ldo1, DEVICE_DT_INST_GET(inst)) \
|
D | regulator_max20335.c | 375 REGULATOR_MAX20335_DEFINE_COND(inst, ldo1, MAX20335_PMIC_SOURCE_LDO1) \
|
D | regulator_npm6001.c | 607 REGULATOR_NPM6001_DEFINE_COND(inst, ldo1, NPM6001_SOURCE_LDO1)
|
D | regulator_npm1300.c | 681 REGULATOR_NPM1300_DEFINE_COND(inst, ldo1, NPM1300_SOURCE_LDO1) \
|
/Zephyr-Core-3.6.0/samples/shields/npm6001_ek/doc/ |
D | index.rst | 61 LDO1
|
/Zephyr-Core-3.6.0/boards/arm/mimxrt685_evk/ |
D | mimxrt685_evk_cm33.dts | 235 ldo1: LDO1 { label
|
/Zephyr-Core-3.6.0/samples/shields/npm6001_ek/src/ |
D | main.c | 33 { "LDO1", DEVICE_DT_GET_OR_NULL(DT_NODELABEL(npm6001_ek_ldo1)) },
|