Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a81597bf authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman
Browse files

ARM: dts: r8a7792: Reserve SRAM for the SMP jump stub



Reserve SRAM for the jump stub for CPU core bringup.

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent d7ff9382
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -473,6 +473,14 @@
		icram1:	sram@e63c0000 {
			compatible = "mmio-sram";
			reg = <0 0xe63c0000 0 0x1000>;
			#address-cells = <1>;
			#size-cells = <1>;
			ranges = <0 0 0xe63c0000 0x1000>;

			smp-sram@0 {
				compatible = "renesas,smp-sram";
				reg = <0 0x10>;
			};
		};

		sdhi0: sd@ee100000 {