Lines Matching +full:power +full:- +full:down +full:- +full:mode

2 # SPDX-License-Identifier: Apache-2.0
4 description: STM32WB0 power controller
6 compatible: "st,stm32wb0-pwr"
8 include: "st,stm32-pwr.yaml"
11 smps-mode:
15 SMPS mode selection
18 - SMPS converter disabled
19 - LDOs supply voltage: VDD
22 'SMPS supply configuration', so this mode should NEVER be
23 selected on these boards. Only use this mode if your board
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)
31 - Current supplied to LDOs can be limited
35 - SMPS converter enabled - clock enabled
36 - LDOs supply voltage: regulated SMPS output
37 - Target output voltage can be programmed
39 - "OFF"
40 - "PRECHARGE"
41 - "RUN"
43 smps-bom:
54 This property is required if `smps-mode` is not "OFF".
56 - 1
57 - 2
58 - 3
60 smps-clock-prescaler:
76 in less power consumption, this property defaults to 4.
78 This property is only used if `smps-mode` is not "OFF".
80 - 2
81 - 4
83 smps-lp-floating:
86 Floating SMPS output in low-power state
89 is left floating when the SoC is in low-power state.
92 PRECHARGE mode when the SoC is in low-power state.
95 smps-current-limit:
108 This property is only used if `smps-mode` is "PRECHARGE".
110 - "2_5"
111 - "5"
112 - "10"
113 - "20"
115 smps-output-voltage:
124 This property is only used if `smps-mode` is "RUN".
126 - "1V20"
127 - "1V25"
128 - "1V30"
129 - "1V35"
130 - "1V40"
131 - "1V45"
132 - "1V50"
133 - "1V55"
134 - "1V60"
135 - "1V65"
136 - "1V70"
137 - "1V75"
138 - "1V80"
139 - "1V85"
140 - "1V90"
141 - "1V95"