I use IS43TR16512BL-125KBL for ADSP-SC598, and I want to reference https://github.com/analogdevicesinc/lnxdsp-adi-meta/wiki/Configuring-System-Memory-When-Using-Linux-and-SHARC-Applications to expand RAM size to 992 MB (0x3E000000)
Problem:
- There is no effect when modified kernel device tree.
- Modification RAM setting in includes/config/sc598-som-ezkit.h could be applied to U-boot and Linux. But I only can modify to 480MB.
- Try to put size larger than 0x1E000000 will cause u-boot hang on message = "DRAM: " and never continue.
Is there any correct configure for ADSP-SC598 with IS43TR16512BL-125KBL to get real size?
Thanks.