blob: 556d06c17c92beb8a40e889679c150163722596c [file] [log] [blame]
Roland Stigge3ba37742012-04-20 21:55:29 +02001* 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
Fabio Porceddac1fd5f62013-02-14 09:14:25 +01008Optional properties:
9- timeout-sec: contains the watchdog timeout in seconds.
10
Roland Stigge3ba37742012-04-20 21:55:29 +020011Example:
12
13 watchdog@4003C000 {
14 compatible = "nxp,pnx4008-wdt";
15 reg = <0x4003C000 0x1000>;
Fabio Porceddac1fd5f62013-02-14 09:14:25 +010016 timeout-sec = <10>;
Roland Stigge3ba37742012-04-20 21:55:29 +020017 };