diff options
| author | Jeff Lance <jefflance01@gmail.com> | 2013-01-14 05:32:20 +0000 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-02-07 10:36:26 -0500 | 
| commit | 13526f7157096dd10ad6027b02af9b1093694170 (patch) | |
| tree | d3a23d1a66369735029c969e363b991454aab864 /arch/arm/include/asm/arch-am33xx/ddr_defs.h | |
| parent | 3ec36b34fea10c793f6f41859cfcff083d6ee8a3 (diff) | |
| download | olio-uboot-2014.01-13526f7157096dd10ad6027b02af9b1093694170.tar.xz olio-uboot-2014.01-13526f7157096dd10ad6027b02af9b1093694170.zip | |
Add DDR3 support for AM335x-EVM (Version 1.5A)
AM335x EVM 1.5A uses Micron MT41J512M8RH-125 SDRAM 4Gb (512Mx8) as the
DDR3 chip.
[Hebbar Gururaja <gururaja.hebbar@ti.com>]
	- Resolve merge conflict while rebasing. File structure is
	  changed in the mainline. So re-arrange the code accordingly.
	- Update commit message to reflect the DDR3 part number
Signed-off-by: Jeff Lance <j-lance1@ti.com>
Signed-off-by: Tom Rini <trini@ti.com>
Signed-off-by: Hebbar Gururaja <gururaja.hebbar@ti.com>
Diffstat (limited to 'arch/arm/include/asm/arch-am33xx/ddr_defs.h')
| -rw-r--r-- | arch/arm/include/asm/arch-am33xx/ddr_defs.h | 16 | 
1 files changed, 16 insertions, 0 deletions
| diff --git a/arch/arm/include/asm/arch-am33xx/ddr_defs.h b/arch/arm/include/asm/arch-am33xx/ddr_defs.h index f95b33213..ae43ef877 100644 --- a/arch/arm/include/asm/arch-am33xx/ddr_defs.h +++ b/arch/arm/include/asm/arch-am33xx/ddr_defs.h @@ -82,6 +82,22 @@  #define MT41J256M8HX15E_PHY_FIFO_WE		0x100  #define MT41J256M8HX15E_IOCTRL_VALUE		0x18B +/* Micron MT41J512M8RH-125 on EVM v1.5 */ +#define MT41J512M8RH125_EMIF_READ_LATENCY	0x06 +#define MT41J512M8RH125_EMIF_TIM1		0x0888A39B +#define MT41J512M8RH125_EMIF_TIM2		0x26517FDA +#define MT41J512M8RH125_EMIF_TIM3		0x501F84EF +#define MT41J512M8RH125_EMIF_SDCFG		0x61C04BB2 +#define MT41J512M8RH125_EMIF_SDREF		0x0000093B +#define MT41J512M8RH125_ZQ_CFG			0x50074BE4 +#define MT41J512M8RH125_DLL_LOCK_DIFF		0x1 +#define MT41J512M8RH125_RATIO			0x80 +#define MT41J512M8RH125_INVERT_CLKOUT		0x0 +#define MT41J512M8RH125_RD_DQS			0x3B +#define MT41J512M8RH125_WR_DQS			0x3C +#define MT41J512M8RH125_PHY_FIFO_WE		0xA5 +#define MT41J512M8RH125_PHY_WR_DATA		0x74 +#define MT41J512M8RH125_IOCTRL_VALUE		0x18B  /**   * Configure SDRAM |