aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/watchdog/atmel-wdt.txt
blob: fcdd48f7dcffc0f71540dacb48aa4f501c6dd5de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
* 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>;
	};