Home
last modified time | relevance | path

Searched full:smps (Results 1 – 25 of 55) sorted by relevance

123

/Zephyr-latest/dts/bindings/power/
Dst,stm32wb0-pwr.yaml11 smps-mode:
15 SMPS mode selection
18 - SMPS converter disabled
21 WARNING: The SMPS must not be disabled on board using the
22 'SMPS supply configuration', so this mode should NEVER be
26 Refer to RM0505 §5.5 "SMPS step down regulator" for details.
29 - SMPS converter enabled - clock disabled
30 - LDOs supply voltage: VDD (though SMPS)
35 - SMPS converter enabled - clock enabled
36 - LDOs supply voltage: regulated SMPS output
[all …]
/Zephyr-latest/soc/st/stm32/
DKconfig69 bool "Direct SMPS supply"
72 bool "SMPS 1.8V supplies LDO (no external supply)"
76 bool "SMPS 2.5V supplies LDO (no external supply)"
80 bool "External SMPS 1.8V supply, supplies LDO"
84 bool "External SMPS 2.5V supply, supplies LDO"
88 bool "External SMPS 1.8V supply and bypass"
92 bool "External SMPS 2.5V supply and bypass"
/Zephyr-latest/soc/st/stm32/stm32wb0x/
Dsoc.c63 "smps-bom must be specified");
87 /* Configure SMPS clock prescaler */ in configure_smps()
91 /* Disable SMPS */ in configure_smps()
95 /* Wait for SMPS to turn off */ in configure_smps()
104 /* Enable SMPS */ in configure_smps()
108 /* Wait for SMPS to turn on */ in configure_smps()
111 /* Place SMPS in PRECHARGE (BYPASS) mode. in configure_smps()
112 * This is required to change SMPS output voltage, in configure_smps()
117 /* Wait for SMPS to enter PRECHARGE mode */ in configure_smps()
123 * SMPS should remain in PRECHARGE mode. in configure_smps()
[all …]
Dsoc.h20 /** SMPS modes */
25 /** Active SMPS mode (provided here for usage in drivers) */
/Zephyr-latest/boards/st/stm32h750b_dk/
Dstm32h750b_dk_defconfig4 # Enable the internal SMPS regulator
/Zephyr-latest/boards/st/stm32h7s78_dk/
Dstm32h7s78_dk_defconfig4 # Enable SMPS
/Zephyr-latest/boards/st/nucleo_h7a3zi_q/
Dnucleo_h7a3zi_q_defconfig20 # Enable SMPS
/Zephyr-latest/boards/st/nucleo_wba55cg/
Dnucleo_wba55cg_defconfig20 # Enable the internal SMPS regulator
/Zephyr-latest/boards/st/stm32h735g_disco/
Dstm32h735g_disco_defconfig4 # Enable the internal SMPS regulator
/Zephyr-latest/boards/vcc-gnd/yd_stm32h750vb/
Dyd_stm32h750vb_defconfig4 # Enable the internal SMPS regulator
/Zephyr-latest/boards/st/stm32h747i_disco/
Dstm32h747i_disco_stm32h747xx_m7_defconfig4 # Enable the internal SMPS regulator
/Zephyr-latest/boards/arduino/giga_r1/
Darduino_giga_r1_stm32h747xx_m7_defconfig4 # Disable the internal SMPS regulator
/Zephyr-latest/boards/arduino/nicla_vision/
Darduino_nicla_vision_stm32h747xx_m7_defconfig4 # Disable the internal SMPS regulator
/Zephyr-latest/boards/st/stm32h7b3i_dk/
Dstm32h7b3i_dk_defconfig21 # Enable SMPS
/Zephyr-latest/boards/st/nucleo_h745zi_q/
Dnucleo_h745zi_q_stm32h745xx_m7_defconfig4 # Enable the internal SMPS regulator
/Zephyr-latest/boards/st/nucleo_h755zi_q/
Dnucleo_h755zi_q_stm32h755xx_m7_defconfig4 # Enable the internal SMPS regulator
/Zephyr-latest/boards/st/stm32h745i_disco/
Dstm32h745i_disco_stm32h745xx_m7_defconfig5 # Enable the internal SMPS regulator
/Zephyr-latest/soc/st/stm32/stm32h7rsx/
Dsoc.c39 #if !defined(SMPS) && \ in soc_early_init_hook()
47 #error Unsupported configuration: Selected SoC do not support SMPS in soc_early_init_hook()
/Zephyr-latest/boards/arduino/portenta_h7/
Darduino_portenta_h7_stm32h747xx_m7_defconfig4 # Enable the internal SMPS regulator
/Zephyr-latest/soc/st/stm32/stm32h7x/
Dsoc_m7.c63 #if !defined(SMPS) && \ in soc_early_init_hook()
71 #error Unsupported configuration: Selected SoC do not support SMPS in soc_early_init_hook()
/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_h7.c252 #if defined(SMPS) && defined(CONFIG_POWER_SUPPLY_DIRECT_SMPS)
254 #elif defined(SMPS) && defined(CONFIG_POWER_SUPPLY_SMPS_1V8_SUPPLIES_LDO)
256 #elif defined(SMPS) && defined(CONFIG_POWER_SUPPLY_SMPS_2V5_SUPPLIES_LDO)
258 #elif defined(SMPS) && defined(CONFIG_POWER_SUPPLY_SMPS_1V8_SUPPLIES_EXT_AND_LDO)
260 #elif defined(SMPS) && defined(CONFIG_POWER_SUPPLY_SMPS_2V5_SUPPLIES_EXT_AND_LDO)
262 #elif defined(SMPS) && defined(CONFIG_POWER_SUPPLY_SMPS_1V8_SUPPLIES_EXT)
264 #elif defined(SMPS) && defined(CONFIG_POWER_SUPPLY_SMPS_2V5_SUPPLIES_EXT)
294 #if defined(SMPS) && defined(CONFIG_POWER_SUPPLY_DIRECT_SMPS)
296 #elif defined(SMPS) && defined(CONFIG_POWER_SUPPLY_SMPS_1V8_SUPPLIES_LDO)
298 #elif defined(SMPS) && defined(CONFIG_POWER_SUPPLY_SMPS_2V5_SUPPLIES_LDO)
[all …]
/Zephyr-latest/boards/st/nucleo_wb05kz/
Dnucleo_wb05kz.dts72 smps-mode = "RUN";
73 smps-bom = <3>;
/Zephyr-latest/boards/st/nucleo_wb09ke/
Dnucleo_wb09ke.dts72 smps-mode = "RUN";
73 smps-bom = <3>;
/Zephyr-latest/boards/st/nucleo_l412rb_p/doc/
Dindex.rst27 - External SMPS to generate Vcore logic supply
31 - External SMPS experimentation dedicated connector
55 - 28 |micro| A/MHz run mode (@3.3 V SMPS Mode)
/Zephyr-latest/boards/st/nucleo_l552ze_q/doc/
Dnucleol552ze_q.rst27 - External or internal SMPS to generate Vcore logic supply
72 - Embedded SMPS step-down converter
73 - External SMPS support

123