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

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
...@@ -23,7 +23,12 @@ chosen { ...@@ -23,7 +23,12 @@ chosen {
memory@40000000 { memory@40000000 {
device_type = "memory"; device_type = "memory";
reg = <0 0x40000000 0 0x80000000>; reg = <0 0x40000000 0 0x40000000>;
};
memory@200000000 {
device_type = "memory";
reg = <2 0x00000000 0 0x40000000>;
}; };
lbsc { lbsc {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment