1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com
7 * Based on board/ti/dra7xx/evm.c
15 #include <asm/omap_common.h>
16 #include <asm/omap_sec_common.h>
19 #include <asm/arch/gpio.h>
20 #include <asm/arch/clock.h>
21 #include <asm/arch/dra7xx_iodelay.h>
22 #include <asm/arch/sys_proto.h>
23 #include <asm/arch/mmc_host_def.h>
24 #include <asm/arch/sata.h>
25 #include <asm/arch/gpio.h>
26 #include <asm/arch/omap.h>
27 #include <environment.h>
29 #include <linux/usb/gadget.h>
30 #include <dwc3-uboot.h>
31 #include <dwc3-omap-uboot.h>
32 #include <ti-usb-phy-uboot.h>
35 #include "../common/board_detect.h"
38 #define board_is_x15() board_ti_is("BBRDX15_")
39 #define board_is_x15_revb1() (board_ti_is("BBRDX15_") && \
40 !strncmp("B.10", board_ti_get_rev(), 3))
41 #define board_is_x15_revc() (board_ti_is("BBRDX15_") && \
42 !strncmp("C.00", board_ti_get_rev(), 3))
43 #define board_is_am572x_evm() board_ti_is("AM572PM_")
44 #define board_is_am572x_evm_reva3() \
45 (board_ti_is("AM572PM_") && \
46 !strncmp("A.30", board_ti_get_rev(), 3))
47 #define board_is_am574x_idk() board_ti_is("AM574IDK")
48 #define board_is_am572x_idk() board_ti_is("AM572IDK")
49 #define board_is_am571x_idk() board_ti_is("AM571IDK")
51 #ifdef CONFIG_DRIVER_TI_CPSW
55 DECLARE_GLOBAL_DATA_PTR;
57 #define GPIO_ETH_LCD GPIO_TO_PIN(2, 22)
59 #define GPIO_DDR_VTT_EN 203
61 /* Touch screen controller to identify the LCD */
62 #define OSD_TS_FT_BUS_ADDRESS 0
63 #define OSD_TS_FT_CHIP_ADDRESS 0x38
64 #define OSD_TS_FT_REG_ID 0xA3
66 * Touchscreen IDs for various OSD panels
67 * Ref: http://www.osddisplays.com/TI/OSD101T2587-53TS_A.1.pdf
69 /* Used on newer osd101t2587 Panels */
70 #define OSD_TS_FT_ID_5x46 0x54
71 /* Used on older osd101t2045 Panels */
72 #define OSD_TS_FT_ID_5606 0x08
74 #define SYSINFO_BOARD_NAME_MAX_LEN 45
76 #define TPS65903X_PRIMARY_SECONDARY_PAD2 0xFB
77 #define TPS65903X_PAD2_POWERHOLD_MASK 0x20
79 const struct omap_sysinfo sysinfo = {
80 "Board: UNKNOWN(BeagleBoard X15?) REV UNKNOWN\n"
83 static const struct dmm_lisa_map_regs beagle_x15_lisa_regs = {
84 .dmm_lisa_map_3 = 0x80740300,
88 static const struct dmm_lisa_map_regs am571x_idk_lisa_regs = {
89 .dmm_lisa_map_3 = 0x80640100,
93 static const struct dmm_lisa_map_regs am574x_idk_lisa_regs = {
94 .dmm_lisa_map_2 = 0xc0600200,
95 .dmm_lisa_map_3 = 0x80600100,
99 void emif_get_dmm_regs(const struct dmm_lisa_map_regs **dmm_lisa_regs)
101 if (board_is_am571x_idk())
102 *dmm_lisa_regs = &am571x_idk_lisa_regs;
103 else if (board_is_am574x_idk())
104 *dmm_lisa_regs = &am574x_idk_lisa_regs;
106 *dmm_lisa_regs = &beagle_x15_lisa_regs;
109 static const struct emif_regs beagle_x15_emif1_ddr3_532mhz_emif_regs = {
110 .sdram_config_init = 0x61851b32,
111 .sdram_config = 0x61851b32,
112 .sdram_config2 = 0x08000000,
113 .ref_ctrl = 0x000040F1,
114 .ref_ctrl_final = 0x00001035,
115 .sdram_tim1 = 0xcccf36ab,
116 .sdram_tim2 = 0x308f7fda,
117 .sdram_tim3 = 0x409f88a8,
118 .read_idle_ctrl = 0x00050000,
119 .zq_config = 0x5007190b,
120 .temp_alert_config = 0x00000000,
121 .emif_ddr_phy_ctlr_1_init = 0x0024400b,
122 .emif_ddr_phy_ctlr_1 = 0x0e24400b,
123 .emif_ddr_ext_phy_ctrl_1 = 0x10040100,
124 .emif_ddr_ext_phy_ctrl_2 = 0x00910091,
125 .emif_ddr_ext_phy_ctrl_3 = 0x00950095,
126 .emif_ddr_ext_phy_ctrl_4 = 0x009b009b,
127 .emif_ddr_ext_phy_ctrl_5 = 0x009e009e,
128 .emif_rd_wr_lvl_rmp_win = 0x00000000,
129 .emif_rd_wr_lvl_rmp_ctl = 0x80000000,
130 .emif_rd_wr_lvl_ctl = 0x00000000,
131 .emif_rd_wr_exec_thresh = 0x00000305
134 /* Ext phy ctrl regs 1-35 */
135 static const u32 beagle_x15_emif1_ddr3_ext_phy_ctrl_const_regs[] = {
173 static const struct emif_regs beagle_x15_emif2_ddr3_532mhz_emif_regs = {
174 .sdram_config_init = 0x61851b32,
175 .sdram_config = 0x61851b32,
176 .sdram_config2 = 0x08000000,
177 .ref_ctrl = 0x000040F1,
178 .ref_ctrl_final = 0x00001035,
179 .sdram_tim1 = 0xcccf36b3,
180 .sdram_tim2 = 0x308f7fda,
181 .sdram_tim3 = 0x407f88a8,
182 .read_idle_ctrl = 0x00050000,
183 .zq_config = 0x5007190b,
184 .temp_alert_config = 0x00000000,
185 .emif_ddr_phy_ctlr_1_init = 0x0024400b,
186 .emif_ddr_phy_ctlr_1 = 0x0e24400b,
187 .emif_ddr_ext_phy_ctrl_1 = 0x10040100,
188 .emif_ddr_ext_phy_ctrl_2 = 0x00910091,
189 .emif_ddr_ext_phy_ctrl_3 = 0x00950095,
190 .emif_ddr_ext_phy_ctrl_4 = 0x009b009b,
191 .emif_ddr_ext_phy_ctrl_5 = 0x009e009e,
192 .emif_rd_wr_lvl_rmp_win = 0x00000000,
193 .emif_rd_wr_lvl_rmp_ctl = 0x80000000,
194 .emif_rd_wr_lvl_ctl = 0x00000000,
195 .emif_rd_wr_exec_thresh = 0x00000305
198 static const u32 beagle_x15_emif2_ddr3_ext_phy_ctrl_const_regs[] = {
236 static const struct emif_regs am571x_emif1_ddr3_666mhz_emif_regs = {
237 .sdram_config_init = 0x61863332,
238 .sdram_config = 0x61863332,
239 .sdram_config2 = 0x08000000,
240 .ref_ctrl = 0x0000514d,
241 .ref_ctrl_final = 0x0000144a,
242 .sdram_tim1 = 0xd333887c,
243 .sdram_tim2 = 0x30b37fe3,
244 .sdram_tim3 = 0x409f8ad8,
245 .read_idle_ctrl = 0x00050000,
246 .zq_config = 0x5007190b,
247 .temp_alert_config = 0x00000000,
248 .emif_ddr_phy_ctlr_1_init = 0x0024400f,
249 .emif_ddr_phy_ctlr_1 = 0x0e24400f,
250 .emif_ddr_ext_phy_ctrl_1 = 0x10040100,
251 .emif_ddr_ext_phy_ctrl_2 = 0x00910091,
252 .emif_ddr_ext_phy_ctrl_3 = 0x00950095,
253 .emif_ddr_ext_phy_ctrl_4 = 0x009b009b,
254 .emif_ddr_ext_phy_ctrl_5 = 0x009e009e,
255 .emif_rd_wr_lvl_rmp_win = 0x00000000,
256 .emif_rd_wr_lvl_rmp_ctl = 0x80000000,
257 .emif_rd_wr_lvl_ctl = 0x00000000,
258 .emif_rd_wr_exec_thresh = 0x00000305
261 static const struct emif_regs am574x_emif1_ddr3_666mhz_emif_ecc_regs = {
262 .sdram_config_init = 0x61863332,
263 .sdram_config = 0x61863332,
264 .sdram_config2 = 0x08000000,
265 .ref_ctrl = 0x0000514d,
266 .ref_ctrl_final = 0x0000144a,
267 .sdram_tim1 = 0xd333887c,
268 .sdram_tim2 = 0x30b37fe3,
269 .sdram_tim3 = 0x409f8ad8,
270 .read_idle_ctrl = 0x00050000,
271 .zq_config = 0x5007190b,
272 .temp_alert_config = 0x00000000,
273 .emif_ddr_phy_ctlr_1_init = 0x0024400f,
274 .emif_ddr_phy_ctlr_1 = 0x0e24400f,
275 .emif_ddr_ext_phy_ctrl_1 = 0x10040100,
276 .emif_ddr_ext_phy_ctrl_2 = 0x00910091,
277 .emif_ddr_ext_phy_ctrl_3 = 0x00950095,
278 .emif_ddr_ext_phy_ctrl_4 = 0x009b009b,
279 .emif_ddr_ext_phy_ctrl_5 = 0x009e009e,
280 .emif_rd_wr_lvl_rmp_win = 0x00000000,
281 .emif_rd_wr_lvl_rmp_ctl = 0x80000000,
282 .emif_rd_wr_lvl_ctl = 0x00000000,
283 .emif_rd_wr_exec_thresh = 0x00000305,
284 .emif_ecc_ctrl_reg = 0xD0000001,
285 .emif_ecc_address_range_1 = 0x3FFF0000,
286 .emif_ecc_address_range_2 = 0x00000000
289 void emif_get_reg_dump(u32 emif_nr, const struct emif_regs **regs)
293 if (board_is_am571x_idk())
294 *regs = &am571x_emif1_ddr3_666mhz_emif_regs;
295 else if (board_is_am574x_idk())
296 *regs = &am574x_emif1_ddr3_666mhz_emif_ecc_regs;
298 *regs = &beagle_x15_emif1_ddr3_532mhz_emif_regs;
301 if (board_is_am574x_idk())
302 *regs = &am571x_emif1_ddr3_666mhz_emif_regs;
304 *regs = &beagle_x15_emif2_ddr3_532mhz_emif_regs;
309 void emif_get_ext_phy_ctrl_const_regs(u32 emif_nr, const u32 **regs, u32 *size)
313 *regs = beagle_x15_emif1_ddr3_ext_phy_ctrl_const_regs;
314 *size = ARRAY_SIZE(beagle_x15_emif1_ddr3_ext_phy_ctrl_const_regs);
317 *regs = beagle_x15_emif2_ddr3_ext_phy_ctrl_const_regs;
318 *size = ARRAY_SIZE(beagle_x15_emif2_ddr3_ext_phy_ctrl_const_regs);
323 struct vcores_data beagle_x15_volts = {
324 .mpu.value[OPP_NOM] = VDD_MPU_DRA7_NOM,
325 .mpu.efuse.reg[OPP_NOM] = STD_FUSE_OPP_VMIN_MPU_NOM,
326 .mpu.efuse.reg_bits = DRA752_EFUSE_REGBITS,
327 .mpu.addr = TPS659038_REG_ADDR_SMPS12,
328 .mpu.pmic = &tps659038,
329 .mpu.abb_tx_done_mask = OMAP_ABB_MPU_TXDONE_MASK,
331 .eve.value[OPP_NOM] = VDD_EVE_DRA7_NOM,
332 .eve.value[OPP_OD] = VDD_EVE_DRA7_OD,
333 .eve.value[OPP_HIGH] = VDD_EVE_DRA7_HIGH,
334 .eve.efuse.reg[OPP_NOM] = STD_FUSE_OPP_VMIN_DSPEVE_NOM,
335 .eve.efuse.reg[OPP_OD] = STD_FUSE_OPP_VMIN_DSPEVE_OD,
336 .eve.efuse.reg[OPP_HIGH] = STD_FUSE_OPP_VMIN_DSPEVE_HIGH,
337 .eve.efuse.reg_bits = DRA752_EFUSE_REGBITS,
338 .eve.addr = TPS659038_REG_ADDR_SMPS45,
339 .eve.pmic = &tps659038,
340 .eve.abb_tx_done_mask = OMAP_ABB_EVE_TXDONE_MASK,
342 .gpu.value[OPP_NOM] = VDD_GPU_DRA7_NOM,
343 .gpu.value[OPP_OD] = VDD_GPU_DRA7_OD,
344 .gpu.value[OPP_HIGH] = VDD_GPU_DRA7_HIGH,
345 .gpu.efuse.reg[OPP_NOM] = STD_FUSE_OPP_VMIN_GPU_NOM,
346 .gpu.efuse.reg[OPP_OD] = STD_FUSE_OPP_VMIN_GPU_OD,
347 .gpu.efuse.reg[OPP_HIGH] = STD_FUSE_OPP_VMIN_GPU_HIGH,
348 .gpu.efuse.reg_bits = DRA752_EFUSE_REGBITS,
349 .gpu.addr = TPS659038_REG_ADDR_SMPS45,
350 .gpu.pmic = &tps659038,
351 .gpu.abb_tx_done_mask = OMAP_ABB_GPU_TXDONE_MASK,
353 .core.value[OPP_NOM] = VDD_CORE_DRA7_NOM,
354 .core.efuse.reg[OPP_NOM] = STD_FUSE_OPP_VMIN_CORE_NOM,
355 .core.efuse.reg_bits = DRA752_EFUSE_REGBITS,
356 .core.addr = TPS659038_REG_ADDR_SMPS6,
357 .core.pmic = &tps659038,
359 .iva.value[OPP_NOM] = VDD_IVA_DRA7_NOM,
360 .iva.value[OPP_OD] = VDD_IVA_DRA7_OD,
361 .iva.value[OPP_HIGH] = VDD_IVA_DRA7_HIGH,
362 .iva.efuse.reg[OPP_NOM] = STD_FUSE_OPP_VMIN_IVA_NOM,
363 .iva.efuse.reg[OPP_OD] = STD_FUSE_OPP_VMIN_IVA_OD,
364 .iva.efuse.reg[OPP_HIGH] = STD_FUSE_OPP_VMIN_IVA_HIGH,
365 .iva.efuse.reg_bits = DRA752_EFUSE_REGBITS,
366 .iva.addr = TPS659038_REG_ADDR_SMPS45,
367 .iva.pmic = &tps659038,
368 .iva.abb_tx_done_mask = OMAP_ABB_IVA_TXDONE_MASK,
371 struct vcores_data am572x_idk_volts = {
372 .mpu.value[OPP_NOM] = VDD_MPU_DRA7_NOM,
373 .mpu.efuse.reg[OPP_NOM] = STD_FUSE_OPP_VMIN_MPU_NOM,
374 .mpu.efuse.reg_bits = DRA752_EFUSE_REGBITS,
375 .mpu.addr = TPS659038_REG_ADDR_SMPS12,
376 .mpu.pmic = &tps659038,
377 .mpu.abb_tx_done_mask = OMAP_ABB_MPU_TXDONE_MASK,
379 .eve.value[OPP_NOM] = VDD_EVE_DRA7_NOM,
380 .eve.value[OPP_OD] = VDD_EVE_DRA7_OD,
381 .eve.value[OPP_HIGH] = VDD_EVE_DRA7_HIGH,
382 .eve.efuse.reg[OPP_NOM] = STD_FUSE_OPP_VMIN_DSPEVE_NOM,
383 .eve.efuse.reg[OPP_OD] = STD_FUSE_OPP_VMIN_DSPEVE_OD,
384 .eve.efuse.reg[OPP_HIGH] = STD_FUSE_OPP_VMIN_DSPEVE_HIGH,
385 .eve.efuse.reg_bits = DRA752_EFUSE_REGBITS,
386 .eve.addr = TPS659038_REG_ADDR_SMPS45,
387 .eve.pmic = &tps659038,
388 .eve.abb_tx_done_mask = OMAP_ABB_EVE_TXDONE_MASK,
390 .gpu.value[OPP_NOM] = VDD_GPU_DRA7_NOM,
391 .gpu.value[OPP_OD] = VDD_GPU_DRA7_OD,
392 .gpu.value[OPP_HIGH] = VDD_GPU_DRA7_HIGH,
393 .gpu.efuse.reg[OPP_NOM] = STD_FUSE_OPP_VMIN_GPU_NOM,
394 .gpu.efuse.reg[OPP_OD] = STD_FUSE_OPP_VMIN_GPU_OD,
395 .gpu.efuse.reg[OPP_HIGH] = STD_FUSE_OPP_VMIN_GPU_HIGH,
396 .gpu.efuse.reg_bits = DRA752_EFUSE_REGBITS,
397 .gpu.addr = TPS659038_REG_ADDR_SMPS6,
398 .gpu.pmic = &tps659038,
399 .gpu.abb_tx_done_mask = OMAP_ABB_GPU_TXDONE_MASK,
401 .core.value[OPP_NOM] = VDD_CORE_DRA7_NOM,
402 .core.efuse.reg[OPP_NOM] = STD_FUSE_OPP_VMIN_CORE_NOM,
403 .core.efuse.reg_bits = DRA752_EFUSE_REGBITS,
404 .core.addr = TPS659038_REG_ADDR_SMPS7,
405 .core.pmic = &tps659038,
407 .iva.value[OPP_NOM] = VDD_IVA_DRA7_NOM,
408 .iva.value[OPP_OD] = VDD_IVA_DRA7_OD,
409 .iva.value[OPP_HIGH] = VDD_IVA_DRA7_HIGH,
410 .iva.efuse.reg[OPP_NOM] = STD_FUSE_OPP_VMIN_IVA_NOM,
411 .iva.efuse.reg[OPP_OD] = STD_FUSE_OPP_VMIN_IVA_OD,
412 .iva.efuse.reg[OPP_HIGH] = STD_FUSE_OPP_VMIN_IVA_HIGH,
413 .iva.efuse.reg_bits = DRA752_EFUSE_REGBITS,
414 .iva.addr = TPS659038_REG_ADDR_SMPS8,
415 .iva.pmic = &tps659038,
416 .iva.abb_tx_done_mask = OMAP_ABB_IVA_TXDONE_MASK,
419 struct vcores_data am571x_idk_volts = {
420 .mpu.value[OPP_NOM] = VDD_MPU_DRA7_NOM,
421 .mpu.efuse.reg[OPP_NOM] = STD_FUSE_OPP_VMIN_MPU_NOM,
422 .mpu.efuse.reg_bits = DRA752_EFUSE_REGBITS,
423 .mpu.addr = TPS659038_REG_ADDR_SMPS12,
424 .mpu.pmic = &tps659038,
425 .mpu.abb_tx_done_mask = OMAP_ABB_MPU_TXDONE_MASK,
427 .eve.value[OPP_NOM] = VDD_EVE_DRA7_NOM,
428 .eve.value[OPP_OD] = VDD_EVE_DRA7_OD,
429 .eve.value[OPP_HIGH] = VDD_EVE_DRA7_HIGH,
430 .eve.efuse.reg[OPP_NOM] = STD_FUSE_OPP_VMIN_DSPEVE_NOM,
431 .eve.efuse.reg[OPP_OD] = STD_FUSE_OPP_VMIN_DSPEVE_OD,
432 .eve.efuse.reg[OPP_HIGH] = STD_FUSE_OPP_VMIN_DSPEVE_HIGH,
433 .eve.efuse.reg_bits = DRA752_EFUSE_REGBITS,
434 .eve.addr = TPS659038_REG_ADDR_SMPS45,
435 .eve.pmic = &tps659038,
436 .eve.abb_tx_done_mask = OMAP_ABB_EVE_TXDONE_MASK,
438 .gpu.value[OPP_NOM] = VDD_GPU_DRA7_NOM,
439 .gpu.value[OPP_OD] = VDD_GPU_DRA7_OD,
440 .gpu.value[OPP_HIGH] = VDD_GPU_DRA7_HIGH,
441 .gpu.efuse.reg[OPP_NOM] = STD_FUSE_OPP_VMIN_GPU_NOM,
442 .gpu.efuse.reg[OPP_OD] = STD_FUSE_OPP_VMIN_GPU_OD,
443 .gpu.efuse.reg[OPP_HIGH] = STD_FUSE_OPP_VMIN_GPU_HIGH,
444 .gpu.efuse.reg_bits = DRA752_EFUSE_REGBITS,
445 .gpu.addr = TPS659038_REG_ADDR_SMPS6,
446 .gpu.pmic = &tps659038,
447 .gpu.abb_tx_done_mask = OMAP_ABB_GPU_TXDONE_MASK,
449 .core.value[OPP_NOM] = VDD_CORE_DRA7_NOM,
450 .core.efuse.reg[OPP_NOM] = STD_FUSE_OPP_VMIN_CORE_NOM,
451 .core.efuse.reg_bits = DRA752_EFUSE_REGBITS,
452 .core.addr = TPS659038_REG_ADDR_SMPS7,
453 .core.pmic = &tps659038,
455 .iva.value[OPP_NOM] = VDD_IVA_DRA7_NOM,
456 .iva.value[OPP_OD] = VDD_IVA_DRA7_OD,
457 .iva.value[OPP_HIGH] = VDD_IVA_DRA7_HIGH,
458 .iva.efuse.reg[OPP_NOM] = STD_FUSE_OPP_VMIN_IVA_NOM,
459 .iva.efuse.reg[OPP_OD] = STD_FUSE_OPP_VMIN_IVA_OD,
460 .iva.efuse.reg[OPP_HIGH] = STD_FUSE_OPP_VMIN_IVA_HIGH,
461 .iva.efuse.reg_bits = DRA752_EFUSE_REGBITS,
462 .iva.addr = TPS659038_REG_ADDR_SMPS45,
463 .iva.pmic = &tps659038,
464 .iva.abb_tx_done_mask = OMAP_ABB_IVA_TXDONE_MASK,
467 int get_voltrail_opp(int rail_offset)
471 switch (rail_offset) {
482 opp = DRA7_DSPEVE_OPP;
495 #ifdef CONFIG_SPL_BUILD
496 /* No env to setup for SPL */
497 static inline void setup_board_eeprom_env(void) { }
499 /* Override function to read eeprom information */
500 void do_board_detect(void)
504 rc = ti_i2c_eeprom_am_get(CONFIG_EEPROM_BUS_ADDRESS,
505 CONFIG_EEPROM_CHIP_ADDRESS);
507 printf("ti_i2c_eeprom_init failed %d\n", rc);
510 #else /* CONFIG_SPL_BUILD */
512 /* Override function to read eeprom information: actual i2c read done by SPL*/
513 void do_board_detect(void)
518 rc = ti_i2c_eeprom_am_get(CONFIG_EEPROM_BUS_ADDRESS,
519 CONFIG_EEPROM_CHIP_ADDRESS);
521 printf("ti_i2c_eeprom_init failed %d\n", rc);
524 bname = "BeagleBoard X15";
525 else if (board_is_am572x_evm())
526 bname = "AM572x EVM";
527 else if (board_is_am574x_idk())
528 bname = "AM574x IDK";
529 else if (board_is_am572x_idk())
530 bname = "AM572x IDK";
531 else if (board_is_am571x_idk())
532 bname = "AM571x IDK";
535 snprintf(sysinfo.board_string, SYSINFO_BOARD_NAME_MAX_LEN,
536 "Board: %s REV %s\n", bname, board_ti_get_rev());
539 static void setup_board_eeprom_env(void)
541 char *name = "beagle_x15";
544 rc = ti_i2c_eeprom_am_get(CONFIG_EEPROM_BUS_ADDRESS,
545 CONFIG_EEPROM_CHIP_ADDRESS);
549 if (board_is_x15()) {
550 if (board_is_x15_revb1())
551 name = "beagle_x15_revb1";
552 else if (board_is_x15_revc())
553 name = "beagle_x15_revc";
556 } else if (board_is_am572x_evm()) {
557 if (board_is_am572x_evm_reva3())
558 name = "am57xx_evm_reva3";
561 } else if (board_is_am574x_idk()) {
563 } else if (board_is_am572x_idk()) {
565 } else if (board_is_am571x_idk()) {
568 printf("Unidentified board claims %s in eeprom header\n",
569 board_ti_get_name());
573 set_board_info_env(name);
576 #endif /* CONFIG_SPL_BUILD */
578 void vcores_init(void)
580 if (board_is_am572x_idk() || board_is_am574x_idk())
581 *omap_vcores = &am572x_idk_volts;
582 else if (board_is_am571x_idk())
583 *omap_vcores = &am571x_idk_volts;
585 *omap_vcores = &beagle_x15_volts;
588 void hw_data_init(void)
590 *prcm = &dra7xx_prcm;
592 *dplls_data = &dra72x_dplls;
593 else if (is_dra76x())
594 *dplls_data = &dra76x_dplls;
596 *dplls_data = &dra7xx_dplls;
597 *ctrl = &dra7xx_ctrl;
600 bool am571x_idk_needs_lcd(void)
604 gpio_request(GPIO_ETH_LCD, "nLCD_Detect");
605 if (gpio_get_value(GPIO_ETH_LCD))
610 gpio_free(GPIO_ETH_LCD);
618 gd->bd->bi_boot_params = (CONFIG_SYS_SDRAM_BASE + 0x100);
623 void am57x_idk_lcd_detect(void)
626 char *idk_lcd = "no";
629 /* Only valid for IDKs */
630 if (board_is_x15() || board_is_am572x_evm())
633 /* Only AM571x IDK has gpio control detect.. so check that */
634 if (board_is_am571x_idk() && !am571x_idk_needs_lcd())
637 r = i2c_get_chip_for_busnum(OSD_TS_FT_BUS_ADDRESS,
638 OSD_TS_FT_CHIP_ADDRESS, 1, &dev);
640 printf("%s: Failed to get I2C device %d/%d (ret %d)\n",
641 __func__, OSD_TS_FT_BUS_ADDRESS, OSD_TS_FT_CHIP_ADDRESS,
643 /* AM572x IDK has no explicit settings for optional LCD kit */
644 if (board_is_am571x_idk())
645 printf("%s: Touch screen detect failed: %d!\n",
651 r = dm_i2c_reg_read(dev, OSD_TS_FT_REG_ID);
653 printf("%s: Touch screen ID read %d:0x%02x[0x%02x] failed:%d\n",
654 __func__, OSD_TS_FT_BUS_ADDRESS, OSD_TS_FT_CHIP_ADDRESS,
655 OSD_TS_FT_REG_ID, r);
660 case OSD_TS_FT_ID_5606:
661 idk_lcd = "osd101t2045";
663 case OSD_TS_FT_ID_5x46:
664 idk_lcd = "osd101t2587";
667 printf("%s: Unidentifed Touch screen ID 0x%02x\n",
669 /* we will let default be "no lcd" */
672 env_set("idk_lcd", idk_lcd);
676 #if CONFIG_IS_ENABLED(DM_USB) && CONFIG_IS_ENABLED(OF_CONTROL)
677 static int device_okay(const char *path)
681 node = fdt_path_offset(gd->fdt_blob, path);
685 return fdtdec_get_is_enabled(gd->fdt_blob, node);
689 int board_late_init(void)
691 setup_board_eeprom_env();
695 * DEV_CTRL.DEV_ON = 1 please - else palmas switches off in 8 seconds
696 * This is the POWERHOLD-in-Low behavior.
698 palmas_i2c_write_u8(TPS65903X_CHIP_P1, 0xA0, 0x1);
701 * Default FIT boot on HS devices. Non FIT images are not allowed
704 if (get_device_type() == HS_DEVICE)
705 env_set("boot_fit", "1");
708 * Set the GPIO7 Pad to POWERHOLD. This has higher priority
709 * over DEV_CTRL.DEV_ON bit. This can be reset in case of
710 * PMIC Power off. So to be on the safer side set it back
711 * to POWERHOLD mode irrespective of the current state.
713 palmas_i2c_read_u8(TPS65903X_CHIP_P1, TPS65903X_PRIMARY_SECONDARY_PAD2,
715 val = val | TPS65903X_PAD2_POWERHOLD_MASK;
716 palmas_i2c_write_u8(TPS65903X_CHIP_P1, TPS65903X_PRIMARY_SECONDARY_PAD2,
719 omap_die_id_serial();
720 omap_set_fastboot_vars();
722 am57x_idk_lcd_detect();
724 #if !defined(CONFIG_SPL_BUILD)
725 board_ti_set_ethaddr(2);
728 #if CONFIG_IS_ENABLED(DM_USB) && CONFIG_IS_ENABLED(OF_CONTROL)
729 if (device_okay("/ocp/omap_dwc3_1@48880000"))
730 enable_usb_clocks(0);
731 if (device_okay("/ocp/omap_dwc3_2@488c0000"))
732 enable_usb_clocks(1);
737 void set_muxconf_regs(void)
739 do_set_mux32((*ctrl)->control_padconf_core_base,
740 early_padconf, ARRAY_SIZE(early_padconf));
743 #ifdef CONFIG_IODELAY_RECALIBRATION
744 void recalibrate_iodelay(void)
746 const struct pad_conf_entry *pconf;
747 const struct iodelay_cfg_entry *iod, *delta_iod;
748 int pconf_sz, iod_sz, delta_iod_sz = 0;
751 if (board_is_am572x_idk()) {
752 pconf = core_padconf_array_essential_am572x_idk;
753 pconf_sz = ARRAY_SIZE(core_padconf_array_essential_am572x_idk);
754 iod = iodelay_cfg_array_am572x_idk;
755 iod_sz = ARRAY_SIZE(iodelay_cfg_array_am572x_idk);
756 } else if (board_is_am574x_idk()) {
757 pconf = core_padconf_array_essential_am574x_idk;
758 pconf_sz = ARRAY_SIZE(core_padconf_array_essential_am574x_idk);
759 iod = iodelay_cfg_array_am574x_idk;
760 iod_sz = ARRAY_SIZE(iodelay_cfg_array_am574x_idk);
761 } else if (board_is_am571x_idk()) {
762 pconf = core_padconf_array_essential_am571x_idk;
763 pconf_sz = ARRAY_SIZE(core_padconf_array_essential_am571x_idk);
764 iod = iodelay_cfg_array_am571x_idk;
765 iod_sz = ARRAY_SIZE(iodelay_cfg_array_am571x_idk);
767 /* Common for X15/GPEVM */
768 pconf = core_padconf_array_essential_x15;
769 pconf_sz = ARRAY_SIZE(core_padconf_array_essential_x15);
770 /* There never was an SR1.0 X15.. So.. */
771 if (omap_revision() == DRA752_ES1_1) {
772 iod = iodelay_cfg_array_x15_sr1_1;
773 iod_sz = ARRAY_SIZE(iodelay_cfg_array_x15_sr1_1);
775 /* Since full production should switch to SR2.0 */
776 iod = iodelay_cfg_array_x15_sr2_0;
777 iod_sz = ARRAY_SIZE(iodelay_cfg_array_x15_sr2_0);
781 /* Setup I/O isolation */
782 ret = __recalibrate_iodelay_start();
786 /* Do the muxing here */
787 do_set_mux32((*ctrl)->control_padconf_core_base, pconf, pconf_sz);
789 /* Now do the weird minor deltas that should be safe */
790 if (board_is_x15() || board_is_am572x_evm()) {
791 if (board_is_x15_revb1() || board_is_am572x_evm_reva3() ||
792 board_is_x15_revc()) {
793 pconf = core_padconf_array_delta_x15_sr2_0;
794 pconf_sz = ARRAY_SIZE(core_padconf_array_delta_x15_sr2_0);
796 pconf = core_padconf_array_delta_x15_sr1_1;
797 pconf_sz = ARRAY_SIZE(core_padconf_array_delta_x15_sr1_1);
799 do_set_mux32((*ctrl)->control_padconf_core_base, pconf, pconf_sz);
802 if (board_is_am571x_idk()) {
803 if (am571x_idk_needs_lcd()) {
804 pconf = core_padconf_array_vout_am571x_idk;
805 pconf_sz = ARRAY_SIZE(core_padconf_array_vout_am571x_idk);
806 delta_iod = iodelay_cfg_array_am571x_idk_4port;
807 delta_iod_sz = ARRAY_SIZE(iodelay_cfg_array_am571x_idk_4port);
810 pconf = core_padconf_array_icss1eth_am571x_idk;
811 pconf_sz = ARRAY_SIZE(core_padconf_array_icss1eth_am571x_idk);
813 do_set_mux32((*ctrl)->control_padconf_core_base, pconf, pconf_sz);
816 /* Setup IOdelay configuration */
817 ret = do_set_iodelay((*ctrl)->iodelay_config_base, iod, iod_sz);
819 ret = do_set_iodelay((*ctrl)->iodelay_config_base, delta_iod,
823 /* Closeup.. remove isolation */
824 __recalibrate_iodelay_end(ret);
828 #if defined(CONFIG_MMC)
829 int board_mmc_init(bd_t *bis)
831 omap_mmc_init(0, 0, 0, -1, -1);
832 omap_mmc_init(1, 0, 0, -1, -1);
836 static const struct mmc_platform_fixups am57x_es1_1_mmc1_fixups = {
838 .unsupported_caps = MMC_CAP(MMC_HS_200) |
840 .max_freq = 96000000,
843 static const struct mmc_platform_fixups am57x_es1_1_mmc23_fixups = {
845 .unsupported_caps = MMC_CAP(MMC_HS_200) |
846 MMC_CAP(UHS_SDR104) |
848 .max_freq = 48000000,
851 const struct mmc_platform_fixups *platform_fixups_mmc(uint32_t addr)
853 switch (omap_revision()) {
856 if (addr == OMAP_HSMMC1_BASE)
857 return &am57x_es1_1_mmc1_fixups;
859 return &am57x_es1_1_mmc23_fixups;
866 #if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_OS_BOOT)
867 int spl_start_uboot(void)
869 /* break into full u-boot on 'c' */
870 if (serial_tstc() && serial_getc() == 'c')
873 #ifdef CONFIG_SPL_ENV_SUPPORT
876 if (env_get_yesno("boot_os") != 1)
884 #ifdef CONFIG_DRIVER_TI_CPSW
886 /* Delay value to add to calibrated value */
887 #define RGMII0_TXCTL_DLY_VAL ((0x3 << 5) + 0x8)
888 #define RGMII0_TXD0_DLY_VAL ((0x3 << 5) + 0x8)
889 #define RGMII0_TXD1_DLY_VAL ((0x3 << 5) + 0x2)
890 #define RGMII0_TXD2_DLY_VAL ((0x4 << 5) + 0x0)
891 #define RGMII0_TXD3_DLY_VAL ((0x4 << 5) + 0x0)
892 #define VIN2A_D13_DLY_VAL ((0x3 << 5) + 0x8)
893 #define VIN2A_D17_DLY_VAL ((0x3 << 5) + 0x8)
894 #define VIN2A_D16_DLY_VAL ((0x3 << 5) + 0x2)
895 #define VIN2A_D15_DLY_VAL ((0x4 << 5) + 0x0)
896 #define VIN2A_D14_DLY_VAL ((0x4 << 5) + 0x0)
898 static void cpsw_control(int enabled)
900 /* VTP can be added here */
903 static struct cpsw_slave_data cpsw_slaves[] = {
905 .slave_reg_ofs = 0x208,
906 .sliver_reg_ofs = 0xd80,
910 .slave_reg_ofs = 0x308,
911 .sliver_reg_ofs = 0xdc0,
916 static struct cpsw_platform_data cpsw_data = {
917 .mdio_base = CPSW_MDIO_BASE,
918 .cpsw_base = CPSW_BASE,
921 .cpdma_reg_ofs = 0x800,
923 .slave_data = cpsw_slaves,
924 .ale_reg_ofs = 0xd00,
926 .host_port_reg_ofs = 0x108,
927 .hw_stats_reg_ofs = 0x900,
928 .bd_ram_ofs = 0x2000,
929 .mac_control = (1 << 5),
930 .control = cpsw_control,
932 .version = CPSW_CTRL_VERSION_2,
935 static u64 mac_to_u64(u8 mac[6])
940 for (i = 0; i < 6; i++) {
948 static void u64_to_mac(u64 addr, u8 mac[6])
958 int board_eth_init(bd_t *bis)
962 uint32_t mac_hi, mac_lo;
966 u8 mac_addr1[6], mac_addr2[6];
969 /* try reading mac address from efuse */
970 mac_lo = readl((*ctrl)->control_core_mac_id_0_lo);
971 mac_hi = readl((*ctrl)->control_core_mac_id_0_hi);
972 mac_addr[0] = (mac_hi & 0xFF0000) >> 16;
973 mac_addr[1] = (mac_hi & 0xFF00) >> 8;
974 mac_addr[2] = mac_hi & 0xFF;
975 mac_addr[3] = (mac_lo & 0xFF0000) >> 16;
976 mac_addr[4] = (mac_lo & 0xFF00) >> 8;
977 mac_addr[5] = mac_lo & 0xFF;
979 if (!env_get("ethaddr")) {
980 printf("<ethaddr> not set. Validating first E-fuse MAC\n");
982 if (is_valid_ethaddr(mac_addr))
983 eth_env_set_enetaddr("ethaddr", mac_addr);
986 mac_lo = readl((*ctrl)->control_core_mac_id_1_lo);
987 mac_hi = readl((*ctrl)->control_core_mac_id_1_hi);
988 mac_addr[0] = (mac_hi & 0xFF0000) >> 16;
989 mac_addr[1] = (mac_hi & 0xFF00) >> 8;
990 mac_addr[2] = mac_hi & 0xFF;
991 mac_addr[3] = (mac_lo & 0xFF0000) >> 16;
992 mac_addr[4] = (mac_lo & 0xFF00) >> 8;
993 mac_addr[5] = mac_lo & 0xFF;
995 if (!env_get("eth1addr")) {
996 if (is_valid_ethaddr(mac_addr))
997 eth_env_set_enetaddr("eth1addr", mac_addr);
1000 ctrl_val = readl((*ctrl)->control_core_control_io1) & (~0x33);
1002 writel(ctrl_val, (*ctrl)->control_core_control_io1);
1004 /* The phy address for the AM57xx IDK are different than x15 */
1005 if (board_is_am572x_idk() || board_is_am571x_idk() ||
1006 board_is_am574x_idk()) {
1007 cpsw_data.slave_data[0].phy_addr = 0;
1008 cpsw_data.slave_data[1].phy_addr = 1;
1011 ret = cpsw_register(&cpsw_data);
1013 printf("Error %d registering CPSW switch\n", ret);
1016 * Export any Ethernet MAC addresses from EEPROM.
1017 * On AM57xx the 2 MAC addresses define the address range
1019 board_ti_get_eth_mac_addr(0, mac_addr1);
1020 board_ti_get_eth_mac_addr(1, mac_addr2);
1022 if (is_valid_ethaddr(mac_addr1) && is_valid_ethaddr(mac_addr2)) {
1023 mac1 = mac_to_u64(mac_addr1);
1024 mac2 = mac_to_u64(mac_addr2);
1026 /* must contain an address range */
1027 num_macs = mac2 - mac1 + 1;
1028 /* <= 50 to protect against user programming error */
1029 if (num_macs > 0 && num_macs <= 50) {
1030 for (i = 0; i < num_macs; i++) {
1031 u64_to_mac(mac1 + i, mac_addr);
1032 if (is_valid_ethaddr(mac_addr)) {
1033 eth_env_set_enetaddr_by_index("eth",
1045 #ifdef CONFIG_BOARD_EARLY_INIT_F
1046 /* VTT regulator enable */
1047 static inline void vtt_regulator_enable(void)
1049 if (omap_hw_init_context() == OMAP_INIT_CONTEXT_UBOOT_AFTER_SPL)
1052 gpio_request(GPIO_DDR_VTT_EN, "ddr_vtt_en");
1053 gpio_direction_output(GPIO_DDR_VTT_EN, 1);
1056 int board_early_init_f(void)
1058 vtt_regulator_enable();
1063 #if defined(CONFIG_OF_LIBFDT) && defined(CONFIG_OF_BOARD_SETUP)
1064 int ft_board_setup(void *blob, bd_t *bd)
1066 ft_cpu_setup(blob, bd);
1072 #ifdef CONFIG_SPL_LOAD_FIT
1073 int board_fit_config_name_match(const char *name)
1075 if (board_is_x15()) {
1076 if (board_is_x15_revb1()) {
1077 if (!strcmp(name, "am57xx-beagle-x15-revb1"))
1079 } else if (board_is_x15_revc()) {
1080 if (!strcmp(name, "am57xx-beagle-x15-revc"))
1082 } else if (!strcmp(name, "am57xx-beagle-x15")) {
1085 } else if (board_is_am572x_evm() &&
1086 !strcmp(name, "am57xx-beagle-x15")) {
1088 } else if (board_is_am572x_idk() && !strcmp(name, "am572x-idk")) {
1090 } else if (board_is_am574x_idk() && !strcmp(name, "am574x-idk")) {
1092 } else if (board_is_am571x_idk() && !strcmp(name, "am571x-idk")) {
1100 #if CONFIG_IS_ENABLED(FASTBOOT) && !CONFIG_IS_ENABLED(ENV_IS_NOWHERE)
1101 int fastboot_set_reboot_flag(void)
1103 printf("Setting reboot to fastboot flag ...\n");
1104 env_set("dofastboot", "1");
1110 #ifdef CONFIG_TI_SECURE_DEVICE
1111 void board_fit_image_post_process(void **p_image, size_t *p_size)
1113 secure_boot_verify_image(p_image, p_size);
1116 void board_tee_image_process(ulong tee_image, size_t tee_size)
1118 secure_tee_install((u32)tee_image);
1121 U_BOOT_FIT_LOADABLE_HANDLER(IH_TYPE_TEE, board_tee_image_process);