repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
watchdog
/
omap-wdt.txt
blob
c227970671ea3fafba27935405475f2376bf78fd
1
TI Watchdog Timer (WDT) Controller for OMAP
2
3
Required properties:
4
compatible:
5
- "ti,omap3-wdt" for OMAP3
6
- "ti,omap4-wdt" for OMAP4
7
- ti,hwmods: Name of the hwmod associated to the WDT
8
9
Examples:
10
11
wdt2: wdt@4a314000 {
12
compatible = "ti,omap4-wdt", "ti,omap3-wdt";
13
ti,hwmods = "wd_timer2";
14
};