Adding support for MOXA ART SoC. Testing port of linux-2.6.32.60-moxart.
[linux-3.6.7-moxart.git] / Documentation / devicetree / bindings / watchdog / pnx4008-wdt.txt
blob7c7f6887c796a6c4ff367252a21674b28339ddd0
1 * NXP PNX watchdog timer
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.
8 Example:
10         watchdog@4003C000 {
11                 compatible = "nxp,pnx4008-wdt";
12                 reg = <0x4003C000 0x1000>;
13         };