projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
2957ebb5aa716c101a023bd096cb76eb1f7a96ca
[profile/ivi/kernel-x86-ivi.git]
/
Documentation
/
devicetree
/
bindings
/
watchdog
/
atmel-wdt.txt
1
* Atmel Watchdog Timers
2
3
** at91sam9-wdt
4
5
Required properties:
6
- compatible: must be "atmel,at91sam9260-wdt".
7
- reg: physical base address of the controller and length of memory mapped
8
region.
9
10
Example:
11
12
watchdog@fffffd40 {
13
compatible = "atmel,at91sam9260-wdt";
14
reg = <0xfffffd40 0x10>;
15
};