-
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.
yaml --- r: 342248 b: refs/heads/master c: be49bba h: refs/heads/master v: v3
- Loading branch information
Fabio Porcedda
authored and
Nicolas Ferre
committed
Nov 16, 2012
1 parent
e7230a9
commit 69900f7
Showing
3 changed files
with
27 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 8cf70f3dc04a9303e73eecd523550c647e5ddbd0 | ||
refs/heads/master: be49bbae13ba9128ac69dd4b98027f6412155abe |
15 changes: 15 additions & 0 deletions
15
trunk/Documentation/devicetree/bindings/watchdog/atmel-wdt.txt
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