]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - Documentation/devicetree/bindings/watchdog/pnx4008-wdt.txt
watchdog: add timeout-sec property binding
[mirror_ubuntu-artful-kernel.git] / Documentation / devicetree / bindings / watchdog / pnx4008-wdt.txt
CommitLineData
3ba3774b
RS
1* NXP PNX watchdog timer
2
3Required properties:
4- compatible: must be "nxp,pnx4008-wdt"
5- reg: physical base address of the controller and length of memory mapped
6 region.
7
c1fd5f64
FP
8Optional properties:
9- timeout-sec: contains the watchdog timeout in seconds.
10
3ba3774b
RS
11Example:
12
13 watchdog@4003C000 {
14 compatible = "nxp,pnx4008-wdt";
15 reg = <0x4003C000 0x1000>;
c1fd5f64 16 timeout-sec = <10>;
3ba3774b 17 };