]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - Documentation/devicetree/bindings/watchdog/atmel-wdt.txt
watchdog: at91sam9_wdt: better watchdog support
[mirror_ubuntu-bionic-kernel.git] / Documentation / devicetree / bindings / watchdog / atmel-wdt.txt
CommitLineData
be49bbae
FP
1* 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
c1fd5f64
FP
10Optional properties:
11- timeout-sec: contains the watchdog timeout in seconds.
12
be49bbae
FP
13Example:
14
15 watchdog@fffffd40 {
16 compatible = "atmel,at91sam9260-wdt";
17 reg = <0xfffffd40 0x10>;
c1fd5f64 18 timeout-sec = <10>;
be49bbae 19 };