Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt: watchdog: Add DT binding documentation for jz4740 watchdog timer

Add binding for jz4740 watchdog timer. It is a simple watchdog timer.

Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>

authored by

Zubair Lutfullah Kakakhel and committed by
Wim Van Sebroeck
73af1520 b5ade9bc

+12
+12
Documentation/devicetree/bindings/watchdog/ingenic,jz4740-wdt.txt
··· 1 + Ingenic Watchdog Timer (WDT) Controller for JZ4740 2 + 3 + Required properties: 4 + compatible: "ingenic,jz4740-watchdog" 5 + reg: Register address and length for watchdog registers 6 + 7 + Example: 8 + 9 + watchdog: jz4740-watchdog@0x10002000 { 10 + compatible = "ingenic,jz4740-watchdog"; 11 + reg = <0x10002000 0x100>; 12 + };