sun4i-wdt.txt 270 B

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