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
/
marvel.txt
blob
5dc8d30061ce0b9c01347864135c5f0a40763751
1
* Marvell Orion Watchdog Time
2
3
Required Properties:
4
5
- Compatibility : "marvell,orion-wdt"
6
- reg : Address of the timer registers
7
8
Optional properties:
9
10
- timeout-sec : Contains the watchdog timeout in seconds
11
12
Example:
13
14
wdt@20300 {
15
compatible = "marvell,orion-wdt";
16
reg = <0x20300 0x28>;
17
timeout-sec = <10>;
18
status = "okay";
19
};