From: Geert Uytterhoeven Date: Fri, 12 Jun 2015 08:08:25 +0000 (+0200) Subject: ARM: dts: r8a7794: Add device node for RST module X-Git-Tag: v4.10-rc1~161^2~29^2~1^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=46edf183af72fdb64daf81bcee05f091a9255c0c;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: r8a7794: 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/r8a7794.dtsi b/arch/arm/boot/dts/r8a7794.dtsi index 9365580a194fa..69e4f4fad89b2 100644 --- a/arch/arm/boot/dts/r8a7794.dtsi +++ b/arch/arm/boot/dts/r8a7794.dtsi @@ -1375,6 +1375,11 @@ }; }; + rst: reset-controller@e6160000 { + compatible = "renesas,r8a7794-rst"; + reg = <0 0xe6160000 0 0x0100>; + }; + sysc: system-controller@e6180000 { compatible = "renesas,r8a7794-sysc"; reg = <0 0xe6180000 0 0x0200>;