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
/
sun4i-wdt.txt
blob
ecd650adff3172350986018d765392b4b04fe49f
1
Allwinner sun4i Watchdog timer
2
3
Required properties:
4
5
- compatible : should be "allwinner,sun4i-wdt"
6
- reg : Specifies base physical address and size of the registers.
7
8
Example:
9
10
wdt: watchdog@01c20c90 {
11
compatible = "allwinner,sun4i-wdt";
12
reg = <0x01c20c90 0x10>;
13
};