aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIcenowy Zheng <icenowy@aosc.io>2017-10-13 07:26:21 -0400
committerChen-Yu Tsai <wens@csie.org>2017-10-17 21:37:01 -0400
commitcfe8be2340bfb84bdb6932601fc61c5f9d854808 (patch)
tree533bdee50f8f6485e57887c2fa94756fe6dc0370
parentc6ec770c82da96db4d0016dce393b106000dfb3d (diff)
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 <icenowy@aosc.io> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Chen-Yu Tsai <wens@csie.org>
-rw-r--r--arch/arm/boot/dts/sun8i-r40.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun8i-r40.dtsi b/arch/arm/boot/dts/sun8i-r40.dtsi
index d5a6745409ae..ddcb3fff4cd4 100644
--- a/arch/arm/boot/dts/sun8i-r40.dtsi
+++ b/arch/arm/boot/dts/sun8i-r40.dtsi
@@ -229,6 +229,11 @@
229 }; 229 };
230 }; 230 };
231 231
232 wdt: watchdog@1c20c90 {
233 compatible = "allwinner,sun4i-a10-wdt";
234 reg = <0x01c20c90 0x10>;
235 };
236
232 uart0: serial@1c28000 { 237 uart0: serial@1c28000 {
233 compatible = "snps,dw-apb-uart"; 238 compatible = "snps,dw-apb-uart";
234 reg = <0x01c28000 0x400>; 239 reg = <0x01c28000 0x400>;