Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 2b1656099c23beea3daf4b6717b67a7c > files > 1697

kernel-doc-3.12.8-2.mga4.noarch.rpm

* Atmel Watchdog Timers

** at91sam9-wdt

Required properties:
- compatible: must be "atmel,at91sam9260-wdt".
- reg: physical base address of the controller and length of memory mapped
  region.

Optional properties:
- timeout-sec: contains the watchdog timeout in seconds.

Example:

	watchdog@fffffd40 {
		compatible = "atmel,at91sam9260-wdt";
		reg = <0xfffffd40 0x10>;
		timeout-sec = <10>;
	};