packaging: release out (3.8.3)
[profile/ivi/kernel-adaptation-intel-automotive.git] / Documentation / devicetree / bindings / watchdog / atmel-wdt.txt
1 * Atmel Watchdog Timers
2
3 ** at91sam9-wdt
4
5 Required properties:
6 - compatible: must be "atmel,at91sam9260-wdt".
7 - reg: physical base address of the controller and length of memory mapped
8   region.
9
10 Example:
11
12         watchdog@fffffd40 {
13                 compatible = "atmel,at91sam9260-wdt";
14                 reg = <0xfffffd40 0x10>;
15         };