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

Commit 4cd1bad4 authored by Takashi Yoshii's avatar Takashi Yoshii Committed by Simon Horman
Browse files

ARM: shmobile: koelsch: (1+1)GiB memory in DT



Fix dts to have memory 1GiB @ 0_4000_0000 + 1GiB @ 2_0000_0000
according to Koelsch's hardware manual.

Signed-off-by: default avatarTakashi Yoshii <takasi-y@ops.dti.ne.jp>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent aff5274f
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -23,7 +23,12 @@

	memory@40000000 {
		device_type = "memory";
		reg = <0 0x40000000 0 0x80000000>;
		reg = <0 0x40000000 0 0x40000000>;
	};

	memory@200000000 {
		device_type = "memory";
		reg = <2 0x00000000 0 0x40000000>;
	};

	lbsc {