-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
watchdog: at91sam9_wdt: add device tree support
Tested on an at91sam9260 board (evk-pro3) Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
- Loading branch information
Fabio Porcedda
authored and
Nicolas Ferre
committed
Nov 16, 2012
1 parent
8cf70f3
commit be49bba
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
* 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. | ||
|
||
Example: | ||
|
||
watchdog@fffffd40 { | ||
compatible = "atmel,at91sam9260-wdt"; | ||
reg = <0xfffffd40 0x10>; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters