blob: 4b76bec62af9d42df8096e5e62fa77bacbbe01b9 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001* 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
8Optional properties:
9- timeout-sec: contains the watchdog timeout in seconds.
10
11Example:
12
13 watchdog@4003c000 {
14 compatible = "nxp,pnx4008-wdt";
15 reg = <0x4003C000 0x1000>;
16 timeout-sec = <10>;
17 };