summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/watchdog/stericsson-coh901327.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/watchdog/stericsson-coh901327.txt')
-rw-r--r--dts/Bindings/watchdog/stericsson-coh901327.txt19
1 files changed, 0 insertions, 19 deletions
diff --git a/dts/Bindings/watchdog/stericsson-coh901327.txt b/dts/Bindings/watchdog/stericsson-coh901327.txt
deleted file mode 100644
index 8ffb88e39e..0000000000
--- a/dts/Bindings/watchdog/stericsson-coh901327.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-ST-Ericsson COH 901 327 Watchdog timer
-
-Required properties:
-- compatible: must be "stericsson,coh901327".
-- reg: physical base address of the controller and length of memory mapped
- region.
-- interrupts: the interrupt used for the watchdog timeout warning.
-
-Optional properties:
-- timeout-sec: contains the watchdog timeout in seconds.
-
-Example:
-
-watchdog: watchdog@c0012000 {
- compatible = "stericsson,coh901327";
- reg = <0xc0012000 0x1000>;
- interrupts = <3>;
- timeout-sec = <60>;
-};