blob: 67191af405b802159e786f26e8d3632aea5f83b8 [file] [log] [blame]
Felipe Balbi4750eb62014-11-10 14:02:44 -06001/*
2 * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com
3 *
4 * Author: Felipe Balbi <balbi@ti.com>
5 *
6 * Based on board/ti/dra7xx/evm.c
7 *
8 * SPDX-License-Identifier: GPL-2.0+
9 */
10
11#include <common.h>
12#include <palmas.h>
13#include <sata.h>
14#include <usb.h>
15#include <asm/omap_common.h>
16#include <asm/emif.h>
Lokesh Vutla9f150672015-06-16 20:36:05 +053017#include <asm/gpio.h>
18#include <asm/arch/gpio.h>
Felipe Balbi4750eb62014-11-10 14:02:44 -060019#include <asm/arch/clock.h>
Lokesh Vutlac3d39f92015-06-04 16:42:41 +053020#include <asm/arch/dra7xx_iodelay.h>
Felipe Balbi4750eb62014-11-10 14:02:44 -060021#include <asm/arch/sys_proto.h>
22#include <asm/arch/mmc_host_def.h>
23#include <asm/arch/sata.h>
24#include <asm/arch/gpio.h>
Kishon Vijay Abraham I5f19b2d2015-08-19 14:13:19 +053025#include <asm/arch/omap.h>
Felipe Balbi4750eb62014-11-10 14:02:44 -060026#include <environment.h>
Kishon Vijay Abraham I5f19b2d2015-08-19 14:13:19 +053027#include <usb.h>
28#include <linux/usb/gadget.h>
29#include <dwc3-uboot.h>
30#include <dwc3-omap-uboot.h>
31#include <ti-usb-phy-uboot.h>
Felipe Balbi4750eb62014-11-10 14:02:44 -060032
Kipisz, Steven161f1382016-02-24 12:30:58 -060033#include "../common/board_detect.h"
Felipe Balbi4750eb62014-11-10 14:02:44 -060034#include "mux_data.h"
35
Kipisz, Steven161f1382016-02-24 12:30:58 -060036#define board_is_x15() board_ti_is("BBRDX15_")
37#define board_is_am572x_evm() board_ti_is("AM572PM_")
38
Felipe Balbi4750eb62014-11-10 14:02:44 -060039#ifdef CONFIG_DRIVER_TI_CPSW
40#include <cpsw.h>
41#endif
42
43DECLARE_GLOBAL_DATA_PTR;
44
Lokesh Vutla9f150672015-06-16 20:36:05 +053045/* GPIO 7_11 */
46#define GPIO_DDR_VTT_EN 203
47
Kipisz, Steven161f1382016-02-24 12:30:58 -060048#define SYSINFO_BOARD_NAME_MAX_LEN 45
49
Felipe Balbi4750eb62014-11-10 14:02:44 -060050const struct omap_sysinfo sysinfo = {
Kipisz, Steven161f1382016-02-24 12:30:58 -060051 "Board: UNKNOWN(BeagleBoard X15?) REV UNKNOWN\n"
Felipe Balbi4750eb62014-11-10 14:02:44 -060052};
53
54static const struct dmm_lisa_map_regs beagle_x15_lisa_regs = {
55 .dmm_lisa_map_3 = 0x80740300,
56 .is_ma_present = 0x1
57};
58
59void emif_get_dmm_regs(const struct dmm_lisa_map_regs **dmm_lisa_regs)
60{
61 *dmm_lisa_regs = &beagle_x15_lisa_regs;
62}
63
64static const struct emif_regs beagle_x15_emif1_ddr3_532mhz_emif_regs = {
65 .sdram_config_init = 0x61851b32,
66 .sdram_config = 0x61851b32,
Lokesh Vutla306b5972016-03-08 09:11:35 +053067 .sdram_config2 = 0x08000000,
Lokesh Vutlab7eecd72015-02-16 10:15:56 +053068 .ref_ctrl = 0x000040F1,
69 .ref_ctrl_final = 0x00001035,
Lokesh Vutla306b5972016-03-08 09:11:35 +053070 .sdram_tim1 = 0xcccf36ab,
71 .sdram_tim2 = 0x308f7fda,
72 .sdram_tim3 = 0x409f88a8,
Lokesh Vutla644b4da2015-06-03 16:57:47 +053073 .read_idle_ctrl = 0x00050000,
Lokesh Vutla306b5972016-03-08 09:11:35 +053074 .zq_config = 0x5007190b,
Felipe Balbi4750eb62014-11-10 14:02:44 -060075 .temp_alert_config = 0x00000000,
Lokesh Vutla51a0f1f2015-06-03 14:43:22 +053076 .emif_ddr_phy_ctlr_1_init = 0x0024400b,
77 .emif_ddr_phy_ctlr_1 = 0x0e24400b,
Felipe Balbi4750eb62014-11-10 14:02:44 -060078 .emif_ddr_ext_phy_ctrl_1 = 0x10040100,
Lokesh Vutla306b5972016-03-08 09:11:35 +053079 .emif_ddr_ext_phy_ctrl_2 = 0x00910091,
80 .emif_ddr_ext_phy_ctrl_3 = 0x00950095,
81 .emif_ddr_ext_phy_ctrl_4 = 0x009b009b,
82 .emif_ddr_ext_phy_ctrl_5 = 0x009e009e,
Felipe Balbi4750eb62014-11-10 14:02:44 -060083 .emif_rd_wr_lvl_rmp_win = 0x00000000,
Lokesh Vutla51a0f1f2015-06-03 14:43:22 +053084 .emif_rd_wr_lvl_rmp_ctl = 0x80000000,
Felipe Balbi4750eb62014-11-10 14:02:44 -060085 .emif_rd_wr_lvl_ctl = 0x00000000,
86 .emif_rd_wr_exec_thresh = 0x00000305
87};
88
Lokesh Vutla979d2c32015-06-03 14:43:21 +053089/* Ext phy ctrl regs 1-35 */
Felipe Balbi4750eb62014-11-10 14:02:44 -060090static const u32 beagle_x15_emif1_ddr3_ext_phy_ctrl_const_regs[] = {
Lokesh Vutla979d2c32015-06-03 14:43:21 +053091 0x10040100,
Lokesh Vutla306b5972016-03-08 09:11:35 +053092 0x00910091,
93 0x00950095,
94 0x009B009B,
95 0x009E009E,
96 0x00980098,
Felipe Balbi4750eb62014-11-10 14:02:44 -060097 0x00340034,
Felipe Balbi4750eb62014-11-10 14:02:44 -060098 0x00350035,
Lokesh Vutla306b5972016-03-08 09:11:35 +053099 0x00340034,
100 0x00310031,
101 0x00340034,
102 0x007F007F,
103 0x007F007F,
104 0x007F007F,
105 0x007F007F,
106 0x007F007F,
107 0x00480048,
108 0x004A004A,
109 0x00520052,
110 0x00550055,
111 0x00500050,
Felipe Balbi4750eb62014-11-10 14:02:44 -0600112 0x00000000,
113 0x00600020,
Lokesh Vutla979d2c32015-06-03 14:43:21 +0530114 0x40011080,
Felipe Balbi4750eb62014-11-10 14:02:44 -0600115 0x08102040,
Lokesh Vutla306b5972016-03-08 09:11:35 +0530116 0x0,
117 0x0,
118 0x0,
119 0x0,
Lokesh Vutla51a0f1f2015-06-03 14:43:22 +0530120 0x0,
121 0x0,
122 0x0,
123 0x0,
Lokesh Vutla306b5972016-03-08 09:11:35 +0530124 0x0,
Lokesh Vutla51a0f1f2015-06-03 14:43:22 +0530125 0x0
Felipe Balbi4750eb62014-11-10 14:02:44 -0600126};
127
128static const struct emif_regs beagle_x15_emif2_ddr3_532mhz_emif_regs = {
129 .sdram_config_init = 0x61851b32,
130 .sdram_config = 0x61851b32,
Lokesh Vutla306b5972016-03-08 09:11:35 +0530131 .sdram_config2 = 0x08000000,
Lokesh Vutlab7eecd72015-02-16 10:15:56 +0530132 .ref_ctrl = 0x000040F1,
133 .ref_ctrl_final = 0x00001035,
Lokesh Vutla306b5972016-03-08 09:11:35 +0530134 .sdram_tim1 = 0xcccf36ab,
135 .sdram_tim2 = 0x308f7fda,
136 .sdram_tim3 = 0x409f88a8,
Lokesh Vutla644b4da2015-06-03 16:57:47 +0530137 .read_idle_ctrl = 0x00050000,
Lokesh Vutla306b5972016-03-08 09:11:35 +0530138 .zq_config = 0x5007190b,
Felipe Balbi4750eb62014-11-10 14:02:44 -0600139 .temp_alert_config = 0x00000000,
Lokesh Vutla51a0f1f2015-06-03 14:43:22 +0530140 .emif_ddr_phy_ctlr_1_init = 0x0024400b,
141 .emif_ddr_phy_ctlr_1 = 0x0e24400b,
Felipe Balbi4750eb62014-11-10 14:02:44 -0600142 .emif_ddr_ext_phy_ctrl_1 = 0x10040100,
Lokesh Vutla306b5972016-03-08 09:11:35 +0530143 .emif_ddr_ext_phy_ctrl_2 = 0x00910091,
144 .emif_ddr_ext_phy_ctrl_3 = 0x00950095,
145 .emif_ddr_ext_phy_ctrl_4 = 0x009b009b,
146 .emif_ddr_ext_phy_ctrl_5 = 0x009e009e,
Felipe Balbi4750eb62014-11-10 14:02:44 -0600147 .emif_rd_wr_lvl_rmp_win = 0x00000000,
Lokesh Vutla51a0f1f2015-06-03 14:43:22 +0530148 .emif_rd_wr_lvl_rmp_ctl = 0x80000000,
Felipe Balbi4750eb62014-11-10 14:02:44 -0600149 .emif_rd_wr_lvl_ctl = 0x00000000,
150 .emif_rd_wr_exec_thresh = 0x00000305
151};
152
153static const u32 beagle_x15_emif2_ddr3_ext_phy_ctrl_const_regs[] = {
Lokesh Vutla979d2c32015-06-03 14:43:21 +0530154 0x10040100,
Lokesh Vutla306b5972016-03-08 09:11:35 +0530155 0x00910091,
156 0x00950095,
157 0x009B009B,
158 0x009E009E,
159 0x00980098,
160 0x00340034,
Felipe Balbi4750eb62014-11-10 14:02:44 -0600161 0x00350035,
Lokesh Vutla306b5972016-03-08 09:11:35 +0530162 0x00340034,
163 0x00310031,
164 0x00340034,
165 0x007F007F,
166 0x007F007F,
167 0x007F007F,
168 0x007F007F,
169 0x007F007F,
170 0x00480048,
171 0x004A004A,
172 0x00520052,
173 0x00550055,
174 0x00500050,
Felipe Balbi4750eb62014-11-10 14:02:44 -0600175 0x00000000,
176 0x00600020,
Lokesh Vutla979d2c32015-06-03 14:43:21 +0530177 0x40011080,
Felipe Balbi4750eb62014-11-10 14:02:44 -0600178 0x08102040,
Lokesh Vutla306b5972016-03-08 09:11:35 +0530179 0x0,
180 0x0,
181 0x0,
182 0x0,
183 0x0,
Lokesh Vutla51a0f1f2015-06-03 14:43:22 +0530184 0x0,
185 0x0,
186 0x0,
187 0x0,
188 0x0
Felipe Balbi4750eb62014-11-10 14:02:44 -0600189};
190
191void emif_get_reg_dump(u32 emif_nr, const struct emif_regs **regs)
192{
193 switch (emif_nr) {
194 case 1:
195 *regs = &beagle_x15_emif1_ddr3_532mhz_emif_regs;
196 break;
197 case 2:
198 *regs = &beagle_x15_emif2_ddr3_532mhz_emif_regs;
199 break;
200 }
201}
202
203void emif_get_ext_phy_ctrl_const_regs(u32 emif_nr, const u32 **regs, u32 *size)
204{
205 switch (emif_nr) {
206 case 1:
207 *regs = beagle_x15_emif1_ddr3_ext_phy_ctrl_const_regs;
208 *size = ARRAY_SIZE(beagle_x15_emif1_ddr3_ext_phy_ctrl_const_regs);
209 break;
210 case 2:
211 *regs = beagle_x15_emif2_ddr3_ext_phy_ctrl_const_regs;
212 *size = ARRAY_SIZE(beagle_x15_emif2_ddr3_ext_phy_ctrl_const_regs);
213 break;
214 }
215}
216
217struct vcores_data beagle_x15_volts = {
218 .mpu.value = VDD_MPU_DRA752,
219 .mpu.efuse.reg = STD_FUSE_OPP_VMIN_MPU_NOM,
220 .mpu.efuse.reg_bits = DRA752_EFUSE_REGBITS,
221 .mpu.addr = TPS659038_REG_ADDR_SMPS12,
222 .mpu.pmic = &tps659038,
223
224 .eve.value = VDD_EVE_DRA752,
225 .eve.efuse.reg = STD_FUSE_OPP_VMIN_DSPEVE_NOM,
226 .eve.efuse.reg_bits = DRA752_EFUSE_REGBITS,
227 .eve.addr = TPS659038_REG_ADDR_SMPS45,
228 .eve.pmic = &tps659038,
229
230 .gpu.value = VDD_GPU_DRA752,
231 .gpu.efuse.reg = STD_FUSE_OPP_VMIN_GPU_NOM,
232 .gpu.efuse.reg_bits = DRA752_EFUSE_REGBITS,
233 .gpu.addr = TPS659038_REG_ADDR_SMPS45,
234 .gpu.pmic = &tps659038,
235
236 .core.value = VDD_CORE_DRA752,
237 .core.efuse.reg = STD_FUSE_OPP_VMIN_CORE_NOM,
238 .core.efuse.reg_bits = DRA752_EFUSE_REGBITS,
239 .core.addr = TPS659038_REG_ADDR_SMPS6,
240 .core.pmic = &tps659038,
241
242 .iva.value = VDD_IVA_DRA752,
243 .iva.efuse.reg = STD_FUSE_OPP_VMIN_IVA_NOM,
244 .iva.efuse.reg_bits = DRA752_EFUSE_REGBITS,
245 .iva.addr = TPS659038_REG_ADDR_SMPS45,
246 .iva.pmic = &tps659038,
247};
248
Kipisz, Steven161f1382016-02-24 12:30:58 -0600249#ifdef CONFIG_SPL_BUILD
250/* No env to setup for SPL */
251static inline void setup_board_eeprom_env(void) { }
252
253/* Override function to read eeprom information */
254void do_board_detect(void)
255{
256 int rc;
257
258 rc = ti_i2c_eeprom_am_get(CONFIG_EEPROM_BUS_ADDRESS,
259 CONFIG_EEPROM_CHIP_ADDRESS);
260 if (rc)
261 printf("ti_i2c_eeprom_init failed %d\n", rc);
262}
263
264#else /* CONFIG_SPL_BUILD */
265
266/* Override function to read eeprom information: actual i2c read done by SPL*/
267void do_board_detect(void)
268{
269 char *bname = NULL;
270 int rc;
271
272 rc = ti_i2c_eeprom_am_get(CONFIG_EEPROM_BUS_ADDRESS,
273 CONFIG_EEPROM_CHIP_ADDRESS);
274 if (rc)
275 printf("ti_i2c_eeprom_init failed %d\n", rc);
276
277 if (board_is_x15())
278 bname = "BeagleBoard X15";
279 else if (board_is_am572x_evm())
280 bname = "AM572x EVM";
281
282 if (bname)
283 snprintf(sysinfo.board_string, SYSINFO_BOARD_NAME_MAX_LEN,
284 "Board: %s REV %s\n", bname, board_ti_get_rev());
285}
286
287static void setup_board_eeprom_env(void)
288{
289 char *name = "beagle_x15";
290 int rc;
291
292 rc = ti_i2c_eeprom_am_get(CONFIG_EEPROM_BUS_ADDRESS,
293 CONFIG_EEPROM_CHIP_ADDRESS);
294 if (rc)
295 goto invalid_eeprom;
296
297 if (board_is_am572x_evm())
298 name = "am57xx_evm";
299 else
300 printf("Unidentified board claims %s in eeprom header\n",
301 board_ti_get_name());
302
303invalid_eeprom:
304 set_board_info_env(name);
305}
306
307#endif /* CONFIG_SPL_BUILD */
308
Felipe Balbi4750eb62014-11-10 14:02:44 -0600309void hw_data_init(void)
310{
311 *prcm = &dra7xx_prcm;
312 *dplls_data = &dra7xx_dplls;
313 *omap_vcores = &beagle_x15_volts;
314 *ctrl = &dra7xx_ctrl;
315}
316
317int board_init(void)
318{
319 gpmc_init();
320 gd->bd->bi_boot_params = (CONFIG_SYS_SDRAM_BASE + 0x100);
321
322 return 0;
323}
324
325int board_late_init(void)
326{
327 init_sata(0);
Kipisz, Steven161f1382016-02-24 12:30:58 -0600328 setup_board_eeprom_env();
329
Felipe Balbi4750eb62014-11-10 14:02:44 -0600330 /*
331 * DEV_CTRL.DEV_ON = 1 please - else palmas switches off in 8 seconds
332 * This is the POWERHOLD-in-Low behavior.
333 */
334 palmas_i2c_write_u8(TPS65903X_CHIP_P1, 0xA0, 0x1);
335 return 0;
336}
337
Paul Kocialkowskia00b1e52016-02-27 19:18:56 +0100338void set_muxconf_regs(void)
Felipe Balbi4750eb62014-11-10 14:02:44 -0600339{
340 do_set_mux32((*ctrl)->control_padconf_core_base,
Lokesh Vutlac3d39f92015-06-04 16:42:41 +0530341 early_padconf, ARRAY_SIZE(early_padconf));
Felipe Balbi4750eb62014-11-10 14:02:44 -0600342}
343
Lokesh Vutlac3d39f92015-06-04 16:42:41 +0530344#ifdef CONFIG_IODELAY_RECALIBRATION
345void recalibrate_iodelay(void)
346{
347 __recalibrate_iodelay(core_padconf_array_essential,
348 ARRAY_SIZE(core_padconf_array_essential),
349 iodelay_cfg_array, ARRAY_SIZE(iodelay_cfg_array));
350}
351#endif
352
Felipe Balbi4750eb62014-11-10 14:02:44 -0600353#if !defined(CONFIG_SPL_BUILD) && defined(CONFIG_GENERIC_MMC)
354int board_mmc_init(bd_t *bis)
355{
356 omap_mmc_init(0, 0, 0, -1, -1);
357 omap_mmc_init(1, 0, 0, -1, -1);
358 return 0;
359}
360#endif
361
362#if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_OS_BOOT)
363int spl_start_uboot(void)
364{
365 /* break into full u-boot on 'c' */
366 if (serial_tstc() && serial_getc() == 'c')
367 return 1;
368
369#ifdef CONFIG_SPL_ENV_SUPPORT
370 env_init();
371 env_relocate_spec();
372 if (getenv_yesno("boot_os") != 1)
373 return 1;
374#endif
375
376 return 0;
377}
378#endif
379
Kishon Vijay Abraham I5f19b2d2015-08-19 14:13:19 +0530380#ifdef CONFIG_USB_DWC3
381static struct dwc3_device usb_otg_ss1 = {
382 .maximum_speed = USB_SPEED_SUPER,
383 .base = DRA7_USB_OTG_SS1_BASE,
384 .tx_fifo_resize = false,
385 .index = 0,
386};
387
388static struct dwc3_omap_device usb_otg_ss1_glue = {
389 .base = (void *)DRA7_USB_OTG_SS1_GLUE_BASE,
390 .utmi_mode = DWC3_OMAP_UTMI_MODE_SW,
391 .index = 0,
392};
393
394static struct ti_usb_phy_device usb_phy1_device = {
395 .pll_ctrl_base = (void *)DRA7_USB3_PHY1_PLL_CTRL,
396 .usb2_phy_power = (void *)DRA7_USB2_PHY1_POWER,
397 .usb3_phy_power = (void *)DRA7_USB3_PHY1_POWER,
398 .index = 0,
399};
400
401static struct dwc3_device usb_otg_ss2 = {
402 .maximum_speed = USB_SPEED_HIGH,
403 .base = DRA7_USB_OTG_SS2_BASE,
404 .tx_fifo_resize = false,
405 .index = 1,
406};
407
408static struct dwc3_omap_device usb_otg_ss2_glue = {
409 .base = (void *)DRA7_USB_OTG_SS2_GLUE_BASE,
410 .utmi_mode = DWC3_OMAP_UTMI_MODE_SW,
411 .index = 1,
412};
413
414static struct ti_usb_phy_device usb_phy2_device = {
415 .usb2_phy_power = (void *)DRA7_USB2_PHY2_POWER,
416 .index = 1,
417};
418
419int board_usb_init(int index, enum usb_init_type init)
420{
Kishon Vijay Abraham I831bcba2015-08-19 16:16:27 +0530421 enable_usb_clocks(index);
Kishon Vijay Abraham I5f19b2d2015-08-19 14:13:19 +0530422 switch (index) {
423 case 0:
424 if (init == USB_INIT_DEVICE) {
425 printf("port %d can't be used as device\n", index);
Kishon Vijay Abraham I831bcba2015-08-19 16:16:27 +0530426 disable_usb_clocks(index);
Kishon Vijay Abraham I5f19b2d2015-08-19 14:13:19 +0530427 return -EINVAL;
428 } else {
429 usb_otg_ss1.dr_mode = USB_DR_MODE_HOST;
430 usb_otg_ss1_glue.vbus_id_status = OMAP_DWC3_ID_GROUND;
431 setbits_le32((*prcm)->cm_l3init_usb_otg_ss1_clkctrl,
432 OTG_SS_CLKCTRL_MODULEMODE_HW |
433 OPTFCLKEN_REFCLK960M);
434 }
435
436 ti_usb_phy_uboot_init(&usb_phy1_device);
437 dwc3_omap_uboot_init(&usb_otg_ss1_glue);
438 dwc3_uboot_init(&usb_otg_ss1);
439 break;
440 case 1:
441 if (init == USB_INIT_DEVICE) {
442 usb_otg_ss2.dr_mode = USB_DR_MODE_PERIPHERAL;
443 usb_otg_ss2_glue.vbus_id_status = OMAP_DWC3_VBUS_VALID;
444 } else {
445 printf("port %d can't be used as host\n", index);
Kishon Vijay Abraham I831bcba2015-08-19 16:16:27 +0530446 disable_usb_clocks(index);
Kishon Vijay Abraham I5f19b2d2015-08-19 14:13:19 +0530447 return -EINVAL;
448 }
449
450 ti_usb_phy_uboot_init(&usb_phy2_device);
451 dwc3_omap_uboot_init(&usb_otg_ss2_glue);
452 dwc3_uboot_init(&usb_otg_ss2);
453 break;
454 default:
455 printf("Invalid Controller Index\n");
456 }
457
458 return 0;
459}
460
461int board_usb_cleanup(int index, enum usb_init_type init)
462{
463 switch (index) {
464 case 0:
465 case 1:
466 ti_usb_phy_uboot_exit(index);
467 dwc3_uboot_exit(index);
468 dwc3_omap_uboot_exit(index);
469 break;
470 default:
471 printf("Invalid Controller Index\n");
472 }
Kishon Vijay Abraham I831bcba2015-08-19 16:16:27 +0530473 disable_usb_clocks(index);
Kishon Vijay Abraham I5f19b2d2015-08-19 14:13:19 +0530474 return 0;
475}
476
477int usb_gadget_handle_interrupts(int index)
478{
479 u32 status;
480
481 status = dwc3_omap_uboot_interrupt_status(index);
482 if (status)
483 dwc3_uboot_handle_interrupt(index);
484
485 return 0;
486}
487#endif
488
Felipe Balbi4750eb62014-11-10 14:02:44 -0600489#ifdef CONFIG_DRIVER_TI_CPSW
490
491/* Delay value to add to calibrated value */
492#define RGMII0_TXCTL_DLY_VAL ((0x3 << 5) + 0x8)
493#define RGMII0_TXD0_DLY_VAL ((0x3 << 5) + 0x8)
494#define RGMII0_TXD1_DLY_VAL ((0x3 << 5) + 0x2)
495#define RGMII0_TXD2_DLY_VAL ((0x4 << 5) + 0x0)
496#define RGMII0_TXD3_DLY_VAL ((0x4 << 5) + 0x0)
497#define VIN2A_D13_DLY_VAL ((0x3 << 5) + 0x8)
498#define VIN2A_D17_DLY_VAL ((0x3 << 5) + 0x8)
499#define VIN2A_D16_DLY_VAL ((0x3 << 5) + 0x2)
500#define VIN2A_D15_DLY_VAL ((0x4 << 5) + 0x0)
501#define VIN2A_D14_DLY_VAL ((0x4 << 5) + 0x0)
502
503static void cpsw_control(int enabled)
504{
505 /* VTP can be added here */
506}
507
508static struct cpsw_slave_data cpsw_slaves[] = {
509 {
510 .slave_reg_ofs = 0x208,
511 .sliver_reg_ofs = 0xd80,
512 .phy_addr = 1,
513 },
514 {
515 .slave_reg_ofs = 0x308,
516 .sliver_reg_ofs = 0xdc0,
517 .phy_addr = 2,
518 },
519};
520
521static struct cpsw_platform_data cpsw_data = {
522 .mdio_base = CPSW_MDIO_BASE,
523 .cpsw_base = CPSW_BASE,
524 .mdio_div = 0xff,
525 .channels = 8,
526 .cpdma_reg_ofs = 0x800,
527 .slaves = 1,
528 .slave_data = cpsw_slaves,
529 .ale_reg_ofs = 0xd00,
530 .ale_entries = 1024,
531 .host_port_reg_ofs = 0x108,
532 .hw_stats_reg_ofs = 0x900,
533 .bd_ram_ofs = 0x2000,
534 .mac_control = (1 << 5),
535 .control = cpsw_control,
536 .host_port_num = 0,
537 .version = CPSW_CTRL_VERSION_2,
538};
539
540int board_eth_init(bd_t *bis)
541{
542 int ret;
543 uint8_t mac_addr[6];
544 uint32_t mac_hi, mac_lo;
545 uint32_t ctrl_val;
546
547 /* try reading mac address from efuse */
548 mac_lo = readl((*ctrl)->control_core_mac_id_0_lo);
549 mac_hi = readl((*ctrl)->control_core_mac_id_0_hi);
550 mac_addr[0] = (mac_hi & 0xFF0000) >> 16;
551 mac_addr[1] = (mac_hi & 0xFF00) >> 8;
552 mac_addr[2] = mac_hi & 0xFF;
553 mac_addr[3] = (mac_lo & 0xFF0000) >> 16;
554 mac_addr[4] = (mac_lo & 0xFF00) >> 8;
555 mac_addr[5] = mac_lo & 0xFF;
556
557 if (!getenv("ethaddr")) {
558 printf("<ethaddr> not set. Validating first E-fuse MAC\n");
559
Joe Hershberger8ecdbed2015-04-08 01:41:04 -0500560 if (is_valid_ethaddr(mac_addr))
Felipe Balbi4750eb62014-11-10 14:02:44 -0600561 eth_setenv_enetaddr("ethaddr", mac_addr);
562 }
563
564 mac_lo = readl((*ctrl)->control_core_mac_id_1_lo);
565 mac_hi = readl((*ctrl)->control_core_mac_id_1_hi);
566 mac_addr[0] = (mac_hi & 0xFF0000) >> 16;
567 mac_addr[1] = (mac_hi & 0xFF00) >> 8;
568 mac_addr[2] = mac_hi & 0xFF;
569 mac_addr[3] = (mac_lo & 0xFF0000) >> 16;
570 mac_addr[4] = (mac_lo & 0xFF00) >> 8;
571 mac_addr[5] = mac_lo & 0xFF;
572
573 if (!getenv("eth1addr")) {
Joe Hershberger8ecdbed2015-04-08 01:41:04 -0500574 if (is_valid_ethaddr(mac_addr))
Felipe Balbi4750eb62014-11-10 14:02:44 -0600575 eth_setenv_enetaddr("eth1addr", mac_addr);
576 }
577
578 ctrl_val = readl((*ctrl)->control_core_control_io1) & (~0x33);
579 ctrl_val |= 0x22;
580 writel(ctrl_val, (*ctrl)->control_core_control_io1);
581
582 ret = cpsw_register(&cpsw_data);
583 if (ret < 0)
584 printf("Error %d registering CPSW switch\n", ret);
585
586 return ret;
587}
588#endif
Lokesh Vutla9f150672015-06-16 20:36:05 +0530589
590#ifdef CONFIG_BOARD_EARLY_INIT_F
591/* VTT regulator enable */
592static inline void vtt_regulator_enable(void)
593{
594 if (omap_hw_init_context() == OMAP_INIT_CONTEXT_UBOOT_AFTER_SPL)
595 return;
596
597 gpio_request(GPIO_DDR_VTT_EN, "ddr_vtt_en");
598 gpio_direction_output(GPIO_DDR_VTT_EN, 1);
599}
600
601int board_early_init_f(void)
602{
603 vtt_regulator_enable();
604 return 0;
605}
606#endif