diff options
| author | Joachim Eastwood <manabian@gmail.com> | 2013-02-14 17:02:29 -0500 |
|---|---|---|
| committer | Wim Van Sebroeck <wim@iguana.be> | 2013-03-01 06:55:27 -0500 |
| commit | a6a1bcd3700a792d89999a7ec89a9303534ccefc (patch) | |
| tree | 438ef63654764808501bcd3d9c1f709d33ac8a9c /Documentation | |
| parent | c1fd5f6402050b2463d0610b94f050fedf1b5019 (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')
| -rw-r--r-- | Documentation/devicetree/bindings/watchdog/atmel-at91rm9200-wdt.txt | 9 |
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 000000000000..d4d86cf8f9eb --- /dev/null +++ b/Documentation/devicetree/bindings/watchdog/atmel-at91rm9200-wdt.txt | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | Atmel AT91RM9200 System Timer Watchdog | ||
| 2 | |||
| 3 | Required properties: | ||
| 4 | - compatible: must be "atmel,at91sam9260-wdt". | ||
| 5 | |||
| 6 | Example: | ||
| 7 | watchdog@fffffd00 { | ||
| 8 | compatible = "atmel,at91rm9200-wdt"; | ||
| 9 | }; | ||
