Hi Folks,
I have AM3352 SoC to which we have 256MB DDR3 with the following part number MT41K128M16JT-125:K.
From the u-boot source there is support for MT41K128M16JT187E in src/arch/arm/include/asm/arch-am33xx/ddr_defs.h.
To my understanding the major differnce bettwen these to different parts is the speed, so what all the parameters I have to look into data sheet, for adding support to MT41K128M16JT-125:K
It looks we need to have #defines for the following
EMIF_READ_LATENCY
EMIF_TIM1
EMIF_TIM2
EMIF_TIM3
EMIF_SDCFG
EMIF_SDREF
ZQ_CFG
RATIO
INVERT_CLKOUT
RD_DQS
WR_DQS
PHY_WR_DATA
PHY_FIFO_WE
IOCTRL_VALUE
Please let me know is there any additional changes needed ? and where do we mention the size of DDR whther it is 512 or 256 ?
Thanks in advance :)