xref: /freebsd/sys/contrib/device-tree/Bindings/watchdog/pnx4008-wdt.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel Vadot* NXP PNX watchdog timer
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotRequired properties:
4*c66ec88fSEmmanuel Vadot- compatible: must be "nxp,pnx4008-wdt"
5*c66ec88fSEmmanuel Vadot- reg: physical base address of the controller and length of memory mapped
6*c66ec88fSEmmanuel Vadot  region.
7*c66ec88fSEmmanuel Vadot
8*c66ec88fSEmmanuel VadotOptional properties:
9*c66ec88fSEmmanuel Vadot- timeout-sec: contains the watchdog timeout in seconds.
10*c66ec88fSEmmanuel Vadot
11*c66ec88fSEmmanuel VadotExample:
12*c66ec88fSEmmanuel Vadot
13*c66ec88fSEmmanuel Vadot	watchdog@4003c000 {
14*c66ec88fSEmmanuel Vadot		compatible = "nxp,pnx4008-wdt";
15*c66ec88fSEmmanuel Vadot		reg = <0x4003C000 0x1000>;
16*c66ec88fSEmmanuel Vadot		timeout-sec = <10>;
17*c66ec88fSEmmanuel Vadot	};
18