Commit ba583693 authored by Benjamin Gaignard's avatar Benjamin Gaignard Committed by Lee Jones

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: default avatarBenjamin Gaignard <benjamin.gaignard@st.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 42679765
...@@ -39,6 +39,8 @@ properties: ...@@ -39,6 +39,8 @@ properties:
"#size-cells": "#size-cells":
const: 0 const: 0
wakeup-source: true
pwm: pwm:
type: object type: object
...@@ -81,6 +83,16 @@ patternProperties: ...@@ -81,6 +83,16 @@ patternProperties:
required: required:
- compatible - compatible
timer:
type: object
properties:
compatible:
const: st,stm32-lptimer-timer
required:
- compatible
required: required:
- "#address-cells" - "#address-cells"
- "#size-cells" - "#size-cells"
...@@ -115,6 +127,10 @@ examples: ...@@ -115,6 +127,10 @@ examples:
counter { counter {
compatible = "st,stm32-lptimer-counter"; compatible = "st,stm32-lptimer-counter";
}; };
timer {
compatible = "st,stm32-lptimer-timer";
};
}; };
... ...
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment