summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/pwm/lpc32xx-pwm.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/pwm/lpc32xx-pwm.txt')
-rw-r--r--dts/Bindings/pwm/lpc32xx-pwm.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/dts/Bindings/pwm/lpc32xx-pwm.txt b/dts/Bindings/pwm/lpc32xx-pwm.txt
new file mode 100644
index 0000000000..cfe1db3bb6
--- /dev/null
+++ b/dts/Bindings/pwm/lpc32xx-pwm.txt
@@ -0,0 +1,12 @@
+LPC32XX PWM controller
+
+Required properties:
+- compatible: should be "nxp,lpc3220-pwm"
+- reg: physical base address and length of the controller's registers
+
+Examples:
+
+pwm@0x4005C000 {
+ compatible = "nxp,lpc3220-pwm";
+ reg = <0x4005C000 0x8>;
+};