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
WIP FPC-III support
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
watchdog
/
rt2880-wdt.txt
blob
05b95bfa2a890b8d3a99943e8d0c6542dd75e0b4
1
Ralink Watchdog Timers
2
3
Required properties:
4
- compatible: must be "ralink,rt2880-wdt"
5
- reg: physical base address of the controller and length of the register range
6
7
Optional properties:
8
- interrupts: Specify the INTC interrupt number
9
10
Example:
11
12
watchdog@120 {
13
compatible = "ralink,rt2880-wdt";
14
reg = <0x120 0x10>;
15
16
interrupt-parent = <&intc>;
17
interrupts = <1>;
18
};