Part Number: AM62A7
Other Parts Discussed in Thread: SYSCONFIG,
Tool/software:
Hi,
Yocto SDK: 09_01_00
EVM: AM62A SK EVM
We are using above mention EVK and SDK for our product evaluation. Now, We are designing our custom board where RAM size is different than the EVK. So, I want to confirm that how to configure the size in u-boot and R5 dts file.
arch/arm/dts/k3-am62a7-sk.dts
memory@80000000 {
device_type = "memory";
/* 4G RAM */
reg = <0x00000000 0x80000000 0x00000000 0x80000000>,
<0x00000008 0x80000000 0x00000000 0x80000000>;
};
Here i can see that two line in "reg" value. each line contains 2GB size which makes 4GB of RAM. Am I correct?. And also is this two lines configuration is due to "MT53E1G32D2FW-046 AUT:B" has dual-rank configuaration?
The RAM (ddr) we are going to use has the single-rank configuration. So, do we have to mention two or single line configuration in the "reg" field?
Let me know any other information is required on this query.
Regards,
Jay

