summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/watchdog/sunxi-wdt.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/watchdog/sunxi-wdt.txt')
-rw-r--r--dts/Bindings/watchdog/sunxi-wdt.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/dts/Bindings/watchdog/sunxi-wdt.txt b/dts/Bindings/watchdog/sunxi-wdt.txt
new file mode 100644
index 0000000000..b8f75c5145
--- /dev/null
+++ b/dts/Bindings/watchdog/sunxi-wdt.txt
@@ -0,0 +1,14 @@
+Allwinner SoCs Watchdog timer
+
+Required properties:
+
+- compatible : should be either "allwinner,sun4i-a10-wdt" or
+ "allwinner,sun6i-a31-wdt"
+- reg : Specifies base physical address and size of the registers.
+
+Example:
+
+wdt: watchdog@01c20c90 {
+ compatible = "allwinner,sun4i-a10-wdt";
+ reg = <0x01c20c90 0x10>;
+};