Home
last modified time | relevance | path

Searched full:buck2 (Results 1 – 14 of 14) sorted by relevance

/Zephyr-Core-3.5.0/samples/shields/npm1300_ek/doc/
Dindex.rst55 # 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/
Di2c.dtsi15 BUCK2 {};
29 BUCK2 {};
44 BUCK2 {};
/Zephyr-Core-3.5.0/dts/bindings/regulator/
Dnordic,npm6001-regulator.yaml23 BUCK2 {
24 /* all properties for BUCK2 */
Dnxp,pca9420.yaml8 children nodes, strictly following the BUCK1, BUCK2, LDO1 and LDO2 node names.
17 BUCK2 {
18 /* all properties for BUCK2 */
Dnordic,npm1300-regulator.yaml21 BUCK2 {
22 /* all properties for BUCK2 */
/Zephyr-Core-3.5.0/samples/shields/npm6001_ek/doc/
Dindex.rst58 BUCK2
65 # list all the supported voltages by BUCK2
66 npm6001 regulator voltages BUCK2
/Zephyr-Core-3.5.0/boards/shields/npm6001_ek/
Dnpm6001_ek.overlay37 npm6001_ek_buck2: BUCK2 {
/Zephyr-Core-3.5.0/boards/shields/npm1300_ek/
Dnpm1300_ek.overlay30 npm1300_ek_buck2: BUCK2 {
/Zephyr-Core-3.5.0/boards/arm/mimxrt685_evk/
Dmimxrt685_evk_cm33.dts231 buck2: BUCK2 { label
/Zephyr-Core-3.5.0/boards/arm/mimxrt595_evk/
Dmimxrt595_evk_cm33.dts244 pca9420_sw2: BUCK2 {
/Zephyr-Core-3.5.0/drivers/regulator/
Dregulator_npm6001.c604 REGULATOR_NPM6001_DEFINE_COND(inst, buck2, NPM6001_SOURCE_BUCK2) \
Dregulator_pca9420.c479 REGULATOR_PCA9420_DEFINE_COND(inst, buck2, DEVICE_DT_INST_GET(inst)) \
Dregulator_npm1300.c599 REGULATOR_NPM1300_DEFINE_COND(inst, buck2, NPM1300_SOURCE_BUCK2) \
/Zephyr-Core-3.5.0/samples/shields/npm6001_ek/src/
Dmain.c30 { "BUCK2", DEVICE_DT_GET_OR_NULL(DT_NODELABEL(npm6001_ek_buck2)) },