summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/pwm/st,stmpe-pwm.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/pwm/st,stmpe-pwm.txt')
-rw-r--r--dts/Bindings/pwm/st,stmpe-pwm.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/dts/Bindings/pwm/st,stmpe-pwm.txt b/dts/Bindings/pwm/st,stmpe-pwm.txt
new file mode 100644
index 0000000000..cb209646bf
--- /dev/null
+++ b/dts/Bindings/pwm/st,stmpe-pwm.txt
@@ -0,0 +1,18 @@
+== ST STMPE PWM controller ==
+
+This is a PWM block embedded in the ST Microelectronics STMPE
+(ST Multi-Purpose Expander) chips. The PWM is registered as a
+subdevices of the STMPE MFD device.
+
+Required properties:
+- compatible: should be:
+ - "st,stmpe-pwm"
+- #pwm-cells: should be 2. See pwm.txt in this directory for a description of
+ the cells format.
+
+Example:
+
+pwm0: pwm {
+ compatible = "st,stmpe-pwm";
+ #pwm-cells = <2>;
+};