Fix DDR region for Odroid-C4

The Odroid-C4 is supposed to have 4GB of DDR memory.

According to the SoC manual (S905X3 Revision 02) the
DDR region goes from 0x0 to 0xF57FFFFF in Table 7-1.

Signed-off-by: Ivan Velickovic <i.velickovic@unsw.edu.au>
This commit is contained in:
Ivan Velickovic
2024-02-28 17:25:46 +11:00
committed by Gerwin Klein
parent 903cf7c2a5
commit 3740c2902c

View File

@@ -2945,7 +2945,7 @@
memory@0 {
device_type = "memory";
reg = <0x00 0x00 0x00 0x40000000>;
reg = <0x00 0x00 0x00 0xf5800000>;
};
emmc-pwrseq {