-
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: 305878 b: refs/heads/master c: 3ba3774 h: refs/heads/master v: v3
- Loading branch information
Roland Stigge
authored and
Wim Van Sebroeck
committed
May 23, 2012
1 parent
7a174bb
commit e1c5270
Showing
3 changed files
with
24 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: ae21cc20a604b45e97d0cdbce7e9302ce7dd7d5c | ||
refs/heads/master: 3ba3774b8c433fe9e91158d65cf2324ff0c5a15d |
13 changes: 13 additions & 0 deletions
13
trunk/Documentation/devicetree/bindings/watchdog/pnx4008-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,13 @@ | ||
* NXP PNX watchdog timer | ||
|
||
Required properties: | ||
- compatible: must be "nxp,pnx4008-wdt" | ||
- reg: physical base address of the controller and length of memory mapped | ||
region. | ||
|
||
Example: | ||
|
||
watchdog@4003C000 { | ||
compatible = "nxp,pnx4008-wdt"; | ||
reg = <0x4003C000 0x1000>; | ||
}; |
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