blob: 7c7f6887c796a6c4ff367252a21674b28339ddd0 [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
8Example:
9
10 watchdog@4003C000 {
11 compatible = "nxp,pnx4008-wdt";
12 reg = <0x4003C000 0x1000>;
13 };