Merge tag 'iwlwifi-next-for-kalle-2015-06-03' of https://git.kernel.org/pub/scm/linux...
[deliverable/linux.git] / Documentation / devicetree / bindings / watchdog / davinci-wdt.txt
CommitLineData
8832b200 1Texas Instruments DaVinci/Keystone Watchdog Timer (WDT) Controller
902e2e7d
MK
2
3Required properties:
8832b200 4- compatible : Should be "ti,davinci-wdt", "ti,keystone-wdt"
902e2e7d
MK
5- reg : Should contain WDT registers location and length
6
4fa5daa9
IK
7Optional properties:
8- timeout-sec : Contains the watchdog timeout in seconds
8832b200
IK
9- clocks : the clock feeding the watchdog timer.
10 Needed if platform uses clocks.
11 See clock-bindings.txt
12
13Documentation:
14Davinci DM646x - http://www.ti.com/lit/ug/spruer5b/spruer5b.pdf
15Keystone - http://www.ti.com/lit/ug/sprugv5a/sprugv5a.pdf
4fa5daa9 16
902e2e7d
MK
17Examples:
18
19wdt: wdt@2320000 {
20 compatible = "ti,davinci-wdt";
21 reg = <0x02320000 0x80>;
4fa5daa9 22 timeout-sec = <30>;
8832b200 23 clocks = <&clkwdtimer0>;
902e2e7d 24};
This page took 0.1537 seconds and 5 git commands to generate.