blob: 3d878184ec3ff788462291a125471b392b2c5fe9 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001Zodiac RAVE Watchdog Timer
2
3Required properties:
4- compatible: must be "zii,rave-wdt"
5- reg: i2c slave address of device, usually 0x38
6
7Optional Properties:
8- timeout-sec: Watchdog timeout value in seconds.
9- reset-duration-ms: Duration of the pulse generated when the watchdog times
10 out. Value in milliseconds.
11
12Example:
13
14 watchdog@38 {
15 compatible = "zii,rave-wdt";
16 reg = <0x38>;
17 timeout-sec = <30>;
18 reset-duration-ms = <30>;
19 };