sunxi-wdt.txt 270 B

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