ARM: sunxi: Add sunxi restart function via onchip watchdog
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / watchdog / sunxi-wdt.txt
diff --git a/Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt b/Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt
new file mode 100644 (file)
index 0000000..0b27177
--- /dev/null
@@ -0,0 +1,13 @@
+Allwinner sunXi Watchdog timer
+
+Required properties:
+
+- compatible : should be "allwinner,sunxi-wdt"
+- reg : Specifies base physical address and size of the registers.
+
+Example:
+
+wdt: watchdog@01c20c90 {
+       compatible = "allwinner,sunxi-wdt";
+       reg = <0x01c20c90 0x10>;
+};