diff options
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 | }; | ||
