blob: fcdd48f7dcffc0f71540dacb48aa4f501c6dd5de [file] [log] [blame]
Fabio Porceddabe49bba2012-11-12 09:37:25 +01001* Atmel Watchdog Timers
2
3** at91sam9-wdt
4
5Required properties:
6- compatible: must be "atmel,at91sam9260-wdt".
7- reg: physical base address of the controller and length of memory mapped
8 region.
9
Fabio Porceddac1fd5f62013-02-14 09:14:25 +010010Optional properties:
11- timeout-sec: contains the watchdog timeout in seconds.
12
Fabio Porceddabe49bba2012-11-12 09:37:25 +010013Example:
14
15 watchdog@fffffd40 {
16 compatible = "atmel,at91sam9260-wdt";
17 reg = <0xfffffd40 0x10>;
Fabio Porceddac1fd5f62013-02-14 09:14:25 +010018 timeout-sec = <10>;
Fabio Porceddabe49bba2012-11-12 09:37:25 +010019 };