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