sunxi-wdt.txt 338 B

1234567891011121314
  1. Allwinner SoCs Watchdog timer
  2. Required properties:
  3. - compatible : should be "allwinner,<soc-family>-wdt", the currently supported
  4. SoC families being sun4i and sun6i
  5. - reg : Specifies base physical address and size of the registers.
  6. Example:
  7. wdt: watchdog@01c20c90 {
  8. compatible = "allwinner,sun4i-wdt";
  9. reg = <0x01c20c90 0x10>;
  10. };