xref: /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/watchdog/atmel-at91rm9200-wdt.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1Atmel AT91RM9200 System Timer Watchdog
2
3Required properties:
4- compatible: must be "atmel,at91sam9260-wdt".
5
6Example:
7	watchdog@fffffd00 {
8		compatible = "atmel,at91rm9200-wdt";
9	};
10