WIP FPC-III support
[linux/fpc-iii.git] / Documentation / devicetree / bindings / watchdog / sirfsoc_wdt.txt
blob0dce5e3100b499e550278052a20b7f7d75c2c5ec
1 SiRFSoC Timer and Watchdog Timer(WDT) Controller
3 Required properties:
4 - compatible: "sirf,prima2-tick"
5 - reg: Address range of tick timer/WDT register set
6 - interrupts: interrupt number to the cpu
8 Optional properties:
9 - timeout-sec : Contains the watchdog timeout in seconds
11 Example:
13 timer@b0020000 {
14         compatible = "sirf,prima2-tick";
15         reg = <0xb0020000 0x1000>;
16         interrupts = <0>;
17         timeout-sec = <30>;