atmel-wdt.txt 399 B

12345678910111213141516171819
  1. * Atmel Watchdog Timers
  2. ** at91sam9-wdt
  3. Required properties:
  4. - compatible: must be "atmel,at91sam9260-wdt".
  5. - reg: physical base address of the controller and length of memory mapped
  6. region.
  7. Optional properties:
  8. - timeout-sec: contains the watchdog timeout in seconds.
  9. Example:
  10. watchdog@fffffd40 {
  11. compatible = "atmel,at91sam9260-wdt";
  12. reg = <0xfffffd40 0x10>;
  13. timeout-sec = <10>;
  14. };