IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline
[linux/fpc-iii.git] / Documentation / devicetree / bindings / watchdog / atmel-wdt.txt
blobfcdd48f7dcffc0f71540dacb48aa4f501c6dd5de
1 * Atmel Watchdog Timers
3 ** at91sam9-wdt
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.
10 Optional properties:
11 - timeout-sec: contains the watchdog timeout in seconds.
13 Example:
15         watchdog@fffffd40 {
16                 compatible = "atmel,at91sam9260-wdt";
17                 reg = <0xfffffd40 0x10>;
18                 timeout-sec = <10>;
19         };