]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - Documentation/devicetree/bindings/watchdog/ingenic,jz4740-wdt.txt
Merge remote-tracking branches 'spi/fix/armada', 'spi/fix/atmel', 'spi/fix/doc',...
[mirror_ubuntu-hirsute-kernel.git] / Documentation / devicetree / bindings / watchdog / ingenic,jz4740-wdt.txt
CommitLineData
73af1520
ZLK
1Ingenic Watchdog Timer (WDT) Controller for JZ4740
2
3Required properties:
4compatible: "ingenic,jz4740-watchdog"
5reg: Register address and length for watchdog registers
6
7Example:
8
4c9847b7 9watchdog: jz4740-watchdog@10002000 {
73af1520
ZLK
10 compatible = "ingenic,jz4740-watchdog";
11 reg = <0x10002000 0x100>;
12};