xref: /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/watchdog/sirfsoc_wdt.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSiRFSoC Timer and Watchdog Timer(WDT) Controller
2*4882a593Smuzhiyun
3*4882a593SmuzhiyunRequired properties:
4*4882a593Smuzhiyun- compatible: "sirf,prima2-tick"
5*4882a593Smuzhiyun- reg: Address range of tick timer/WDT register set
6*4882a593Smuzhiyun- interrupts: interrupt number to the cpu
7*4882a593Smuzhiyun
8*4882a593SmuzhiyunOptional properties:
9*4882a593Smuzhiyun- timeout-sec : Contains the watchdog timeout in seconds
10*4882a593Smuzhiyun
11*4882a593SmuzhiyunExample:
12*4882a593Smuzhiyun
13*4882a593Smuzhiyuntimer@b0020000 {
14*4882a593Smuzhiyun	compatible = "sirf,prima2-tick";
15*4882a593Smuzhiyun	reg = <0xb0020000 0x1000>;
16*4882a593Smuzhiyun	interrupts = <0>;
17*4882a593Smuzhiyun	timeout-sec = <30>;
18*4882a593Smuzhiyun};
19