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
thermal: fix Mediatek thermal controller build
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
watchdog
/
mt7621-wdt.txt
blob
c15ef0ef609f3f26e6060e91f7c3ff0ca8631466
1
Ralink Watchdog Timers
2
3
Required properties:
4
- compatible: must be "mediatek,mt7621-wdt"
5
- reg: physical base address of the controller and length of the register range
6
7
Example:
8
9
watchdog@100 {
10
compatible = "mediatek,mt7621-wdt";
11
reg = <0x100 0x10>;
12
};