summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/mfd/st,stm32-lptimer.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/mfd/st,stm32-lptimer.yaml')
-rw-r--r--dts/Bindings/mfd/st,stm32-lptimer.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/dts/Bindings/mfd/st,stm32-lptimer.yaml b/dts/Bindings/mfd/st,stm32-lptimer.yaml
index 1a4cc5f3fb..ddf190cb80 100644
--- a/dts/Bindings/mfd/st,stm32-lptimer.yaml
+++ b/dts/Bindings/mfd/st,stm32-lptimer.yaml
@@ -39,6 +39,8 @@ properties:
"#size-cells":
const: 0
+ wakeup-source: true
+
pwm:
type: object
@@ -81,6 +83,16 @@ patternProperties:
required:
- compatible
+ timer:
+ type: object
+
+ properties:
+ compatible:
+ const: st,stm32-lptimer-timer
+
+ required:
+ - compatible
+
required:
- "#address-cells"
- "#size-cells"
@@ -115,6 +127,10 @@ examples:
counter {
compatible = "st,stm32-lptimer-counter";
};
+
+ timer {
+ compatible = "st,stm32-lptimer-timer";
+ };
};
...