Other Parts Discussed in Thread: AM625, TMP100
Hello,
We have a design with 4GB, I configure the memory in the device tree as followed:
memory@80000000 {
device_type = "memory";
/* 4G RAM */
reg = <0x00000000 0x80000000 0x00000000 0x80000000>,
<0x00000008 0x80000000 0x00000000 0x80000000>;
};
But the memory is limited to 2GB:
root@am62xx-evm:~# cat /proc/meminfo
MemTotal: 1982868 kB
MemFree: 1688468 kB
MemAvailable: 1775140 kB
Could you help me to make the 4GB of memory available in Linux.
Regards,
Alexis.