-
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: Device tree support for pnx4008-wdt
This patch adds device tree support to pnx4008-wdt.c Signed-off-by: Roland Stigge <stigge@antcom.de> Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
- Loading branch information
Roland Stigge
authored and
Wim Van Sebroeck
committed
May 23, 2012
1 parent
ae21cc2
commit 3ba3774
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
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