xref: /freebsd/sys/contrib/device-tree/Bindings/watchdog/ziirave-wdt.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotZodiac RAVE Watchdog Timer
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotRequired properties:
4*c66ec88fSEmmanuel Vadot- compatible: must be "zii,rave-wdt"
5*c66ec88fSEmmanuel Vadot- reg: i2c slave address of device, usually 0x38
6*c66ec88fSEmmanuel Vadot
7*c66ec88fSEmmanuel VadotOptional Properties:
8*c66ec88fSEmmanuel Vadot- timeout-sec: Watchdog timeout value in seconds.
9*c66ec88fSEmmanuel Vadot- reset-duration-ms: Duration of the pulse generated when the watchdog times
10*c66ec88fSEmmanuel Vadot  out. Value in milliseconds.
11*c66ec88fSEmmanuel Vadot
12*c66ec88fSEmmanuel VadotExample:
13*c66ec88fSEmmanuel Vadot
14*c66ec88fSEmmanuel Vadot	watchdog@38 {
15*c66ec88fSEmmanuel Vadot		compatible = "zii,rave-wdt";
16*c66ec88fSEmmanuel Vadot		reg = <0x38>;
17*c66ec88fSEmmanuel Vadot		timeout-sec = <30>;
18*c66ec88fSEmmanuel Vadot		reset-duration-ms = <30>;
19*c66ec88fSEmmanuel Vadot	};
20