From: Geert Uytterhoeven Date: Wed, 1 Jun 2016 11:47:30 +0000 (+0200) Subject: ARM: dts: r8a7779: Add device node for RESET/WDT module X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ad40150ab896455efa3677ebb9b469801c3f7214;p=openwrt%2Fstaging%2Fblogic.git ARM: dts: r8a7779: Add device node for RESET/WDT module Add a device node for the RESET/WDT module, which provides a.o. reset control, mode pin monitoring, and watchdog control. Signed-off-by: Geert Uytterhoeven Acked-by: Dirk Behme --- diff --git a/arch/arm/boot/dts/r8a7779.dtsi b/arch/arm/boot/dts/r8a7779.dtsi index b9bbcce69dfb..8cf16008a09b 100644 --- a/arch/arm/boot/dts/r8a7779.dtsi +++ b/arch/arm/boot/dts/r8a7779.dtsi @@ -590,6 +590,11 @@ }; }; + rst: reset-controller@ffcc0000 { + compatible = "renesas,r8a7779-reset-wdt"; + reg = <0xffcc0000 0x48>; + }; + sysc: system-controller@ffd85000 { compatible = "renesas,r8a7779-sysc"; reg = <0xffd85000 0x0200>;