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>
This commit is contained in:
parent
c1fd5f6402
commit
a6a1bcd370
3 changed files with 19 additions and 1 deletions
|
@ -0,0 +1,9 @@
|
|||
Atmel AT91RM9200 System Timer Watchdog
|
||||
|
||||
Required properties:
|
||||
- compatible: must be "atmel,at91sam9260-wdt".
|
||||
|
||||
Example:
|
||||
watchdog@fffffd00 {
|
||||
compatible = "atmel,at91rm9200-wdt";
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue