diff options
Diffstat (limited to 'Documentation/devicetree/bindings/watchdog')
-rw-r--r-- | Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.txt | 14 | ||||
-rw-r--r-- | Documentation/devicetree/bindings/watchdog/samsung-wdt.txt | 11 |
2 files changed, 25 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.txt b/Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.txt new file mode 100644 index 00000000000..2144af1a526 --- /dev/null +++ b/Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.txt | |||
@@ -0,0 +1,14 @@ | |||
1 | * Freescale i.MX Watchdog Timer (WDT) Controller | ||
2 | |||
3 | Required properties: | ||
4 | - compatible : Should be "fsl,<soc>-wdt" | ||
5 | - reg : Should contain WDT registers location and length | ||
6 | - interrupts : Should contain WDT interrupt | ||
7 | |||
8 | Examples: | ||
9 | |||
10 | wdt@73f98000 { | ||
11 | compatible = "fsl,imx51-wdt", "fsl,imx21-wdt"; | ||
12 | reg = <0x73f98000 0x4000>; | ||
13 | interrupts = <58>; | ||
14 | }; | ||
diff --git a/Documentation/devicetree/bindings/watchdog/samsung-wdt.txt b/Documentation/devicetree/bindings/watchdog/samsung-wdt.txt new file mode 100644 index 00000000000..79ead8263ae --- /dev/null +++ b/Documentation/devicetree/bindings/watchdog/samsung-wdt.txt | |||
@@ -0,0 +1,11 @@ | |||
1 | * Samsung's Watchdog Timer Controller | ||
2 | |||
3 | The Samsung's Watchdog controller is used for resuming system operation | ||
4 | after a preset amount of time during which the WDT reset event has not | ||
5 | occured. | ||
6 | |||
7 | Required properties: | ||
8 | - compatible : should be "samsung,s3c2410-wdt" | ||
9 | - reg : base physical address of the controller and length of memory mapped | ||
10 | region. | ||
11 | - interrupts : interrupt number to the cpu. | ||