]> git.ipfire.org Git - thirdparty/kernel/stable.git/blame - Documentation/devicetree/bindings/watchdog/ingenic,jz4740-wdt.txt
MIPS: JZ4780: dts: Fix watchdog node
[thirdparty/kernel/stable.git] / Documentation / devicetree / bindings / watchdog / ingenic,jz4740-wdt.txt
CommitLineData
be17980d 1Ingenic Watchdog Timer (WDT) Controller for JZ4740 & JZ4780
73af1520
ZLK
2
3Required properties:
be17980d 4compatible: "ingenic,jz4740-watchdog" or "ingenic,jz4780-watchdog"
73af1520 5reg: Register address and length for watchdog registers
9a0225d9
PC
6clocks: phandle to the RTC clock
7clock-names: should be "rtc"
73af1520
ZLK
8
9Example:
10
4c9847b7 11watchdog: jz4740-watchdog@10002000 {
73af1520 12 compatible = "ingenic,jz4740-watchdog";
9a0225d9
PC
13 reg = <0x10002000 0x10>;
14
15 clocks = <&cgu JZ4740_CLK_RTC>;
16 clock-names = "rtc";
73af1520 17};