mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 09:00:55 +07:00
a6a1bcd370
Add DT support for at91rm9200_wdt. Signed-off-by: Joachim Eastwood <manabian@gmail.com> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
10 lines
182 B
Plaintext
10 lines
182 B
Plaintext
Atmel AT91RM9200 System Timer Watchdog
|
|
|
|
Required properties:
|
|
- compatible: must be "atmel,at91sam9260-wdt".
|
|
|
|
Example:
|
|
watchdog@fffffd00 {
|
|
compatible = "atmel,at91rm9200-wdt";
|
|
};
|