From: Icenowy Zheng Date: Fri, 13 Oct 2017 11:26:21 +0000 (+0800) Subject: ARM: dts: sun8i: r40: add watchdog device node X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cfe8be2340bfb84bdb6932601fc61c5f9d854808;p=linux.git ARM: dts: sun8i: r40: add watchdog device node 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 Signed-off-by: Maxime Ripard Signed-off-by: Chen-Yu Tsai --- diff --git a/arch/arm/boot/dts/sun8i-r40.dtsi b/arch/arm/boot/dts/sun8i-r40.dtsi index d5a6745409ae0..ddcb3fff4cd44 100644 --- a/arch/arm/boot/dts/sun8i-r40.dtsi +++ b/arch/arm/boot/dts/sun8i-r40.dtsi @@ -229,6 +229,11 @@ }; }; + wdt: watchdog@1c20c90 { + compatible = "allwinner,sun4i-a10-wdt"; + reg = <0x01c20c90 0x10>; + }; + uart0: serial@1c28000 { compatible = "snps,dw-apb-uart"; reg = <0x01c28000 0x400>;