Merge tag 'fbdev-updates-for-3.5' of git://github.com/schandinat/linux-2.6
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / watchdog / pnx4008-wdt.txt
1 * NXP PNX watchdog timer
2
3 Required properties:
4 - compatible: must be "nxp,pnx4008-wdt"
5 - reg: physical base address of the controller and length of memory mapped
6   region.
7
8 Example:
9
10         watchdog@4003C000 {
11                 compatible = "nxp,pnx4008-wdt";
12                 reg = <0x4003C000 0x1000>;
13         };