repo.or.cz
/
linux-3.6.7-moxart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding support for MOXA ART SoC. Testing port of linux-2.6.32.60-moxart.
[linux-3.6.7-moxart.git]
/
Documentation
/
devicetree
/
bindings
/
watchdog
/
marvel.txt
blob
0b2503ab0a056f3dd2825207aef79aad7dac6267
1
* Marvell Orion Watchdog Time
2
3
Required Properties:
4
5
- Compatibility : "marvell,orion-wdt"
6
- reg : Address of the timer registers
7
8
Example:
9
10
wdt@20300 {
11
compatible = "marvell,orion-wdt";
12
reg = <0x20300 0x28>;
13
status = "okay";
14
};