]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/isee/igep00x0/igep00x0.c
ns16550: unify serial_tegra
[people/ms/u-boot.git] / board / isee / igep00x0 / igep00x0.c
CommitLineData
8a3f6bb6
EBS
1/*
2 * (C) Copyright 2010
3 * ISEE 2007 SL, <www.iseebcn.com>
4 *
1a459660 5 * SPDX-License-Identifier: GPL-2.0+
8a3f6bb6
EBS
6 */
7#include <common.h>
f3b4bc45 8#include <status_led.h>
b3f4ca11
SG
9#include <dm.h>
10#include <ns16550.h>
8a3f6bb6 11#include <twl4030.h>
77eea280 12#include <netdev.h>
84c3b631 13#include <asm/gpio.h>
77eea280 14#include <asm/io.h>
8a3f6bb6 15#include <asm/arch/mem.h>
f49d7b6c 16#include <asm/arch/mmc_host_def.h>
8a3f6bb6
EBS
17#include <asm/arch/mux.h>
18#include <asm/arch/sys_proto.h>
19#include <asm/mach-types.h>
77eea280 20#include "igep00x0.h"
8a3f6bb6 21
29565326
JR
22DECLARE_GLOBAL_DATA_PTR;
23
77eea280 24#if defined(CONFIG_CMD_NET)
8a3f6bb6
EBS
25/* GPMC definitions for LAN9221 chips */
26static const u32 gpmc_lan_config[] = {
77eea280
JMC
27 NET_LAN9221_GPMC_CONFIG1,
28 NET_LAN9221_GPMC_CONFIG2,
29 NET_LAN9221_GPMC_CONFIG3,
30 NET_LAN9221_GPMC_CONFIG4,
31 NET_LAN9221_GPMC_CONFIG5,
32 NET_LAN9221_GPMC_CONFIG6,
8a3f6bb6 33};
77eea280 34#endif
8a3f6bb6 35
b3f4ca11
SG
36static const struct ns16550_platdata igep_serial = {
37 OMAP34XX_UART3,
38 2,
39 V_NS16550_CLK
40};
41
42U_BOOT_DEVICE(igep_uart) = {
43 "serial_omap",
44 &igep_serial
45};
46
8a3f6bb6
EBS
47/*
48 * Routine: board_init
49 * Description: Early hardware init.
50 */
51int board_init(void)
52{
8a3f6bb6 53 gpmc_init(); /* in SRAM or SDRAM, finish GPMC */
8a3f6bb6
EBS
54 /* boot param addr */
55 gd->bd->bi_boot_params = (OMAP34XX_SDRC_CS0 + 0x100);
56
f3b4bc45
EBS
57#if defined(CONFIG_STATUS_LED) && defined(STATUS_LED_BOOT)
58 status_led_set(STATUS_LED_BOOT, STATUS_LED_ON);
59#endif
9d4f5421 60
f3b4bc45 61 return 0;
9d4f5421 62}
9d4f5421 63
d271a611
JMC
64#ifdef CONFIG_SPL_BUILD
65/*
66 * Routine: omap_rev_string
67 * Description: For SPL builds output board rev
68 */
69void omap_rev_string(void)
70{
71}
72
73/*
74 * Routine: get_board_mem_timings
75 * Description: If we use SPL then there is no x-loader nor config header
76 * so we have to setup the DDR timings ourself on both banks.
77 */
8c4445d2 78void get_board_mem_timings(struct board_sdrc_timings *timings)
d271a611 79{
8c4445d2 80 timings->mr = MICRON_V_MR_165;
d271a611 81#ifdef CONFIG_BOOT_NAND
8c4445d2
PB
82 timings->mcfg = MICRON_V_MCFG_200(256 << 20);
83 timings->ctrla = MICRON_V_ACTIMA_200;
84 timings->ctrlb = MICRON_V_ACTIMB_200;
85 timings->rfr_ctrl = SDP_3430_SDRC_RFR_CTRL_200MHz;
d271a611
JMC
86#else
87 if (get_cpu_family() == CPU_OMAP34XX) {
8c4445d2
PB
88 timings->mcfg = NUMONYX_V_MCFG_165(256 << 20);
89 timings->ctrla = NUMONYX_V_ACTIMA_165;
90 timings->ctrlb = NUMONYX_V_ACTIMB_165;
91 timings->rfr_ctrl = SDP_3430_SDRC_RFR_CTRL_165MHz;
d271a611
JMC
92
93 } else {
8c4445d2
PB
94 timings->mcfg = NUMONYX_V_MCFG_200(256 << 20);
95 timings->ctrla = NUMONYX_V_ACTIMA_200;
96 timings->ctrlb = NUMONYX_V_ACTIMB_200;
97 timings->rfr_ctrl = SDP_3430_SDRC_RFR_CTRL_200MHz;
d271a611
JMC
98 }
99#endif
100}
101#endif
102
77eea280 103#if defined(CONFIG_CMD_NET)
8a3f6bb6
EBS
104/*
105 * Routine: setup_net_chip
106 * Description: Setting up the configuration GPMC registers specific to the
107 * Ethernet hardware.
108 */
8a3f6bb6
EBS
109static void setup_net_chip(void)
110{
111 struct ctrl *ctrl_base = (struct ctrl *)OMAP34XX_CTRL_BASE;
112
113 enable_gpmc_cs_config(gpmc_lan_config, &gpmc_cfg->cs[5], 0x2C000000,
114 GPMC_SIZE_16M);
115
116 /* Enable off mode for NWE in PADCONF_GPMC_NWE register */
117 writew(readw(&ctrl_base->gpmc_nwe) | 0x0E00, &ctrl_base->gpmc_nwe);
118 /* Enable off mode for NOE in PADCONF_GPMC_NADV_ALE register */
119 writew(readw(&ctrl_base->gpmc_noe) | 0x0E00, &ctrl_base->gpmc_noe);
120 /* Enable off mode for ALE in PADCONF_GPMC_NADV_ALE register */
121 writew(readw(&ctrl_base->gpmc_nadv_ale) | 0x0E00,
122 &ctrl_base->gpmc_nadv_ale);
123
124 /* Make GPIO 64 as output pin and send a magic pulse through it */
84c3b631
SP
125 if (!gpio_request(64, "")) {
126 gpio_direction_output(64, 0);
127 gpio_set_value(64, 1);
8a3f6bb6 128 udelay(1);
84c3b631 129 gpio_set_value(64, 0);
8a3f6bb6 130 udelay(1);
84c3b631 131 gpio_set_value(64, 1);
8a3f6bb6
EBS
132 }
133}
77eea280
JMC
134#else
135static inline void setup_net_chip(void) {}
8a3f6bb6
EBS
136#endif
137
d271a611 138#if defined(CONFIG_GENERIC_MMC) && !defined(CONFIG_SPL_BUILD)
f49d7b6c
EBS
139int board_mmc_init(bd_t *bis)
140{
e3913f56 141 return omap_mmc_init(0, 0, 0, -1, -1);
f49d7b6c
EBS
142}
143#endif
144
aac5450e
PK
145#if defined(CONFIG_GENERIC_MMC)
146void board_mmc_power_init(void)
147{
148 twl4030_power_mmc_init(0);
149}
150#endif
151
a2fa28bc
JMC
152void set_fdt(void)
153{
154 switch (gd->bd->bi_arch_number) {
155 case MACH_TYPE_IGEP0020:
40372244 156 setenv("fdtfile", "omap3-igep0020.dtb");
a2fa28bc
JMC
157 break;
158 case MACH_TYPE_IGEP0030:
40372244 159 setenv("fdtfile", "omap3-igep0030.dtb");
a2fa28bc
JMC
160 break;
161 }
162}
163
8a3f6bb6
EBS
164/*
165 * Routine: misc_init_r
166 * Description: Configure board specific parts
167 */
168int misc_init_r(void)
169{
170 twl4030_power_init();
171
8a3f6bb6 172 setup_net_chip();
8a3f6bb6 173
679f82c3 174 omap_die_id_display();
8a3f6bb6 175
a2fa28bc
JMC
176 set_fdt();
177
8a3f6bb6
EBS
178 return 0;
179}
180
181/*
182 * Routine: set_muxconf_regs
183 * Description: Setting up the configuration Mux registers specific to the
184 * hardware. Many pins need to be moved from protect to primary
185 * mode.
186 */
187void set_muxconf_regs(void)
188{
189 MUX_DEFAULT();
77eea280
JMC
190
191#if (CONFIG_MACH_TYPE == MACH_TYPE_IGEP0020)
192 MUX_IGEP0020();
193#endif
194
195#if (CONFIG_MACH_TYPE == MACH_TYPE_IGEP0030)
196 MUX_IGEP0030();
197#endif
8a3f6bb6
EBS
198}
199
77eea280 200#if defined(CONFIG_CMD_NET)
8a3f6bb6
EBS
201int board_eth_init(bd_t *bis)
202{
203 int rc = 0;
204#ifdef CONFIG_SMC911X
205 rc = smc911x_initialize(0, CONFIG_SMC911X_BASE);
206#endif
207 return rc;
208}
77eea280 209#endif