blob: d2f3a78a17c86697e3602b6cd237cac909118c30 [file] [log] [blame]
Chandan Nath98b036e2011-10-14 02:58:24 +00001/*
2 * ddr_defs.h
3 *
4 * ddr specific header
5 *
6 * Copyright (C) 2011, Texas Instruments, Incorporated - http://www.ti.com/
7 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License as
10 * published by the Free Software Foundation; either version 2 of
11 * the License, or (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR /PURPOSE. See the
16 * GNU General Public License for more details.
17 */
18
19#ifndef _DDR_DEFS_H
20#define _DDR_DEFS_H
21
22#include <asm/arch/hardware.h>
Tom Rinib668ae42012-07-24 14:55:38 -070023#include <asm/emif.h>
Chandan Nath98b036e2011-10-14 02:58:24 +000024
25/* AM335X EMIF Register values */
Chandan Nath98b036e2011-10-14 02:58:24 +000026#define VTP_CTRL_READY (0x1 << 5)
27#define VTP_CTRL_ENABLE (0x1 << 6)
Chandan Nath98b036e2011-10-14 02:58:24 +000028#define VTP_CTRL_START_EN (0x1)
Tom Rinif4914f92012-07-24 13:05:10 -070029#define PHY_DLL_LOCK_DIFF 0x0
Tom Rinide3c5702012-07-24 14:03:24 -070030#define DDR_CKE_CTRL_NORMAL 0x1
Vaibhav Hiremathc30d57b2013-03-14 21:11:16 +000031#define PHY_EN_DYN_PWRDN (0x1 << 20)
Chandan Nath98b036e2011-10-14 02:58:24 +000032
Peter Korsgaardeb6cf7b2012-10-18 01:21:12 +000033/* Micron MT47H128M16RT-25E */
Peter Korsgaard3adb8272012-10-18 01:21:13 +000034#define MT47H128M16RT25E_EMIF_READ_LATENCY 0x100005
35#define MT47H128M16RT25E_EMIF_TIM1 0x0666B3C9
36#define MT47H128M16RT25E_EMIF_TIM2 0x243631CA
37#define MT47H128M16RT25E_EMIF_TIM3 0x0000033F
38#define MT47H128M16RT25E_EMIF_SDCFG 0x41805332
39#define MT47H128M16RT25E_EMIF_SDREF 0x0000081a
40#define MT47H128M16RT25E_DLL_LOCK_DIFF 0x0
41#define MT47H128M16RT25E_RATIO 0x80
42#define MT47H128M16RT25E_INVERT_CLKOUT 0x00
43#define MT47H128M16RT25E_RD_DQS 0x12
44#define MT47H128M16RT25E_WR_DQS 0x00
45#define MT47H128M16RT25E_PHY_WRLVL 0x00
46#define MT47H128M16RT25E_PHY_GATELVL 0x00
47#define MT47H128M16RT25E_PHY_WR_DATA 0x40
48#define MT47H128M16RT25E_PHY_FIFO_WE 0x80
49#define MT47H128M16RT25E_PHY_RANK0_DELAY 0x1
50#define MT47H128M16RT25E_IOCTRL_VALUE 0x18B
Chandan Nath98b036e2011-10-14 02:58:24 +000051
Tom Rini323315a2012-07-30 14:49:50 -070052/* Micron MT41J128M16JT-125 */
Peter Korsgaard3adb8272012-10-18 01:21:13 +000053#define MT41J128MJT125_EMIF_READ_LATENCY 0x06
54#define MT41J128MJT125_EMIF_TIM1 0x0888A39B
55#define MT41J128MJT125_EMIF_TIM2 0x26337FDA
56#define MT41J128MJT125_EMIF_TIM3 0x501F830F
57#define MT41J128MJT125_EMIF_SDCFG 0x61C04AB2
58#define MT41J128MJT125_EMIF_SDREF 0x0000093B
59#define MT41J128MJT125_ZQ_CFG 0x50074BE4
60#define MT41J128MJT125_DLL_LOCK_DIFF 0x1
61#define MT41J128MJT125_RATIO 0x40
62#define MT41J128MJT125_INVERT_CLKOUT 0x1
63#define MT41J128MJT125_RD_DQS 0x3B
64#define MT41J128MJT125_WR_DQS 0x85
65#define MT41J128MJT125_PHY_WR_DATA 0xC1
66#define MT41J128MJT125_PHY_FIFO_WE 0x100
67#define MT41J128MJT125_IOCTRL_VALUE 0x18B
Tom Rini323315a2012-07-30 14:49:50 -070068
Lars Poeschel67b4a792013-01-11 00:53:31 +000069/* Micron MT41J256M8HX-15E */
70#define MT41J256M8HX15E_EMIF_READ_LATENCY 0x06
71#define MT41J256M8HX15E_EMIF_TIM1 0x0888A39B
72#define MT41J256M8HX15E_EMIF_TIM2 0x26337FDA
73#define MT41J256M8HX15E_EMIF_TIM3 0x501F830F
74#define MT41J256M8HX15E_EMIF_SDCFG 0x61C04B32
75#define MT41J256M8HX15E_EMIF_SDREF 0x0000093B
76#define MT41J256M8HX15E_ZQ_CFG 0x50074BE4
77#define MT41J256M8HX15E_DLL_LOCK_DIFF 0x1
78#define MT41J256M8HX15E_RATIO 0x40
79#define MT41J256M8HX15E_INVERT_CLKOUT 0x1
80#define MT41J256M8HX15E_RD_DQS 0x3B
81#define MT41J256M8HX15E_WR_DQS 0x85
82#define MT41J256M8HX15E_PHY_WR_DATA 0xC1
83#define MT41J256M8HX15E_PHY_FIFO_WE 0x100
84#define MT41J256M8HX15E_IOCTRL_VALUE 0x18B
85
Tom Rini385bc752013-03-21 04:30:02 +000086/* Micron MT41K256M16HA-125E */
Tom Rini8939ec32013-04-10 15:10:54 +020087#define MT41K256M16HA125E_EMIF_READ_LATENCY 0x100007
88#define MT41K256M16HA125E_EMIF_TIM1 0x0AAAD4DB
Tom Rini05acd822013-04-12 12:38:16 -040089#define MT41K256M16HA125E_EMIF_TIM2 0x266B7FDA
90#define MT41K256M16HA125E_EMIF_TIM3 0x501F867F
91#define MT41K256M16HA125E_EMIF_SDCFG 0x61C05332
Tom Rini8939ec32013-04-10 15:10:54 +020092#define MT41K256M16HA125E_EMIF_SDREF 0xC30
Tom Rini385bc752013-03-21 04:30:02 +000093#define MT41K256M16HA125E_ZQ_CFG 0x50074BE4
94#define MT41K256M16HA125E_DLL_LOCK_DIFF 0x1
Tom Rini8939ec32013-04-10 15:10:54 +020095#define MT41K256M16HA125E_RATIO 0x80
Tom Rini385bc752013-03-21 04:30:02 +000096#define MT41K256M16HA125E_INVERT_CLKOUT 0x0
Tom Rini05acd822013-04-12 12:38:16 -040097#define MT41K256M16HA125E_RD_DQS 0x38
98#define MT41K256M16HA125E_WR_DQS 0x44
99#define MT41K256M16HA125E_PHY_WR_DATA 0x7D
100#define MT41K256M16HA125E_PHY_FIFO_WE 0x94
Tom Rini385bc752013-03-21 04:30:02 +0000101#define MT41K256M16HA125E_IOCTRL_VALUE 0x18B
102
Jeff Lance7c03a222013-01-14 05:32:20 +0000103/* Micron MT41J512M8RH-125 on EVM v1.5 */
104#define MT41J512M8RH125_EMIF_READ_LATENCY 0x06
105#define MT41J512M8RH125_EMIF_TIM1 0x0888A39B
106#define MT41J512M8RH125_EMIF_TIM2 0x26517FDA
107#define MT41J512M8RH125_EMIF_TIM3 0x501F84EF
108#define MT41J512M8RH125_EMIF_SDCFG 0x61C04BB2
109#define MT41J512M8RH125_EMIF_SDREF 0x0000093B
110#define MT41J512M8RH125_ZQ_CFG 0x50074BE4
111#define MT41J512M8RH125_DLL_LOCK_DIFF 0x1
112#define MT41J512M8RH125_RATIO 0x80
113#define MT41J512M8RH125_INVERT_CLKOUT 0x0
114#define MT41J512M8RH125_RD_DQS 0x3B
115#define MT41J512M8RH125_WR_DQS 0x3C
116#define MT41J512M8RH125_PHY_FIFO_WE 0xA5
117#define MT41J512M8RH125_PHY_WR_DATA 0x74
118#define MT41J512M8RH125_IOCTRL_VALUE 0x18B
Lars Poeschel67b4a792013-01-11 00:53:31 +0000119
Enric Balletbo i Serrad8efff12013-04-04 22:27:57 +0000120/* Samsung K4B2G1646E-BIH9 */
121#define K4B2G1646EBIH9_EMIF_READ_LATENCY 0x06
122#define K4B2G1646EBIH9_EMIF_TIM1 0x0888A39B
123#define K4B2G1646EBIH9_EMIF_TIM2 0x2A04011A
124#define K4B2G1646EBIH9_EMIF_TIM3 0x501F820F
125#define K4B2G1646EBIH9_EMIF_SDCFG 0x61C24AB2
126#define K4B2G1646EBIH9_EMIF_SDREF 0x0000093B
127#define K4B2G1646EBIH9_ZQ_CFG 0x50074BE4
128#define K4B2G1646EBIH9_DLL_LOCK_DIFF 0x1
129#define K4B2G1646EBIH9_RATIO 0x40
130#define K4B2G1646EBIH9_INVERT_CLKOUT 0x1
131#define K4B2G1646EBIH9_RD_DQS 0x3B
132#define K4B2G1646EBIH9_WR_DQS 0x85
133#define K4B2G1646EBIH9_PHY_FIFO_WE 0x100
134#define K4B2G1646EBIH9_PHY_WR_DATA 0xC1
135#define K4B2G1646EBIH9_IOCTRL_VALUE 0x18B
136
Chandan Nath98b036e2011-10-14 02:58:24 +0000137/**
Matt Porter40355102013-03-15 10:07:07 +0000138 * Configure DMM
139 */
140void config_dmm(const struct dmm_lisa_map_regs *regs);
141
142/**
Chandan Nath98b036e2011-10-14 02:58:24 +0000143 * Configure SDRAM
144 */
Matt Porter65991ec2013-03-15 10:07:03 +0000145void config_sdram(const struct emif_regs *regs, int nr);
Chandan Nath98b036e2011-10-14 02:58:24 +0000146
147/**
148 * Set SDRAM timings
149 */
Matt Porter65991ec2013-03-15 10:07:03 +0000150void set_sdram_timings(const struct emif_regs *regs, int nr);
Chandan Nath98b036e2011-10-14 02:58:24 +0000151
152/**
153 * Configure DDR PHY
154 */
Matt Porter65991ec2013-03-15 10:07:03 +0000155void config_ddr_phy(const struct emif_regs *regs, int nr);
156
157struct ddr_cmd_regs {
158 unsigned int resv0[7];
159 unsigned int cm0csratio; /* offset 0x01C */
160 unsigned int resv1[2];
161 unsigned int cm0dldiff; /* offset 0x028 */
162 unsigned int cm0iclkout; /* offset 0x02C */
163 unsigned int resv2[8];
164 unsigned int cm1csratio; /* offset 0x050 */
165 unsigned int resv3[2];
166 unsigned int cm1dldiff; /* offset 0x05C */
167 unsigned int cm1iclkout; /* offset 0x060 */
168 unsigned int resv4[8];
169 unsigned int cm2csratio; /* offset 0x084 */
170 unsigned int resv5[2];
171 unsigned int cm2dldiff; /* offset 0x090 */
172 unsigned int cm2iclkout; /* offset 0x094 */
173 unsigned int resv6[3];
174};
175
176struct ddr_data_regs {
177 unsigned int dt0rdsratio0; /* offset 0x0C8 */
178 unsigned int resv1[4];
179 unsigned int dt0wdsratio0; /* offset 0x0DC */
180 unsigned int resv2[4];
181 unsigned int dt0wiratio0; /* offset 0x0F0 */
182 unsigned int resv3;
183 unsigned int dt0wimode0; /* offset 0x0F8 */
184 unsigned int dt0giratio0; /* offset 0x0FC */
185 unsigned int resv4;
186 unsigned int dt0gimode0; /* offset 0x104 */
187 unsigned int dt0fwsratio0; /* offset 0x108 */
188 unsigned int resv5[4];
189 unsigned int dt0dqoffset; /* offset 0x11C */
190 unsigned int dt0wrsratio0; /* offset 0x120 */
191 unsigned int resv6[4];
192 unsigned int dt0rdelays0; /* offset 0x134 */
193 unsigned int dt0dldiff0; /* offset 0x138 */
194 unsigned int resv7[12];
195};
Chandan Nath98b036e2011-10-14 02:58:24 +0000196
197/**
198 * This structure represents the DDR registers on AM33XX devices.
Tom Rini3e444582012-07-30 11:49:47 -0700199 * We make use of DDR_PHY_BASE_ADDR2 to address the DATA1 registers that
200 * correspond to DATA1 registers defined here.
Chandan Nath98b036e2011-10-14 02:58:24 +0000201 */
202struct ddr_regs {
203 unsigned int resv0[7];
204 unsigned int cm0csratio; /* offset 0x01C */
Tom Rini3e444582012-07-30 11:49:47 -0700205 unsigned int resv1[2];
Chandan Nath98b036e2011-10-14 02:58:24 +0000206 unsigned int cm0dldiff; /* offset 0x028 */
207 unsigned int cm0iclkout; /* offset 0x02C */
Tom Rini3e444582012-07-30 11:49:47 -0700208 unsigned int resv2[8];
Chandan Nath98b036e2011-10-14 02:58:24 +0000209 unsigned int cm1csratio; /* offset 0x050 */
Tom Rini3e444582012-07-30 11:49:47 -0700210 unsigned int resv3[2];
Chandan Nath98b036e2011-10-14 02:58:24 +0000211 unsigned int cm1dldiff; /* offset 0x05C */
212 unsigned int cm1iclkout; /* offset 0x060 */
Tom Rini3e444582012-07-30 11:49:47 -0700213 unsigned int resv4[8];
Chandan Nath98b036e2011-10-14 02:58:24 +0000214 unsigned int cm2csratio; /* offset 0x084 */
Tom Rini3e444582012-07-30 11:49:47 -0700215 unsigned int resv5[2];
Chandan Nath98b036e2011-10-14 02:58:24 +0000216 unsigned int cm2dldiff; /* offset 0x090 */
217 unsigned int cm2iclkout; /* offset 0x094 */
Tom Rini3e444582012-07-30 11:49:47 -0700218 unsigned int resv6[12];
Chandan Nath98b036e2011-10-14 02:58:24 +0000219 unsigned int dt0rdsratio0; /* offset 0x0C8 */
Tom Rini3e444582012-07-30 11:49:47 -0700220 unsigned int resv7[4];
Chandan Nath98b036e2011-10-14 02:58:24 +0000221 unsigned int dt0wdsratio0; /* offset 0x0DC */
Tom Rini3e444582012-07-30 11:49:47 -0700222 unsigned int resv8[4];
Chandan Nath98b036e2011-10-14 02:58:24 +0000223 unsigned int dt0wiratio0; /* offset 0x0F0 */
Tom Rini3e444582012-07-30 11:49:47 -0700224 unsigned int resv9;
225 unsigned int dt0wimode0; /* offset 0x0F8 */
Chandan Nath98b036e2011-10-14 02:58:24 +0000226 unsigned int dt0giratio0; /* offset 0x0FC */
Tom Rini3e444582012-07-30 11:49:47 -0700227 unsigned int resv10;
228 unsigned int dt0gimode0; /* offset 0x104 */
Chandan Nath98b036e2011-10-14 02:58:24 +0000229 unsigned int dt0fwsratio0; /* offset 0x108 */
Tom Rini3e444582012-07-30 11:49:47 -0700230 unsigned int resv11[4];
231 unsigned int dt0dqoffset; /* offset 0x11C */
Chandan Nath98b036e2011-10-14 02:58:24 +0000232 unsigned int dt0wrsratio0; /* offset 0x120 */
Tom Rini3e444582012-07-30 11:49:47 -0700233 unsigned int resv12[4];
Chandan Nath98b036e2011-10-14 02:58:24 +0000234 unsigned int dt0rdelays0; /* offset 0x134 */
235 unsigned int dt0dldiff0; /* offset 0x138 */
Chandan Nath98b036e2011-10-14 02:58:24 +0000236};
237
238/**
239 * Encapsulates DDR CMD control registers.
240 */
241struct cmd_control {
242 unsigned long cmd0csratio;
243 unsigned long cmd0csforce;
244 unsigned long cmd0csdelay;
245 unsigned long cmd0dldiff;
246 unsigned long cmd0iclkout;
247 unsigned long cmd1csratio;
248 unsigned long cmd1csforce;
249 unsigned long cmd1csdelay;
250 unsigned long cmd1dldiff;
251 unsigned long cmd1iclkout;
252 unsigned long cmd2csratio;
253 unsigned long cmd2csforce;
254 unsigned long cmd2csdelay;
255 unsigned long cmd2dldiff;
256 unsigned long cmd2iclkout;
257};
258
259/**
260 * Encapsulates DDR DATA registers.
261 */
262struct ddr_data {
263 unsigned long datardsratio0;
Chandan Nath98b036e2011-10-14 02:58:24 +0000264 unsigned long datawdsratio0;
Chandan Nath98b036e2011-10-14 02:58:24 +0000265 unsigned long datawiratio0;
Chandan Nath98b036e2011-10-14 02:58:24 +0000266 unsigned long datagiratio0;
Chandan Nath98b036e2011-10-14 02:58:24 +0000267 unsigned long datafwsratio0;
Chandan Nath98b036e2011-10-14 02:58:24 +0000268 unsigned long datawrsratio0;
Tom Rini3e444582012-07-30 11:49:47 -0700269 unsigned long datauserank0delay;
Chandan Nath98b036e2011-10-14 02:58:24 +0000270 unsigned long datadldiff0;
271};
272
273/**
274 * Configure DDR CMD control registers
275 */
Matt Porter65991ec2013-03-15 10:07:03 +0000276void config_cmd_ctrl(const struct cmd_control *cmd, int nr);
Chandan Nath98b036e2011-10-14 02:58:24 +0000277
278/**
279 * Configure DDR DATA registers
280 */
Matt Porter65991ec2013-03-15 10:07:03 +0000281void config_ddr_data(const struct ddr_data *data, int nr);
Chandan Nath98b036e2011-10-14 02:58:24 +0000282
283/**
284 * This structure represents the DDR io control on AM33XX devices.
285 */
286struct ddr_cmdtctrl {
Chandan Nath98b036e2011-10-14 02:58:24 +0000287 unsigned int cm0ioctl;
288 unsigned int cm1ioctl;
289 unsigned int cm2ioctl;
290 unsigned int resv2[12];
291 unsigned int dt0ioctl;
292 unsigned int dt1ioctl;
293};
294
295/**
Chandan Nath98b036e2011-10-14 02:58:24 +0000296 * Configure DDR io control registers
297 */
Tom Rinib239b3b2012-07-24 16:31:26 -0700298void config_io_ctrl(unsigned long val);
Chandan Nath98b036e2011-10-14 02:58:24 +0000299
300struct ddr_ctrl {
301 unsigned int ddrioctrl;
302 unsigned int resv1[325];
303 unsigned int ddrckectrl;
304};
305
Peter Korsgaardeb6cf7b2012-10-18 01:21:12 +0000306void config_ddr(unsigned int pll, unsigned int ioctrl,
307 const struct ddr_data *data, const struct cmd_control *ctrl,
Matt Porter65991ec2013-03-15 10:07:03 +0000308 const struct emif_regs *regs, int nr);
Chandan Nath98b036e2011-10-14 02:58:24 +0000309
310#endif /* _DDR_DEFS_H */