diff options
Diffstat (limited to 'Documentation/devicetree/bindings/watchdog')
5 files changed, 63 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/watchdog/atmel-wdt.txt b/Documentation/devicetree/bindings/watchdog/atmel-wdt.txt new file mode 100644 index 000000000000..2957ebb5aa71 --- /dev/null +++ b/Documentation/devicetree/bindings/watchdog/atmel-wdt.txt | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | * Atmel Watchdog Timers | ||
| 2 | |||
| 3 | ** at91sam9-wdt | ||
| 4 | |||
| 5 | Required properties: | ||
| 6 | - compatible: must be "atmel,at91sam9260-wdt". | ||
| 7 | - reg: physical base address of the controller and length of memory mapped | ||
| 8 | region. | ||
| 9 | |||
| 10 | Example: | ||
| 11 | |||
| 12 | watchdog@fffffd40 { | ||
| 13 | compatible = "atmel,at91sam9260-wdt"; | ||
| 14 | reg = <0xfffffd40 0x10>; | ||
| 15 | }; | ||
diff --git a/Documentation/devicetree/bindings/watchdog/brcm,bcm2835-pm-wdog.txt b/Documentation/devicetree/bindings/watchdog/brcm,bcm2835-pm-wdog.txt new file mode 100644 index 000000000000..d209366b4a69 --- /dev/null +++ b/Documentation/devicetree/bindings/watchdog/brcm,bcm2835-pm-wdog.txt | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | BCM2835 Watchdog timer | ||
| 2 | |||
| 3 | Required properties: | ||
| 4 | |||
| 5 | - compatible : should be "brcm,bcm2835-pm-wdt" | ||
| 6 | - reg : Specifies base physical address and size of the registers. | ||
| 7 | |||
| 8 | Example: | ||
| 9 | |||
| 10 | watchdog { | ||
| 11 | compatible = "brcm,bcm2835-pm-wdt"; | ||
| 12 | reg = <0x7e100000 0x28>; | ||
| 13 | }; | ||
diff --git a/Documentation/devicetree/bindings/watchdog/davinci-wdt.txt b/Documentation/devicetree/bindings/watchdog/davinci-wdt.txt new file mode 100644 index 000000000000..75558ccd9a05 --- /dev/null +++ b/Documentation/devicetree/bindings/watchdog/davinci-wdt.txt | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | DaVinci Watchdog Timer (WDT) Controller | ||
| 2 | |||
| 3 | Required properties: | ||
| 4 | - compatible : Should be "ti,davinci-wdt" | ||
| 5 | - reg : Should contain WDT registers location and length | ||
| 6 | |||
| 7 | Examples: | ||
| 8 | |||
| 9 | wdt: wdt@2320000 { | ||
| 10 | compatible = "ti,davinci-wdt"; | ||
| 11 | reg = <0x02320000 0x80>; | ||
| 12 | }; | ||
diff --git a/Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt b/Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt new file mode 100644 index 000000000000..0b2717775600 --- /dev/null +++ b/Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | Allwinner sunXi Watchdog timer | ||
| 2 | |||
| 3 | Required properties: | ||
| 4 | |||
| 5 | - compatible : should be "allwinner,sunxi-wdt" | ||
| 6 | - reg : Specifies base physical address and size of the registers. | ||
| 7 | |||
| 8 | Example: | ||
| 9 | |||
| 10 | wdt: watchdog@01c20c90 { | ||
| 11 | compatible = "allwinner,sunxi-wdt"; | ||
| 12 | reg = <0x01c20c90 0x10>; | ||
| 13 | }; | ||
diff --git a/Documentation/devicetree/bindings/watchdog/twl4030-wdt.txt b/Documentation/devicetree/bindings/watchdog/twl4030-wdt.txt new file mode 100644 index 000000000000..80a37193c0b8 --- /dev/null +++ b/Documentation/devicetree/bindings/watchdog/twl4030-wdt.txt | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | Device tree bindings for twl4030-wdt driver (TWL4030 watchdog) | ||
| 2 | |||
| 3 | Required properties: | ||
| 4 | compatible = "ti,twl4030-wdt"; | ||
| 5 | |||
| 6 | Example: | ||
| 7 | |||
| 8 | watchdog { | ||
| 9 | compatible = "ti,twl4030-wdt"; | ||
| 10 | }; | ||
