blob: 2821ee22674f78a8afa2971c1cf982aa1255c468 [file] [log] [blame]
Dirk Behme7379f452009-01-28 21:40:16 +01001/*
2 * (C) Copyright 2004-2008
3 * Texas Instruments, <www.ti.com>
4 *
5 * Author :
6 * Nishanth Menon <nm@ti.com>
7 *
8 * Derived from Beagle Board and 3430 SDP code by
9 * Sunil Kumar <sunilsaini05@gmail.com>
10 * Shashi Ranjan <shashiranjanmca05@gmail.com>
11 * Richard Woodruff <r-woodruff2@ti.com>
12 * Syed Mohammed Khasim <khasim@ti.com>
13 *
14 *
Wolfgang Denk1a459662013-07-08 09:37:19 +020015 * SPDX-License-Identifier: GPL-2.0+
Dirk Behme7379f452009-01-28 21:40:16 +010016 */
17#include <common.h>
Simon Glassb3f4ca12014-10-22 21:37:15 -060018#include <dm.h>
19#include <ns16550.h>
Ben Warren1ab70f62009-12-14 16:30:39 -080020#include <netdev.h>
Tom Rixcd782632009-06-28 12:52:29 -050021#include <twl4030.h>
Ladislav Michl0568dd02016-07-12 20:28:16 +020022#include <linux/mtd/omap_gpmc.h>
Dirk Behme7379f452009-01-28 21:40:16 +010023#include <asm/io.h>
Nishanth Menonc2800b12014-04-08 09:50:52 -050024#include <asm/arch/mem.h>
Tom Rinid6906cb2011-09-03 21:50:35 -040025#include <asm/arch/mmc_host_def.h>
Dirk Behme7379f452009-01-28 21:40:16 +010026#include <asm/arch/mux.h>
27#include <asm/arch/sys_proto.h>
28#include <asm/mach-types.h>
29#include "zoom1.h"
30
John Rigby29565322010-12-20 18:27:51 -070031DECLARE_GLOBAL_DATA_PTR;
32
Ladislav Michl0568dd02016-07-12 20:28:16 +020033/*
34 * gpmc_cfg is initialized by gpmc_init and we use it here.
35 * GPMC definitions for Ethenet Controller LAN9211
36 */
Nishanth Menonc2800b12014-04-08 09:50:52 -050037static const u32 gpmc_lab_enet[] = {
38 ZOOM1_ENET_GPMC_CONF1,
39 ZOOM1_ENET_GPMC_CONF2,
40 ZOOM1_ENET_GPMC_CONF3,
41 ZOOM1_ENET_GPMC_CONF4,
42 ZOOM1_ENET_GPMC_CONF5,
43 ZOOM1_ENET_GPMC_CONF6,
44 /*CONF7- computed as params */
45};
46
Simon Glassb3f4ca12014-10-22 21:37:15 -060047static const struct ns16550_platdata zoom1_serial = {
Adam Ford2f6ed3b2016-03-07 21:08:49 -060048 .base = OMAP34XX_UART3,
49 .reg_shift = 2,
50 .clock = V_NS16550_CLK
Simon Glassb3f4ca12014-10-22 21:37:15 -060051};
52
53U_BOOT_DEVICE(zoom1_uart) = {
Thomas Chouc7b96862015-11-19 21:48:12 +080054 "ns16550_serial",
Simon Glassb3f4ca12014-10-22 21:37:15 -060055 &zoom1_serial
56};
57
Tom Rix58911512009-04-01 22:02:20 -050058/*
Dirk Behme7379f452009-01-28 21:40:16 +010059 * Routine: board_init
60 * Description: Early hardware init.
Tom Rix58911512009-04-01 22:02:20 -050061 */
Dirk Behme7379f452009-01-28 21:40:16 +010062int board_init(void)
63{
Dirk Behme7379f452009-01-28 21:40:16 +010064 gpmc_init(); /* in SRAM or SDRAM, finish GPMC */
Nishanth Menonc2800b12014-04-08 09:50:52 -050065 /* CS1 is Ethernet LAN9211 */
66 enable_gpmc_cs_config(gpmc_lab_enet, &gpmc_cfg->cs[1],
67 DEBUG_BASE, GPMC_SIZE_16M);
Dirk Behme7379f452009-01-28 21:40:16 +010068 /* board id for Linux */
69 gd->bd->bi_arch_number = MACH_TYPE_OMAP_LDP;
70 /* boot param addr */
71 gd->bd->bi_boot_params = (OMAP34XX_SDRC_CS0 + 0x100);
72
73 return 0;
74}
75
Tom Rix58911512009-04-01 22:02:20 -050076/*
Dirk Behme7379f452009-01-28 21:40:16 +010077 * Routine: misc_init_r
78 * Description: Configure zoom board specific configurations
Tom Rix58911512009-04-01 22:02:20 -050079 */
Dirk Behme7379f452009-01-28 21:40:16 +010080int misc_init_r(void)
81{
Tom Rix2c155132009-06-28 12:52:30 -050082 twl4030_power_init();
Grazvydas Ignotasead39d72009-12-10 17:10:21 +020083 twl4030_led_init(TWL4030_LED_LEDEN_LEDAON | TWL4030_LED_LEDEN_LEDBON);
Paul Kocialkowski679f82c2015-08-27 19:37:13 +020084 omap_die_id_display();
Tom Rixcd782632009-06-28 12:52:29 -050085
86 /*
87 * Board Reset
88 * The board is reset by holding the red button on the
89 * top right front face for eight seconds.
90 */
91 twl4030_power_reset_init();
92
Dirk Behme7379f452009-01-28 21:40:16 +010093 return 0;
94}
95
Tom Rix58911512009-04-01 22:02:20 -050096/*
Dirk Behme7379f452009-01-28 21:40:16 +010097 * Routine: set_muxconf_regs
98 * Description: Setting up the configuration Mux registers specific to the
99 * hardware. Many pins need to be moved from protect to primary
100 * mode.
Tom Rix58911512009-04-01 22:02:20 -0500101 */
Dirk Behme7379f452009-01-28 21:40:16 +0100102void set_muxconf_regs(void)
103{
104 /* platform specific muxes */
105 MUX_ZOOM1_MDK();
106}
Ben Warren1ab70f62009-12-14 16:30:39 -0800107
Tom Rinid6906cb2011-09-03 21:50:35 -0400108#ifdef CONFIG_GENERIC_MMC
109int board_mmc_init(bd_t *bis)
110{
Nikita Kiryanove3913f52012-12-03 02:19:47 +0000111 return omap_mmc_init(0, 0, 0, -1, -1);
Tom Rinid6906cb2011-09-03 21:50:35 -0400112}
Paul Kocialkowskiaac54502014-11-08 20:55:47 +0100113
114void board_mmc_power_init(void)
115{
116 twl4030_power_mmc_init(0);
117}
Tom Rinid6906cb2011-09-03 21:50:35 -0400118#endif
119
Ben Warren1ab70f62009-12-14 16:30:39 -0800120#ifdef CONFIG_CMD_NET
121int board_eth_init(bd_t *bis)
122{
123 int rc = 0;
Nishanth Menon9d70e772014-04-08 09:50:53 -0500124
125#ifdef CONFIG_SMC911X
126#define STR_ENV_ETHADDR "ethaddr"
127
128 struct eth_device *dev;
129 uchar eth_addr[6];
130
131 rc = smc911x_initialize(0, CONFIG_SMC911X_BASE);
132 if (!eth_getenv_enetaddr(STR_ENV_ETHADDR, eth_addr)) {
133 dev = eth_get_dev_by_index(0);
134 if (dev) {
135 eth_setenv_enetaddr(STR_ENV_ETHADDR, dev->enetaddr);
136 } else {
137 printf("zoom1: Couldn't get eth device\n");
138 rc = -1;
139 }
140 }
Ben Warren1ab70f62009-12-14 16:30:39 -0800141#endif
Nishanth Menon9d70e772014-04-08 09:50:53 -0500142
Ben Warren1ab70f62009-12-14 16:30:39 -0800143 return rc;
144}
145#endif