Merge tag 'firmware-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[cascardo/linux.git] / Documentation / devicetree / bindings / watchdog / davinci-wdt.txt
1 DaVinci Watchdog Timer (WDT) Controller
2
3 Required properties:
4 - compatible : Should be "ti,davinci-wdt"
5 - reg : Should contain WDT registers location and length
6
7 Examples:
8
9 wdt: wdt@2320000 {
10         compatible = "ti,davinci-wdt";
11         reg = <0x02320000 0x80>;
12 };