Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / Documentation / devicetree / bindings / watchdog / ingenic,jz4740-wdt.txt
blobcb44918f01a8b61b9ebf7444d372cf74c4a6a075
1 Ingenic Watchdog Timer (WDT) Controller for JZ4740 & JZ4780
3 Required properties:
4 compatible: "ingenic,jz4740-watchdog" or "ingenic,jz4780-watchdog"
5 reg: Register address and length for watchdog registers
7 Example:
9 watchdog: jz4740-watchdog@10002000 {
10         compatible = "ingenic,jz4740-watchdog";
11         reg = <0x10002000 0x100>;