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

dt-bindings: watchdog: Add Realtek RTD1295

Add a binding for the Realtek RTD1295 watchdog.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>

authored by

Andreas Färber and committed by
Wim Van Sebroeck
5c06756c 77f89eab

+17
+17
Documentation/devicetree/bindings/watchdog/realtek,rtd119x.txt
··· 1 + Realtek RTD1295 Watchdog 2 + ======================== 3 + 4 + Required properties: 5 + 6 + - compatible : Should be "realtek,rtd1295-watchdog" 7 + - reg : Specifies the physical base address and size of registers 8 + - clocks : Specifies one clock input 9 + 10 + 11 + Example: 12 + 13 + watchdog@98007680 { 14 + compatible = "realtek,rtd1295-watchdog"; 15 + reg = <0x98007680 0x100>; 16 + clocks = <&osc27M>; 17 + };