dt: watchdog: Add DT binding documentation for jz4740 watchdog timer
authorZubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Tue, 3 Feb 2015 10:25:47 +0000 (10:25 +0000)
committerWim Van Sebroeck <wim@iguana.be>
Tue, 17 Feb 2015 20:33:58 +0000 (21:33 +0100)
Add binding for jz4740 watchdog timer. It is a simple watchdog timer.

Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Documentation/devicetree/bindings/watchdog/ingenic,jz4740-wdt.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/watchdog/ingenic,jz4740-wdt.txt b/Documentation/devicetree/bindings/watchdog/ingenic,jz4740-wdt.txt
new file mode 100644 (file)
index 0000000..e27763e
--- /dev/null
@@ -0,0 +1,12 @@
+Ingenic Watchdog Timer (WDT) Controller for JZ4740
+
+Required properties:
+compatible: "ingenic,jz4740-watchdog"
+reg: Register address and length for watchdog registers
+
+Example:
+
+watchdog: jz4740-watchdog@0x10002000 {
+       compatible = "ingenic,jz4740-watchdog";
+       reg = <0x10002000 0x100>;
+};