2 * Board functions for TI AM335X based pxm2 board
3 * (C) Copyright 2013 Siemens Schweiz AG
4 * (C) Heiko Schocher, DENX Software Engineering, hs@denx.de.
7 * u-boot:/board/ti/am335x/board.c
9 * Board functions for TI AM335X based boards
11 * Copyright (C) 2011, Texas Instruments, Incorporated - http://www.ti.com/
13 * SPDX-License-Identifier: GPL-2.0+
17 #include <environment.h>
20 #include <asm/arch/cpu.h>
21 #include <asm/arch/hardware.h>
22 #include <asm/arch/omap.h>
23 #include <asm/arch/ddr_defs.h>
24 #include <asm/arch/clock.h>
25 #include <asm/arch/gpio.h>
26 #include <asm/arch/mmc_host_def.h>
27 #include <asm/arch/sys_proto.h>
28 #include "../../../drivers/video/da8xx-fb.h"
37 #include "../common/factoryset.h"
40 #include <bmp_layout.h>
42 #ifdef CONFIG_SPL_BUILD
43 static void board_init_ddr(void)
45 struct emif_regs pxm2_ddr3_emif_reg_data = {
46 .sdram_config = 0x41805332,
47 .sdram_tim1 = 0x666b3c9,
48 .sdram_tim2 = 0x243631ca,
50 .emif_ddr_phy_ctlr_1 = 0x100005,
55 struct ddr_data pxm2_ddr3_data = {
56 .datardsratio0 = 0x81204812,
58 .datafwsratio0 = 0x8020080,
59 .datawrsratio0 = 0x4010040,
62 struct cmd_control pxm2_ddr3_cmd_ctrl_data = {
71 const struct ctrl_ioregs ioregs = {
72 .cm0ioctl = DDR_IOCTRL_VAL,
73 .cm1ioctl = DDR_IOCTRL_VAL,
74 .cm2ioctl = DDR_IOCTRL_VAL,
75 .dt0ioctl = DDR_IOCTRL_VAL,
76 .dt1ioctl = DDR_IOCTRL_VAL,
79 config_ddr(DDR_PLL_FREQ, &ioregs, &pxm2_ddr3_data,
80 &pxm2_ddr3_cmd_ctrl_data, &pxm2_ddr3_emif_reg_data, 0);
84 * voltage switching for MPU frequency switching.
85 * @module = mpu - 0, core - 1
86 * @vddx_op_vol_sel = vdd voltage to set
92 int voltage_update(unsigned int module, unsigned char vddx_op_vol_sel)
95 unsigned int reg_offset;
98 reg_offset = PMIC_VDD1_OP_REG;
100 reg_offset = PMIC_VDD2_OP_REG;
103 if (i2c_read(PMIC_CTRL_I2C_ADDR, reg_offset, 1, buf, 1))
106 buf[0] &= ~PMIC_OP_REG_CMD_MASK;
108 if (i2c_write(PMIC_CTRL_I2C_ADDR, reg_offset, 1, buf, 1))
111 /* Configure VDDx OP Voltage */
112 if (i2c_read(PMIC_CTRL_I2C_ADDR, reg_offset, 1, buf, 1))
115 buf[0] &= ~PMIC_OP_REG_SEL_MASK;
116 buf[0] |= vddx_op_vol_sel;
118 if (i2c_write(PMIC_CTRL_I2C_ADDR, reg_offset, 1, buf, 1))
121 if (i2c_read(PMIC_CTRL_I2C_ADDR, reg_offset, 1, buf, 1))
124 if ((buf[0] & PMIC_OP_REG_SEL_MASK) != vddx_op_vol_sel)
130 #define OSC (V_OSCK/1000000)
132 const struct dpll_params dpll_mpu_pxm2 = {
133 720, OSC-1, 1, -1, -1, -1, -1};
135 void spl_siemens_board_init(void)
139 * pxm2 PMIC code. All boards currently want an MPU voltage
140 * of 1.2625V and CORE voltage of 1.1375V to operate at
143 if (i2c_probe(PMIC_CTRL_I2C_ADDR))
146 /* VDD1/2 voltage selection register access by control i/f */
147 if (i2c_read(PMIC_CTRL_I2C_ADDR, PMIC_DEVCTRL_REG, 1, buf, 1))
150 buf[0] |= PMIC_DEVCTRL_REG_SR_CTL_I2C_SEL_CTL_I2C;
152 if (i2c_write(PMIC_CTRL_I2C_ADDR, PMIC_DEVCTRL_REG, 1, buf, 1))
155 /* Frequency switching for OPP 120 */
156 if (voltage_update(MPU, PMIC_OP_REG_SEL_1_2_6) ||
157 voltage_update(CORE, PMIC_OP_REG_SEL_1_1_3)) {
158 printf("voltage update failed\n");
161 #endif /* if def CONFIG_SPL_BUILD */
163 int read_eeprom(void)
165 /* nothing ToDo here for this board */
170 #if (defined(CONFIG_DRIVER_TI_CPSW) && !defined(CONFIG_SPL_BUILD)) || \
171 (defined(CONFIG_SPL_ETH_SUPPORT) && defined(CONFIG_SPL_BUILD))
172 static void cpsw_control(int enabled)
174 /* VTP can be added here */
179 static struct cpsw_slave_data cpsw_slaves[] = {
181 .slave_reg_ofs = 0x208,
182 .sliver_reg_ofs = 0xd80,
184 .phy_if = PHY_INTERFACE_MODE_RMII,
187 .slave_reg_ofs = 0x308,
188 .sliver_reg_ofs = 0xdc0,
190 .phy_if = PHY_INTERFACE_MODE_RMII,
194 static struct cpsw_platform_data cpsw_data = {
195 .mdio_base = CPSW_MDIO_BASE,
196 .cpsw_base = CPSW_BASE,
199 .cpdma_reg_ofs = 0x800,
201 .slave_data = cpsw_slaves,
202 .ale_reg_ofs = 0xd00,
204 .host_port_reg_ofs = 0x108,
205 .hw_stats_reg_ofs = 0x900,
206 .bd_ram_ofs = 0x2000,
207 .mac_control = (1 << 5),
208 .control = cpsw_control,
210 .version = CPSW_CTRL_VERSION_2,
212 #endif /* #if (defined(CONFIG_DRIVER_TI_CPSW) && !defined(CONFIG_SPL_BUILD)) */
214 #if defined(CONFIG_DRIVER_TI_CPSW) || \
215 (defined(CONFIG_USB_ETHER) && defined(CONFIG_USB_MUSB_GADGET))
216 int board_eth_init(bd_t *bis)
219 #if (defined(CONFIG_DRIVER_TI_CPSW) && !defined(CONFIG_SPL_BUILD)) || \
220 (defined(CONFIG_SPL_ETH_SUPPORT) && defined(CONFIG_SPL_BUILD))
221 struct ctrl_dev *cdev = (struct ctrl_dev *)CTRL_DEVICE_BASE;
222 #ifdef CONFIG_FACTORYSET
224 if (!is_valid_ethaddr(factory_dat.mac))
225 printf("Error: no valid mac address\n");
227 eth_env_set_enetaddr("ethaddr", factory_dat.mac);
228 #endif /* #ifdef CONFIG_FACTORYSET */
230 /* Set rgmii mode and enable rmii clock to be sourced from chip */
231 writel(RGMII_MODE_ENABLE | RGMII_INT_DELAY, &cdev->miisel);
233 rv = cpsw_register(&cpsw_data);
235 printf("Error %d registering CPSW switch\n", rv);
241 #endif /* #if defined(CONFIG_DRIVER_TI_CPSW) */
243 #if defined(CONFIG_VIDEO) && !defined(CONFIG_SPL_BUILD)
244 static struct da8xx_panel lcd_panels[] = {
245 /* AUO G156XW01 V1 */
247 .name = "AUO_G156XW01_V1",
259 /* AUO B101EVN06 V0 */
261 .name = "AUO_B101EVN06_V0",
274 * Settings from factoryset
278 .name = "factoryset",
292 static const struct display_panel disp_panel = {
299 static const struct lcd_ctrl_config lcd_cfg = {
309 .invert_line_clock = 1,
310 .invert_frm_clock = 1,
316 static int set_gpio(int gpio, int state)
318 gpio_request(gpio, "temp");
319 gpio_direction_output(gpio, state);
320 gpio_set_value(gpio, state);
325 static int enable_backlight(void)
327 set_gpio(BOARD_LCD_POWER, 1);
328 set_gpio(BOARD_BACK_LIGHT, 1);
329 set_gpio(BOARD_TOUCH_POWER, 1);
333 static int enable_pwm(void)
335 struct pwmss_regs *pwmss = (struct pwmss_regs *)PWMSS0_BASE;
336 struct pwmss_ecap_regs *ecap;
337 int ticks = PWM_TICKS;
340 ecap = (struct pwmss_ecap_regs *)AM33XX_ECAP0_BASE;
342 setbits_le32(&pwmss->clkconfig, ECAP_CLK_EN);
343 /* TimeStam Counter register */
344 writel(0xdb9, &ecap->tsctr);
346 writel(ticks - 1, &ecap->cap3);
347 writel(ticks - 1, &ecap->cap1);
348 setbits_le16(&ecap->ecctl2,
349 (ECTRL2_MDSL_ECAP | ECTRL2_SYNCOSEL_MASK | 0xd0));
351 writel(duty, &ecap->cap2);
352 writel(duty, &ecap->cap4);
354 setbits_le16(&ecap->ecctl2, ECTRL2_CTRSTP_FREERUN);
358 static struct dpll_regs dpll_lcd_regs = {
359 .cm_clkmode_dpll = CM_WKUP + 0x98,
360 .cm_idlest_dpll = CM_WKUP + 0x48,
361 .cm_clksel_dpll = CM_WKUP + 0x54,
364 /* no console on this board */
365 int board_cfb_skip(void)
370 #define PLL_GET_M(v) ((v >> 8) & 0x7ff)
371 #define PLL_GET_N(v) (v & 0x7f)
373 static int get_clk(struct dpll_regs *dpll_regs)
379 val = readl(dpll_regs->cm_clksel_dpll);
382 f = (m * V_OSCK) / n;
389 return get_clk(&dpll_lcd_regs);
392 static int conf_disp_pll(int m, int n)
394 struct cm_perpll *cmper = (struct cm_perpll *)CM_PER;
395 struct cm_dpll *cmdpll = (struct cm_dpll *)CM_DPLL;
396 struct dpll_params dpll_lcd = {m, n, -1, -1, -1, -1, -1};
398 u32 *const clk_domains[] = {
402 u32 *const clk_modules_explicit_en[] = {
404 &cmper->lcdcclkstctrl,
405 &cmper->epwmss0clkctrl,
408 do_enable_clocks(clk_domains, clk_modules_explicit_en, 1);
409 writel(0x0, &cmdpll->clklcdcpixelclk);
411 do_setup_dpll(&dpll_lcd_regs, &dpll_lcd);
416 static int board_video_init(void)
418 conf_disp_pll(24, 1);
419 if (factory_dat.pxm50)
420 da8xx_video_init(&lcd_panels[0], &lcd_cfg, lcd_cfg.bpp);
422 da8xx_video_init(&lcd_panels[1], &lcd_cfg, lcd_cfg.bpp);
431 #ifdef CONFIG_BOARD_LATE_INIT
432 int board_late_init(void)
436 omap_nand_switch_ecc(1, 8);
438 #ifdef CONFIG_FACTORYSET
439 if (factory_dat.asn[0] != 0) {
440 char tmp[2 * MAX_STRING_LENGTH + 2];
442 if (strncmp((const char *)factory_dat.asn, "PXM50", 5) == 0)
443 factory_dat.pxm50 = 1;
445 factory_dat.pxm50 = 0;
446 sprintf(tmp, "%s_%s", factory_dat.asn,
447 factory_dat.comp_version);
448 ret = env_set("boardid", tmp);
450 printf("error setting board id\n");
452 factory_dat.pxm50 = 1;
453 ret = env_set("boardid", "PXM50_1.0");
455 printf("error setting board id\n");
457 debug("PXM50: %d\n", factory_dat.pxm50);
464 #include "../common/board.c"