From d4ac2cfea724d3874ce3f1f624bcd40e78b1a9d4 Mon Sep 17 00:00:00 2001 From: Carlo Caione Date: Mon, 15 Sep 2014 20:51:58 +0200 Subject: [PATCH] ARM: DTS: meson: update DTSI to add watchdog node Reviewed-by: Guenter Roeck Signed-off-by: Carlo Caione --- arch/arm/boot/dts/meson.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/meson.dtsi b/arch/arm/boot/dts/meson.dtsi index 55feb14a333d..e6539ea5a711 100644 --- a/arch/arm/boot/dts/meson.dtsi +++ b/arch/arm/boot/dts/meson.dtsi @@ -70,6 +70,11 @@ #size-cells = <1>; ranges; + wdt: watchdog@c1109900 { + compatible = "amlogic,meson6-wdt"; + reg = <0xc1109900 0x8>; + }; + uart_AO: serial@c81004c0 { compatible = "amlogic,meson-uart"; reg = <0xc81004c0 0x14>; -- 2.34.1