I have one 4470 processor board in hand.the ddr chip is B8164B3PF-1D-F .i want to double check ddr size and frequence.
this ddr Is 4G bit and max freq is 466Mhz ,is correct?
Hi Sam,
As per the OMAP4470 TRM, the maximum size for each DDR supported is 1 GB.
The two EMIFs allow:• Connection between the device and LPDDR2-SDRAM memories. Support two CSs per EMIFcontroller.• PHY is the DDR physical interface, which implements data-rate conversion in compliance withLPDDR2 JEDEC requirements.• Memory density up to 8 Gbits supported per CS. Total address space is limited to 2GB = 16 Gbits
Also, OMAP4470 supports dual 466MHz LPDDR2 memory type compatible with previous chip sets namely OMAP4430/OMAP4460.
Please refer to the TI Website for OMAP4470 TRM at the following link:
http://www.ti.com/general/docs/wtbu/wtbudocumentcenter.tsp?templateId=6123&navigationId=12037
In your case, the OMAP4470 is using 512MB DDR (implies 4G Bit) at 466MHz of LPDDR2 memory type.
Thanks & Best Regards,
Venkat
Please click the Verify Answer button on this post if it answers your question_____________________________________________
Be sure to read the OMAP4 Forum Guidelines & FAQ-
Sam,
In addition to the good information provided by Venkat, I wanted to point you to the DDR configuration which is done in the x-loader:
http://git.omapzoom.org/?p=repo/x-loader.git;a=blob;f=cpu/omap4/sdram.c;h=84cd2721aa58eecf098dea431c3f8a39db3d0cc5;hb=omap4_dev
http://git.omapzoom.org/?p=repo/x-loader.git;a=blob;f=cpu/omap4/sdram_elpida.c;h=864d842f2946b665983e0042b5bed1f92bc96ab6;hb=omap4_dev
In these files, you can see the specific parameters, including size and speed, used for the 4470 SOMs on Blaze:
Regards,
Gina
Please click the Verify Answer button on this post if it answers your question
_______________________________________________________
Be sure to read the OMAP4 and OMAP5 Forum Guidelines and FAQ
Hi,Gina.
thank for your great point out the config file.
one more question i have B8164B3PF-1D-F data sheet about this DDR and this DDR is 8G bit size.
why you only config this DDR to 4G bit .
Best Regards.
SAM
There is 4Gb (512MB) on each EMIF, for a total of 8Gb (1GB). You can see in the code, in sdram_elpida.c and sdram.c: