From: Geert Uytterhoeven Date: Fri, 12 Jun 2015 08:08:25 +0000 (+0200) Subject: ARM: dts: r8a7790: Add device node for RST module X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=dd2b267bae0461e08a76fb6f6b27664cfa5b9520;p=openwrt%2Fstaging%2Fblogic.git ARM: dts: r8a7790: Add device node for RST module Add a device node for the RST module, which provides a.o. reset control and mode pin monitoring. Signed-off-by: Geert Uytterhoeven Acked-by: Dirk Behme --- diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi index 351fcc2f87df..3f10b0bf1b08 100644 --- a/arch/arm/boot/dts/r8a7790.dtsi +++ b/arch/arm/boot/dts/r8a7790.dtsi @@ -1471,6 +1471,11 @@ }; }; + rst: reset-controller@e6160000 { + compatible = "renesas,r8a7790-rst"; + reg = <0 0xe6160000 0 0x0100>; + }; + sysc: system-controller@e6180000 { compatible = "renesas,r8a7790-sysc"; reg = <0 0xe6180000 0 0x0200>;