sunxi-wdt.txt 328 B

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