Searched full:buck2 (Results 1 – 14 of 14) sorted by relevance
/Zephyr-Core-3.5.0/samples/shields/npm1300_ek/doc/ |
D | index.rst | 55 # enable BUCK2 56 regulator enable BUCK2 57 # disable BUCK2 58 regulator disable BUCK2 62 # set BUCK2 voltage to exactly 2V 63 regulator vset BUCK2 2V
|
/Zephyr-Core-3.5.0/tests/drivers/build_all/regulator/ |
D | i2c.dtsi | 15 BUCK2 {}; 29 BUCK2 {}; 44 BUCK2 {};
|
/Zephyr-Core-3.5.0/dts/bindings/regulator/ |
D | nordic,npm6001-regulator.yaml | 23 BUCK2 { 24 /* all properties for BUCK2 */
|
D | nxp,pca9420.yaml | 8 children nodes, strictly following the BUCK1, BUCK2, LDO1 and LDO2 node names. 17 BUCK2 { 18 /* all properties for BUCK2 */
|
D | nordic,npm1300-regulator.yaml | 21 BUCK2 { 22 /* all properties for BUCK2 */
|
/Zephyr-Core-3.5.0/samples/shields/npm6001_ek/doc/ |
D | index.rst | 58 BUCK2 65 # list all the supported voltages by BUCK2 66 npm6001 regulator voltages BUCK2
|
/Zephyr-Core-3.5.0/boards/shields/npm6001_ek/ |
D | npm6001_ek.overlay | 37 npm6001_ek_buck2: BUCK2 {
|
/Zephyr-Core-3.5.0/boards/shields/npm1300_ek/ |
D | npm1300_ek.overlay | 30 npm1300_ek_buck2: BUCK2 {
|
/Zephyr-Core-3.5.0/boards/arm/mimxrt685_evk/ |
D | mimxrt685_evk_cm33.dts | 231 buck2: BUCK2 { label
|
/Zephyr-Core-3.5.0/boards/arm/mimxrt595_evk/ |
D | mimxrt595_evk_cm33.dts | 244 pca9420_sw2: BUCK2 {
|
/Zephyr-Core-3.5.0/drivers/regulator/ |
D | regulator_npm6001.c | 604 REGULATOR_NPM6001_DEFINE_COND(inst, buck2, NPM6001_SOURCE_BUCK2) \
|
D | regulator_pca9420.c | 479 REGULATOR_PCA9420_DEFINE_COND(inst, buck2, DEVICE_DT_INST_GET(inst)) \
|
D | regulator_npm1300.c | 599 REGULATOR_NPM1300_DEFINE_COND(inst, buck2, NPM1300_SOURCE_BUCK2) \
|
/Zephyr-Core-3.5.0/samples/shields/npm6001_ek/src/ |
D | main.c | 30 { "BUCK2", DEVICE_DT_GET_OR_NULL(DT_NODELABEL(npm6001_ek_buck2)) },
|