Skip to content

Commit ba58369

Browse files
benjamingaignardLee Jones
authored andcommitted
dt-bindings: mfd: Document STM32 low power timer bindings
Add a subnode to STM low power timer bindings to support timer driver Signed-off-by: Benjamin Gaignard <[email protected]> Acked-by: Rob Herring <[email protected]> Signed-off-by: Lee Jones <[email protected]>
1 parent 4267976 commit ba58369

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Documentation/devicetree/bindings/mfd/st,stm32-lptimer.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ properties:
3939
"#size-cells":
4040
const: 0
4141

42+
wakeup-source: true
43+
4244
pwm:
4345
type: object
4446

@@ -81,6 +83,16 @@ patternProperties:
8183
required:
8284
- compatible
8385

86+
timer:
87+
type: object
88+
89+
properties:
90+
compatible:
91+
const: st,stm32-lptimer-timer
92+
93+
required:
94+
- compatible
95+
8496
required:
8597
- "#address-cells"
8698
- "#size-cells"
@@ -115,6 +127,10 @@ examples:
115127
counter {
116128
compatible = "st,stm32-lptimer-counter";
117129
};
130+
131+
timer {
132+
compatible = "st,stm32-lptimer-timer";
133+
};
118134
};
119135
120136
...

0 commit comments

Comments
 (0)