Other Parts Discussed in Thread: SYSCONFIG
Currently SK-AM62X EVM board DDR with 2GB size in bootloader is setting as below
arch/arm/dts/k3-am62x-r5-sk-ms5t04-common.dtsi
memory@80000000 {
device_type = "memory";
/* 2G RAM */
reg = <0x00000000 0x80000000 0x00000000 0x80000000>;
};
arch/arm/dts/k3-am62x-sk-common-ms5t04.dtsi
memory@80000000 {
device_type = "memory";
/* 2G RAM */
reg = <0x00000000 0x80000000 0x00000000 0x80000000>;
};
How to configuration DDR size with 4GB?