atmel-wdt.txt 298 B

123456789101112131415
  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. Example:
  8. watchdog@fffffd40 {
  9. compatible = "atmel,at91sam9260-wdt";
  10. reg = <0xfffffd40 0x10>;
  11. };