Merge tag 'trace-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / watchdog / ingenic,jz4740-wdt.txt
1 Ingenic Watchdog Timer (WDT) Controller for JZ4740 & JZ4780
2
3 Required properties:
4 compatible: "ingenic,jz4740-watchdog" or "ingenic,jz4780-watchdog"
5 reg: Register address and length for watchdog registers
6
7 Example:
8
9 watchdog: jz4740-watchdog@10002000 {
10         compatible = "ingenic,jz4740-watchdog";
11         reg = <0x10002000 0x100>;
12 };