ARM: dts: sun8i: r40: add watchdog device node
authorIcenowy Zheng <icenowy@aosc.io>
Fri, 13 Oct 2017 11:26:21 +0000 (19:26 +0800)
committerChen-Yu Tsai <wens@csie.org>
Wed, 18 Oct 2017 01:37:01 +0000 (09:37 +0800)
The R40 SoC has a watchdog like the one on A20, in the timer memory zone
(which is also the same on A20).

Add the device tree node for it.

Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
arch/arm/boot/dts/sun8i-r40.dtsi

index d5a6745409ae0ad401e9b700e7c55058b824cd61..ddcb3fff4cd441a9852355f60ad0b7d692f4ca0a 100644 (file)
                        };
                };
 
+               wdt: watchdog@1c20c90 {
+                       compatible = "allwinner,sun4i-a10-wdt";
+                       reg = <0x01c20c90 0x10>;
+               };
+
                uart0: serial@1c28000 {
                        compatible = "snps,dw-apb-uart";
                        reg = <0x01c28000 0x400>;