2012-04-21 03:55:29 +08:00
|
|
|
* NXP PNX watchdog timer
|
|
|
|
|
|
|
|
Required properties:
|
|
|
|
- compatible: must be "nxp,pnx4008-wdt"
|
|
|
|
- reg: physical base address of the controller and length of memory mapped
|
|
|
|
region.
|
|
|
|
|
2013-02-14 16:14:25 +08:00
|
|
|
Optional properties:
|
|
|
|
- timeout-sec: contains the watchdog timeout in seconds.
|
|
|
|
|
2012-04-21 03:55:29 +08:00
|
|
|
Example:
|
|
|
|
|
|
|
|
watchdog@4003C000 {
|
|
|
|
compatible = "nxp,pnx4008-wdt";
|
|
|
|
reg = <0x4003C000 0x1000>;
|
2013-02-14 16:14:25 +08:00
|
|
|
timeout-sec = <10>;
|
2012-04-21 03:55:29 +08:00
|
|
|
};
|