blob: e27763ef00497d8645463d084a04e3f07d0c939f [file] [log] [blame]
Zubair Lutfullah Kakakhel73af1522015-02-03 10:25:47 +00001Ingenic Watchdog Timer (WDT) Controller for JZ4740
2
3Required properties:
4compatible: "ingenic,jz4740-watchdog"
5reg: Register address and length for watchdog registers
6
7Example:
8
9watchdog: jz4740-watchdog@0x10002000 {
10 compatible = "ingenic,jz4740-watchdog";
11 reg = <0x10002000 0x100>;
12};