summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/watchdog/marvel.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/watchdog/marvel.txt')
-rw-r--r--dts/Bindings/watchdog/marvel.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/dts/Bindings/watchdog/marvel.txt b/dts/Bindings/watchdog/marvel.txt
new file mode 100644
index 0000000000..de11eb4c12
--- /dev/null
+++ b/dts/Bindings/watchdog/marvel.txt
@@ -0,0 +1,26 @@
+* Marvell Orion Watchdog Time
+
+Required Properties:
+
+- Compatibility : "marvell,orion-wdt"
+ "marvell,armada-370-wdt"
+ "marvell,armada-xp-wdt"
+
+- reg : Should contain two entries: first one with the
+ timer control address, second one with the
+ rstout enable address.
+
+Optional properties:
+
+- interrupts : Contains the IRQ for watchdog expiration
+- timeout-sec : Contains the watchdog timeout in seconds
+
+Example:
+
+ wdt@20300 {
+ compatible = "marvell,orion-wdt";
+ reg = <0x20300 0x28>, <0x20108 0x4>;
+ interrupts = <3>;
+ timeout-sec = <10>;
+ status = "okay";
+ };