-
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.
arm/dts: add wdt node for omap3 and omap4
Add wdt node to support dt. Signed-off-by: Xiao Jiang <jgq516@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
- Loading branch information
Xiao Jiang
authored and
Tony Lindgren
committed
Jul 9, 2012
1 parent
3319f69
commit 94c3073
Showing
3 changed files
with
24 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,14 @@ | ||
TI Watchdog Timer (WDT) Controller for OMAP | ||
|
||
Required properties: | ||
compatible: | ||
- "ti,omap3-wdt" for OMAP3 | ||
- "ti,omap4-wdt" for OMAP4 | ||
- ti,hwmods: Name of the hwmod associated to the WDT | ||
|
||
Examples: | ||
|
||
wdt2: wdt@4a314000 { | ||
compatible = "ti,omap4-wdt", "ti,omap3-wdt"; | ||
ti,hwmods = "wd_timer2"; | ||
}; |
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
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