From: Carlo Caione Date: Mon, 15 Sep 2014 18:51:58 +0000 (+0200) Subject: ARM: DTS: meson: update DTSI to add watchdog node X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d4ac2cfea724d3874ce3f1f624bcd40e78b1a9d4;p=linux-beck.git ARM: DTS: meson: update DTSI to add watchdog node Reviewed-by: Guenter Roeck Signed-off-by: Carlo Caione --- 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>;