Skip to content

Commit 0c13100

Browse files
Mathieu Choplaincarlescufi
authored andcommitted
dts: bindings: power: add note on SMPS current limit for STM32WB0
Indicate in the STM32WB0 power controller binding that the SMPS output current limitation is a feature only available on STM32WB05 and STM32WB09. Signed-off-by: Mathieu Choplain <[email protected]>
1 parent cc6ba10 commit 0c13100

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

dts/bindings/power/st,stm32wb0-pwr.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ properties:
2828
PRECHARGE: (also called BYPASS)
2929
- SMPS converter enabled - clock disabled
3030
- LDOs supply voltage: VDD (though SMPS)
31-
- Supplied current limitation can be programmed
31+
- Current supplied to LDOs can be limited
32+
(feature only supported on STM32WB05 / STM32WB09)
3233
3334
RUN: (also called ON)
3435
- SMPS converter enabled - clock enabled
@@ -97,8 +98,12 @@ properties:
9798
description: |
9899
SMPS output current limit (in mA)
99100
100-
The default value corresponds to the hardware reset
101-
configuration of 20 mA output current limit.
101+
The default value of 20 mA corresponds to the maximal
102+
output current allowed for the SMPS, and is also equal
103+
to the hardware reset configuration.
104+
105+
On STM32WB06 and STM32WB07, this property is ignored as
106+
the output current limitation feature is not available.
102107
103108
This property is only used if `smps-mode` is "PRECHARGE".
104109
enum:

0 commit comments

Comments
 (0)