ziirave-wdt.txt 441 B

1234567891011121314151617181920
  1. Zodiac RAVE Watchdog Timer
  2. Required properties:
  3. - compatible: must be "zii,rave-wdt"
  4. - reg: i2c slave address of device, usually 0x38
  5. Optional Properties:
  6. - timeout-sec: Watchdog timeout value in seconds.
  7. - reset-duration-ms: Duration of the pulse generated when the watchdog times
  8. out. Value in milliseconds.
  9. Example:
  10. watchdog@38 {
  11. compatible = "zii,rave-wdt";
  12. reg = <0x38>;
  13. timeout-sec = <30>;
  14. reset-duration-ms = <30>;
  15. };