aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/watchdog/atmel-at91rm9200-wdt.txt
diff options
context:
space:
mode:
authorJoachim Eastwood <manabian@gmail.com>2013-02-14 23:02:29 +0100
committerWim Van Sebroeck <wim@iguana.be>2013-03-01 12:55:27 +0100
commita6a1bcd3700a792d89999a7ec89a9303534ccefc (patch)
tree438ef63654764808501bcd3d9c1f709d33ac8a9c /Documentation/devicetree/bindings/watchdog/atmel-at91rm9200-wdt.txt
parentc1fd5f6402050b2463d0610b94f050fedf1b5019 (diff)
watchdog: at91rm9200: add DT support
Add DT support for at91rm9200_wdt. Signed-off-by: Joachim Eastwood <manabian@gmail.com> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'Documentation/devicetree/bindings/watchdog/atmel-at91rm9200-wdt.txt')
-rw-r--r--Documentation/devicetree/bindings/watchdog/atmel-at91rm9200-wdt.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/watchdog/atmel-at91rm9200-wdt.txt b/Documentation/devicetree/bindings/watchdog/atmel-at91rm9200-wdt.txt
new file mode 100644
index 00000000000..d4d86cf8f9e
--- /dev/null
+++ b/Documentation/devicetree/bindings/watchdog/atmel-at91rm9200-wdt.txt
@@ -0,0 +1,9 @@
+Atmel AT91RM9200 System Timer Watchdog
+
+Required properties:
+- compatible: must be "atmel,at91sam9260-wdt".
+
+Example:
+ watchdog@fffffd00 {
+ compatible = "atmel,at91rm9200-wdt";
+ };