diff options
Diffstat (limited to 'kernel/Documentation/devicetree/bindings/watchdog/ingenic,jz4740-wdt.txt')
-rw-r--r-- | kernel/Documentation/devicetree/bindings/watchdog/ingenic,jz4740-wdt.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kernel/Documentation/devicetree/bindings/watchdog/ingenic,jz4740-wdt.txt b/kernel/Documentation/devicetree/bindings/watchdog/ingenic,jz4740-wdt.txt new file mode 100644 index 000000000..e27763ef0 --- /dev/null +++ b/kernel/Documentation/devicetree/bindings/watchdog/ingenic,jz4740-wdt.txt @@ -0,0 +1,12 @@ +Ingenic Watchdog Timer (WDT) Controller for JZ4740 + +Required properties: +compatible: "ingenic,jz4740-watchdog" +reg: Register address and length for watchdog registers + +Example: + +watchdog: jz4740-watchdog@0x10002000 { + compatible = "ingenic,jz4740-watchdog"; + reg = <0x10002000 0x100>; +}; |