sunxi-wdt.txt 465 B

1234567891011121314151617181920
  1. Allwinner SoCs Watchdog timer
  2. Required properties:
  3. - compatible : should be one of
  4. "allwinner,sun4i-a10-wdt"
  5. "allwinner,sun6i-a31-wdt"
  6. "allwinner,sun50i-a64-wdt","allwinner,sun6i-a31-wdt"
  7. - reg : Specifies base physical address and size of the registers.
  8. Optional properties:
  9. - timeout-sec : Contains the watchdog timeout in seconds
  10. Example:
  11. wdt: watchdog@1c20c90 {
  12. compatible = "allwinner,sun4i-a10-wdt";
  13. reg = <0x01c20c90 0x10>;
  14. timeout-sec = <10>;
  15. };