summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2013-03-11 20:21:11 +0100
committerMaxime Ripard <maxime.ripard@free-electrons.com>2013-08-16 23:19:30 +0200
commit06d71bcfee91b2be105f43c85fcd3960e179818b (patch)
treeaefe974c11bf22236ffd9a814a8939797d940ec0 /Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt
parent2d7945100b1ade1de73ddc397c17d0c40b278fb4 (diff)
ARM: sun6i: Add restart code for the A31
The Allwinner A31 has a different watchdog, with a slightly different register layout, that requires a different restart code. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt')
-rw-r--r--Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt b/Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt
new file mode 100644
index 000000000000..e39cb266c8f4
--- /dev/null
+++ b/Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt
@@ -0,0 +1,14 @@
+Allwinner SoCs Watchdog timer
+
+Required properties:
+
+- compatible : should be "allwinner,<soc-family>-wdt", the currently supported
+ SoC families being sun4i and sun6i
+- reg : Specifies base physical address and size of the registers.
+
+Example:
+
+wdt: watchdog@01c20c90 {
+ compatible = "allwinner,sun4i-wdt";
+ reg = <0x01c20c90 0x10>;
+};