From 3740c2902c3084514dd1beaaf122162e1ac36dd6 Mon Sep 17 00:00:00 2001 From: Ivan Velickovic Date: Wed, 28 Feb 2024 17:25:46 +1100 Subject: [PATCH] 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 --- tools/dts/odroidc4.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dts/odroidc4.dts b/tools/dts/odroidc4.dts index 866a4eff6..2cc3083c0 100644 --- a/tools/dts/odroidc4.dts +++ b/tools/dts/odroidc4.dts @@ -2945,7 +2945,7 @@ memory@0 { device_type = "memory"; - reg = <0x00 0x00 0x00 0x40000000>; + reg = <0x00 0x00 0x00 0xf5800000>; }; emmc-pwrseq {