Browse Source

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 <geert+renesas@glider.be>
Acked-by: Dirk Behme <dirk.behme@de.bosch.com>
Geert Uytterhoeven 10 years ago
parent
commit
46edf183af
1 changed files with 5 additions and 0 deletions
  1. 5 0
      arch/arm/boot/dts/r8a7794.dtsi

+ 5 - 0
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 {
 	sysc: system-controller@e6180000 {
 		compatible = "renesas,r8a7794-sysc";
 		compatible = "renesas,r8a7794-sysc";
 		reg = <0 0xe6180000 0 0x0200>;
 		reg = <0 0xe6180000 0 0x0200>;