blob: 40184cc494f97e8cfbad5a3b9d61c2ba8de1f309 [file] [log] [blame]
David Andersb075f582010-08-02 13:18:05 +03001/*
2 * Board support file for OMAP4430 based PandaBoard.
3 *
4 * Copyright (C) 2010 Texas Instruments
5 *
6 * Author: David Anders <x0132446@ti.com>
7 *
8 * Based on mach-omap2/board-4430sdp.c
9 *
10 * Author: Santosh Shilimkar <santosh.shilimkar@ti.com>
11 *
12 * Based on mach-omap2/board-3430sdp.c
13 *
14 * This program is free software; you can redistribute it and/or modify
15 * it under the terms of the GNU General Public License version 2 as
16 * published by the Free Software Foundation.
17 */
18
19#include <linux/kernel.h>
20#include <linux/init.h>
21#include <linux/platform_device.h>
Anand Gadiyar1740d482011-01-10 14:42:15 +000022#include <linux/clk.h>
David Andersb075f582010-08-02 13:18:05 +030023#include <linux/io.h>
Ricardo Salveti de Araujo3da434a2010-09-23 18:22:49 -070024#include <linux/leds.h>
David Andersb075f582010-08-02 13:18:05 +030025#include <linux/gpio.h>
26#include <linux/usb/otg.h>
27#include <linux/i2c/twl.h>
Peter Ujfalusi8eaeb932012-04-03 11:56:51 +030028#include <linux/mfd/twl6040.h>
David Andersb075f582010-08-02 13:18:05 +030029#include <linux/regulator/machine.h>
Panduranga Mallireddyedc84062011-02-15 03:40:34 -050030#include <linux/regulator/fixed.h>
Mircea Gherzan9624f612012-05-09 14:19:13 -070031#include <linux/ti_wilink_st.h>
Felipe Balbie8c4a7a2012-10-24 14:26:19 -070032#include <linux/usb/musb.h>
Kishon Vijay Abraham I51482be2013-02-06 18:58:50 +053033#include <linux/usb/phy.h>
Panduranga Mallireddyb17e09792011-02-15 03:40:35 -050034#include <linux/wl12xx.h>
Peter Ujfalusi3c90c982011-12-08 11:15:45 +020035#include <linux/platform_data/omap-abe-twl6040.h>
David Andersb075f582010-08-02 13:18:05 +030036
Marc Zyngier6b2f55d2011-09-06 10:23:45 +010037#include <asm/hardware/gic.h>
David Andersb075f582010-08-02 13:18:05 +030038#include <asm/mach-types.h>
39#include <asm/mach/arch.h>
40#include <asm/mach/map.h>
David Andersb075f582010-08-02 13:18:05 +030041
Tony Lindgren6d026432012-10-24 15:05:45 -070042#include "common.h"
Tony Lindgrendbc04162012-08-31 10:59:07 -070043#include "soc.h"
Tony Lindgren68f39e72012-10-15 12:09:43 -070044#include "mmc.h"
Paul Walmsley4814ced2010-10-08 11:40:20 -060045#include "hsmmc.h"
46#include "control.h"
sricharanfc63de822010-11-08 19:26:11 +053047#include "mux.h"
Mike Rapoportfbd80712011-04-25 01:09:06 +030048#include "common-board-devices.h"
Tomi Valkeinen0191bf32012-11-05 15:14:17 +020049#include "dss-common.h"
David Andersb075f582010-08-02 13:18:05 +030050
David Anders4415beb2010-10-07 19:36:30 +000051#define GPIO_HUB_POWER 1
52#define GPIO_HUB_NRESET 62
Panduranga Mallireddyedc84062011-02-15 03:40:34 -050053#define GPIO_WIFI_PMENA 43
Panduranga Mallireddyb17e09792011-02-15 03:40:35 -050054#define GPIO_WIFI_IRQ 53
David Anders4415beb2010-10-07 19:36:30 +000055
Guy Eilamec179ea52011-02-25 06:52:35 +000056/* wl127x BT, FM, GPS connectivity chip */
Mircea Gherzan9624f612012-05-09 14:19:13 -070057static struct ti_st_plat_data wilink_platform_data = {
58 .nshutdown_gpio = 46,
59 .dev_name = "/dev/ttyO1",
60 .flow_cntrl = 1,
61 .baud_rate = 3000000,
62 .chip_enable = NULL,
63 .suspend = NULL,
64 .resume = NULL,
65};
66
Guy Eilamec179ea52011-02-25 06:52:35 +000067static struct platform_device wl1271_device = {
68 .name = "kim",
69 .id = -1,
70 .dev = {
Mircea Gherzan9624f612012-05-09 14:19:13 -070071 .platform_data = &wilink_platform_data,
Guy Eilamec179ea52011-02-25 06:52:35 +000072 },
73};
David Andersb075f582010-08-02 13:18:05 +030074
Ricardo Salveti de Araujo3da434a2010-09-23 18:22:49 -070075static struct gpio_led gpio_leds[] = {
76 {
77 .name = "pandaboard::status1",
78 .default_trigger = "heartbeat",
79 .gpio = 7,
80 },
81 {
82 .name = "pandaboard::status2",
83 .default_trigger = "mmc0",
84 .gpio = 8,
85 },
86};
87
88static struct gpio_led_platform_data gpio_led_info = {
89 .leds = gpio_leds,
90 .num_leds = ARRAY_SIZE(gpio_leds),
91};
92
93static struct platform_device leds_gpio = {
94 .name = "leds-gpio",
95 .id = -1,
96 .dev = {
97 .platform_data = &gpio_led_info,
98 },
99};
100
Peter Ujfalusi3c90c982011-12-08 11:15:45 +0200101static struct omap_abe_twl6040_data panda_abe_audio_data = {
102 /* Audio out */
103 .has_hs = ABE_TWL6040_LEFT | ABE_TWL6040_RIGHT,
Masanari Iida260db902012-07-12 00:56:57 +0900104 /* HandsFree through expansion connector */
Peter Ujfalusi3c90c982011-12-08 11:15:45 +0200105 .has_hf = ABE_TWL6040_LEFT | ABE_TWL6040_RIGHT,
106 /* PandaBoard: FM TX, PandaBoardES: can be connected to audio out */
107 .has_aux = ABE_TWL6040_LEFT | ABE_TWL6040_RIGHT,
108 /* PandaBoard: FM RX, PandaBoardES: audio in */
109 .has_afm = ABE_TWL6040_LEFT | ABE_TWL6040_RIGHT,
110 /* No jack detection. */
111 .jack_detection = 0,
112 /* MCLK input is 38.4MHz */
113 .mclk_freq = 38400000,
114
115};
116
117static struct platform_device panda_abe_audio = {
118 .name = "omap-abe-twl6040",
119 .id = -1,
120 .dev = {
121 .platform_data = &panda_abe_audio_data,
122 },
123};
124
Ricardo Nerice7962f2012-05-09 14:19:14 -0700125static struct platform_device panda_hdmi_audio_codec = {
126 .name = "hdmi-audio-codec",
127 .id = -1,
128};
129
Mircea Gherzan65f19152012-03-05 11:08:37 -0800130static struct platform_device btwilink_device = {
131 .name = "btwilink",
132 .id = -1,
133};
134
Ricardo Salveti de Araujo3da434a2010-09-23 18:22:49 -0700135static struct platform_device *panda_devices[] __initdata = {
136 &leds_gpio,
Guy Eilamec179ea52011-02-25 06:52:35 +0000137 &wl1271_device,
Peter Ujfalusi3c90c982011-12-08 11:15:45 +0200138 &panda_abe_audio,
Ricardo Nerice7962f2012-05-09 14:19:14 -0700139 &panda_hdmi_audio_codec,
Mircea Gherzan65f19152012-03-05 11:08:37 -0800140 &btwilink_device,
Ricardo Salveti de Araujo3da434a2010-09-23 18:22:49 -0700141};
David Andersb075f582010-08-02 13:18:05 +0300142
Keshava Munegowda181b2502011-03-01 20:08:16 +0530143static const struct usbhs_omap_board_data usbhs_bdata __initconst = {
144 .port_mode[0] = OMAP_EHCI_PORT_MODE_PHY,
145 .port_mode[1] = OMAP_USBHS_PORT_MODE_UNUSED,
146 .port_mode[2] = OMAP_USBHS_PORT_MODE_UNUSED,
David Anders4415beb2010-10-07 19:36:30 +0000147 .phy_reset = false,
148 .reset_gpio_port[0] = -EINVAL,
149 .reset_gpio_port[1] = -EINVAL,
150 .reset_gpio_port[2] = -EINVAL
151};
152
Igor Grinbergbc593f52011-05-03 18:22:09 +0300153static struct gpio panda_ehci_gpios[] __initdata = {
154 { GPIO_HUB_POWER, GPIOF_OUT_INIT_LOW, "hub_power" },
155 { GPIO_HUB_NRESET, GPIOF_OUT_INIT_LOW, "hub_nreset" },
156};
157
David Anders4415beb2010-10-07 19:36:30 +0000158static void __init omap4_ehci_init(void)
159{
160 int ret;
Anand Gadiyar1740d482011-01-10 14:42:15 +0000161 struct clk *phy_ref_clk;
David Anders4415beb2010-10-07 19:36:30 +0000162
Anand Gadiyar1740d482011-01-10 14:42:15 +0000163 /* FREF_CLK3 provides the 19.2 MHz reference clock to the PHY */
164 phy_ref_clk = clk_get(NULL, "auxclk3_ck");
165 if (IS_ERR(phy_ref_clk)) {
166 pr_err("Cannot request auxclk3\n");
Igor Grinbergbc593f52011-05-03 18:22:09 +0300167 return;
Anand Gadiyar1740d482011-01-10 14:42:15 +0000168 }
169 clk_set_rate(phy_ref_clk, 19200000);
Rajendra Nayak4d7cb452012-09-22 02:24:16 -0600170 clk_prepare_enable(phy_ref_clk);
David Anders4415beb2010-10-07 19:36:30 +0000171
Igor Grinbergbc593f52011-05-03 18:22:09 +0300172 /* disable the power to the usb hub prior to init and reset phy+hub */
173 ret = gpio_request_array(panda_ehci_gpios,
174 ARRAY_SIZE(panda_ehci_gpios));
David Anders4415beb2010-10-07 19:36:30 +0000175 if (ret) {
Igor Grinbergbc593f52011-05-03 18:22:09 +0300176 pr_err("Unable to initialize EHCI power/reset\n");
177 return;
David Anders4415beb2010-10-07 19:36:30 +0000178 }
David Anders4415beb2010-10-07 19:36:30 +0000179
Igor Grinbergbc593f52011-05-03 18:22:09 +0300180 gpio_export(GPIO_HUB_POWER, 0);
David Anders4415beb2010-10-07 19:36:30 +0000181 gpio_export(GPIO_HUB_NRESET, 0);
David Anders4415beb2010-10-07 19:36:30 +0000182 gpio_set_value(GPIO_HUB_NRESET, 1);
183
Keshava Munegowda9e64bb12011-03-01 20:08:19 +0530184 usbhs_init(&usbhs_bdata);
David Anders4415beb2010-10-07 19:36:30 +0000185
186 /* enable power to hub */
187 gpio_set_value(GPIO_HUB_POWER, 1);
David Anders4415beb2010-10-07 19:36:30 +0000188}
189
David Andersb075f582010-08-02 13:18:05 +0300190static struct omap_musb_board_data musb_board_data = {
191 .interface_type = MUSB_INTERFACE_UTMI,
Hema HK09e72002010-12-10 18:11:42 +0530192 .mode = MUSB_OTG,
David Andersb075f582010-08-02 13:18:05 +0300193 .power = 100,
194};
195
196static struct omap2_hsmmc_info mmc[] = {
197 {
198 .mmc = 1,
Sukumar Ghorai3a638332010-09-15 14:49:23 +0000199 .caps = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA,
David Andersb075f582010-08-02 13:18:05 +0300200 .gpio_wp = -EINVAL,
Raghuveer Murthy5b59cc22010-12-21 14:14:34 +0000201 .gpio_cd = -EINVAL,
David Andersb075f582010-08-02 13:18:05 +0300202 },
Panduranga Mallireddyb17e09792011-02-15 03:40:35 -0500203 {
204 .name = "wl1271",
205 .mmc = 5,
206 .caps = MMC_CAP_4_BIT_DATA | MMC_CAP_POWER_OFF_CARD,
207 .gpio_wp = -EINVAL,
208 .gpio_cd = -EINVAL,
209 .ocr_mask = MMC_VDD_165_195,
210 .nonremovable = true,
211 },
David Andersb075f582010-08-02 13:18:05 +0300212 {} /* Terminator */
213};
214
Oleg Drokin786b01a2011-06-06 18:57:07 +0000215static struct regulator_consumer_supply omap4_panda_vmmc5_supply[] = {
216 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.4"),
Panduranga Mallireddyedc84062011-02-15 03:40:34 -0500217};
218
219static struct regulator_init_data panda_vmmc5 = {
220 .constraints = {
221 .valid_ops_mask = REGULATOR_CHANGE_STATUS,
222 },
Oleg Drokin786b01a2011-06-06 18:57:07 +0000223 .num_consumer_supplies = ARRAY_SIZE(omap4_panda_vmmc5_supply),
224 .consumer_supplies = omap4_panda_vmmc5_supply,
Panduranga Mallireddyedc84062011-02-15 03:40:34 -0500225};
226
227static struct fixed_voltage_config panda_vwlan = {
228 .supply_name = "vwl1271",
229 .microvolts = 1800000, /* 1.8V */
230 .gpio = GPIO_WIFI_PMENA,
231 .startup_delay = 70000, /* 70msec */
232 .enable_high = 1,
233 .enabled_at_boot = 0,
234 .init_data = &panda_vmmc5,
235};
236
237static struct platform_device omap_vwlan_device = {
238 .name = "reg-fixed-voltage",
239 .id = 1,
240 .dev = {
241 .platform_data = &panda_vwlan,
242 },
243};
244
Paul Walmsley8c3d4532012-04-13 06:34:26 -0600245static struct wl12xx_platform_data omap_panda_wlan_data __initdata = {
Vikram Narayanan224cd712012-09-26 22:12:22 +0530246 .board_ref_clock = WL12XX_REFCLOCK_38, /* 38.4 MHz */
Panduranga Mallireddyb17e09792011-02-15 03:40:35 -0500247};
248
Peter Ujfalusi8eaeb932012-04-03 11:56:51 +0300249static struct twl6040_codec_data twl6040_codec = {
Peter Ujfalusi3c90c982011-12-08 11:15:45 +0200250 /* single-step ramp for headset and handsfree */
251 .hs_left_step = 0x0f,
252 .hs_right_step = 0x0f,
253 .hf_left_step = 0x1d,
254 .hf_right_step = 0x1d,
255};
256
Peter Ujfalusi8eaeb932012-04-03 11:56:51 +0300257static struct twl6040_platform_data twl6040_data = {
Peter Ujfalusi3c90c982011-12-08 11:15:45 +0200258 .codec = &twl6040_codec,
259 .audpwron_gpio = 127,
Peter Ujfalusi3c90c982011-12-08 11:15:45 +0200260};
261
Peter Ujfalusi9495d1e2012-09-24 12:24:48 +0300262static struct i2c_board_info __initdata panda_i2c_1_boardinfo[] = {
263 {
264 I2C_BOARD_INFO("twl6040", 0x4b),
265 .irq = 119 + OMAP44XX_IRQ_GIC_START,
266 .platform_data = &twl6040_data,
267 },
268};
269
Peter Ujfalusib22f9542011-06-07 10:26:46 +0300270/* Panda board uses the common PMIC configuration */
Peter Ujfalusi8eaeb932012-04-03 11:56:51 +0300271static struct twl4030_platform_data omap4_panda_twldata;
David Andersb075f582010-08-02 13:18:05 +0300272
Murthy, Raghuveerb295d6e2011-03-14 07:52:25 -0500273/*
274 * Display monitor features are burnt in their EEPROM as EDID data. The EEPROM
275 * is connected as I2C slave device, and can be accessed at address 0x50
276 */
277static struct i2c_board_info __initdata panda_i2c_eeprom[] = {
278 {
279 I2C_BOARD_INFO("eeprom", 0x50),
280 },
281};
282
David Andersb075f582010-08-02 13:18:05 +0300283static int __init omap4_panda_i2c_init(void)
284{
Peter Ujfalusib22f9542011-06-07 10:26:46 +0300285 omap4_pmic_get_config(&omap4_panda_twldata, TWL_COMMON_PDATA_USB,
286 TWL_COMMON_REGULATOR_VDAC |
287 TWL_COMMON_REGULATOR_VAUX2 |
288 TWL_COMMON_REGULATOR_VAUX3 |
289 TWL_COMMON_REGULATOR_VMMC |
290 TWL_COMMON_REGULATOR_VPP |
291 TWL_COMMON_REGULATOR_VANA |
292 TWL_COMMON_REGULATOR_VCXIO |
293 TWL_COMMON_REGULATOR_VUSB |
Peter Ujfalusi85007462012-05-09 10:33:34 +0300294 TWL_COMMON_REGULATOR_CLK32KG |
295 TWL_COMMON_REGULATOR_V1V8 |
296 TWL_COMMON_REGULATOR_V2V1);
Peter Ujfalusi9495d1e2012-09-24 12:24:48 +0300297 omap4_pmic_init("twl6030", &omap4_panda_twldata, panda_i2c_1_boardinfo,
298 ARRAY_SIZE(panda_i2c_1_boardinfo));
David Andersb075f582010-08-02 13:18:05 +0300299 omap_register_i2c_bus(2, 400, NULL, 0);
Murthy, Raghuveerb295d6e2011-03-14 07:52:25 -0500300 /*
301 * Bus 3 is attached to the DVI port where devices like the pico DLP
302 * projector don't work reliably with 400kHz
303 */
304 omap_register_i2c_bus(3, 100, panda_i2c_eeprom,
305 ARRAY_SIZE(panda_i2c_eeprom));
David Andersb075f582010-08-02 13:18:05 +0300306 omap_register_i2c_bus(4, 400, NULL, 0);
307 return 0;
308}
sricharanfc63de822010-11-08 19:26:11 +0530309
310#ifdef CONFIG_OMAP_MUX
311static struct omap_board_mux board_mux[] __initdata = {
Panduranga Mallireddy66e171a2011-02-15 03:40:32 -0500312 /* WLAN IRQ - GPIO 53 */
313 OMAP4_MUX(GPMC_NCS3, OMAP_MUX_MODE3 | OMAP_PIN_INPUT),
314 /* WLAN POWER ENABLE - GPIO 43 */
315 OMAP4_MUX(GPMC_A19, OMAP_MUX_MODE3 | OMAP_PIN_OUTPUT),
316 /* WLAN SDIO: MMC5 CMD */
317 OMAP4_MUX(SDMMC5_CMD, OMAP_MUX_MODE0 | OMAP_PIN_INPUT_PULLUP),
318 /* WLAN SDIO: MMC5 CLK */
319 OMAP4_MUX(SDMMC5_CLK, OMAP_MUX_MODE0 | OMAP_PIN_INPUT_PULLUP),
320 /* WLAN SDIO: MMC5 DAT[0-3] */
321 OMAP4_MUX(SDMMC5_DAT0, OMAP_MUX_MODE0 | OMAP_PIN_INPUT_PULLUP),
322 OMAP4_MUX(SDMMC5_DAT1, OMAP_MUX_MODE0 | OMAP_PIN_INPUT_PULLUP),
323 OMAP4_MUX(SDMMC5_DAT2, OMAP_MUX_MODE0 | OMAP_PIN_INPUT_PULLUP),
324 OMAP4_MUX(SDMMC5_DAT3, OMAP_MUX_MODE0 | OMAP_PIN_INPUT_PULLUP),
Murthy, Raghuveerb295d6e2011-03-14 07:52:25 -0500325 /* gpio 0 - TFP410 PD */
326 OMAP4_MUX(KPD_COL1, OMAP_PIN_OUTPUT | OMAP_MUX_MODE3),
327 /* dispc2_data23 */
328 OMAP4_MUX(USBB2_ULPITLL_STP, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
329 /* dispc2_data22 */
330 OMAP4_MUX(USBB2_ULPITLL_DIR, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
331 /* dispc2_data21 */
332 OMAP4_MUX(USBB2_ULPITLL_NXT, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
333 /* dispc2_data20 */
334 OMAP4_MUX(USBB2_ULPITLL_DAT0, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
335 /* dispc2_data19 */
336 OMAP4_MUX(USBB2_ULPITLL_DAT1, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
337 /* dispc2_data18 */
338 OMAP4_MUX(USBB2_ULPITLL_DAT2, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
339 /* dispc2_data15 */
340 OMAP4_MUX(USBB2_ULPITLL_DAT3, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
341 /* dispc2_data14 */
342 OMAP4_MUX(USBB2_ULPITLL_DAT4, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
343 /* dispc2_data13 */
344 OMAP4_MUX(USBB2_ULPITLL_DAT5, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
345 /* dispc2_data12 */
346 OMAP4_MUX(USBB2_ULPITLL_DAT6, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
347 /* dispc2_data11 */
348 OMAP4_MUX(USBB2_ULPITLL_DAT7, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
349 /* dispc2_data10 */
350 OMAP4_MUX(DPM_EMU3, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
351 /* dispc2_data9 */
352 OMAP4_MUX(DPM_EMU4, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
353 /* dispc2_data16 */
354 OMAP4_MUX(DPM_EMU5, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
355 /* dispc2_data17 */
356 OMAP4_MUX(DPM_EMU6, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
357 /* dispc2_hsync */
358 OMAP4_MUX(DPM_EMU7, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
359 /* dispc2_pclk */
360 OMAP4_MUX(DPM_EMU8, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
361 /* dispc2_vsync */
362 OMAP4_MUX(DPM_EMU9, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
363 /* dispc2_de */
364 OMAP4_MUX(DPM_EMU10, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
365 /* dispc2_data8 */
366 OMAP4_MUX(DPM_EMU11, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
367 /* dispc2_data7 */
368 OMAP4_MUX(DPM_EMU12, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
369 /* dispc2_data6 */
370 OMAP4_MUX(DPM_EMU13, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
371 /* dispc2_data5 */
372 OMAP4_MUX(DPM_EMU14, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
373 /* dispc2_data4 */
374 OMAP4_MUX(DPM_EMU15, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
375 /* dispc2_data3 */
376 OMAP4_MUX(DPM_EMU16, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
377 /* dispc2_data2 */
378 OMAP4_MUX(DPM_EMU17, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
379 /* dispc2_data1 */
380 OMAP4_MUX(DPM_EMU18, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
381 /* dispc2_data0 */
382 OMAP4_MUX(DPM_EMU19, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5),
Peter Ujfalusi6d2b6c92012-07-06 15:19:12 +0200383 /* NIRQ2 for twl6040 */
384 OMAP4_MUX(SYS_NIRQ2, OMAP_MUX_MODE0 |
385 OMAP_PIN_INPUT_PULLUP | OMAP_PIN_OFF_WAKEUPENABLE),
Peter Ujfalusie13214d2012-10-04 14:57:21 +0300386 /* GPIO_127 for twl6040 */
387 OMAP4_MUX(HDQ_SIO, OMAP_MUX_MODE3 | OMAP_PIN_OUTPUT),
388 /* McPDM */
389 OMAP4_MUX(ABE_PDM_UL_DATA, OMAP_MUX_MODE0 | OMAP_PIN_INPUT_PULLDOWN),
390 OMAP4_MUX(ABE_PDM_DL_DATA, OMAP_MUX_MODE0 | OMAP_PIN_INPUT_PULLDOWN),
391 OMAP4_MUX(ABE_PDM_FRAME, OMAP_MUX_MODE0 | OMAP_PIN_INPUT_PULLUP),
392 OMAP4_MUX(ABE_PDM_LB_CLK, OMAP_MUX_MODE0 | OMAP_PIN_INPUT_PULLDOWN),
393 OMAP4_MUX(ABE_CLKS, OMAP_MUX_MODE0 | OMAP_PIN_INPUT_PULLDOWN),
394 /* McBSP1 */
395 OMAP4_MUX(ABE_MCBSP1_CLKX, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
396 OMAP4_MUX(ABE_MCBSP1_DR, OMAP_MUX_MODE0 | OMAP_PIN_INPUT_PULLDOWN),
397 OMAP4_MUX(ABE_MCBSP1_DX, OMAP_MUX_MODE0 | OMAP_PIN_OUTPUT |
398 OMAP_PULL_ENA),
399 OMAP4_MUX(ABE_MCBSP1_FSX, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
400
Luciano Coelho7662a9c2013-01-21 13:14:12 +0200401 /* UART2 - BT/FM/GPS shared transport */
402 OMAP4_MUX(UART2_CTS, OMAP_PIN_INPUT | OMAP_MUX_MODE0),
403 OMAP4_MUX(UART2_RTS, OMAP_PIN_OUTPUT | OMAP_MUX_MODE0),
404 OMAP4_MUX(UART2_RX, OMAP_PIN_INPUT | OMAP_MUX_MODE0),
405 OMAP4_MUX(UART2_TX, OMAP_PIN_OUTPUT | OMAP_MUX_MODE0),
406
sricharanfc63de822010-11-08 19:26:11 +0530407 { .reg_offset = OMAP_MUX_TERMINATOR },
408};
R Sricharan573efc22011-03-11 06:04:46 +0000409
sricharanfc63de822010-11-08 19:26:11 +0530410#else
411#define board_mux NULL
412#endif
413
K, Mythri P17c84ef2011-03-14 23:57:42 -0500414
Peter Ujfalusi3c90c982011-12-08 11:15:45 +0200415static void omap4_panda_init_rev(void)
416{
Peter Ujfalusi0324e022012-02-17 11:12:08 +0200417 if (cpu_is_omap443x()) {
Peter Ujfalusi3c90c982011-12-08 11:15:45 +0200418 /* PandaBoard 4430 */
419 /* ASoC audio configuration */
420 panda_abe_audio_data.card_name = "PandaBoard";
421 panda_abe_audio_data.has_hsmic = 1;
422 } else {
423 /* PandaBoard ES */
424 /* ASoC audio configuration */
425 panda_abe_audio_data.card_name = "PandaBoardES";
426 }
427}
428
David Andersb075f582010-08-02 13:18:05 +0300429static void __init omap4_panda_init(void)
430{
sricharanfc63de822010-11-08 19:26:11 +0530431 int package = OMAP_PACKAGE_CBS;
Russell King70d669d2012-02-07 11:03:23 +0000432 int ret;
sricharanfc63de822010-11-08 19:26:11 +0530433
434 if (omap_rev() == OMAP4430_REV_ES1_0)
435 package = OMAP_PACKAGE_CBL;
Colin Cross21a42c92011-05-04 14:57:57 -0700436 omap4_mux_init(board_mux, NULL, package);
sricharanfc63de822010-11-08 19:26:11 +0530437
Tarun Kanti DebBarma46a0a542012-03-29 08:41:01 -0700438 omap_panda_wlan_data.irq = gpio_to_irq(GPIO_WIFI_IRQ);
Russell King70d669d2012-02-07 11:03:23 +0000439 ret = wl12xx_set_platform_data(&omap_panda_wlan_data);
440 if (ret)
441 pr_err("error setting wl12xx data: %d\n", ret);
Panduranga Mallireddyb17e09792011-02-15 03:40:35 -0500442
Peter Ujfalusi3c90c982011-12-08 11:15:45 +0200443 omap4_panda_init_rev();
David Andersb075f582010-08-02 13:18:05 +0300444 omap4_panda_i2c_init();
Ricardo Salveti de Araujo3da434a2010-09-23 18:22:49 -0700445 platform_add_devices(panda_devices, ARRAY_SIZE(panda_devices));
Panduranga Mallireddyedc84062011-02-15 03:40:34 -0500446 platform_device_register(&omap_vwlan_device);
Govindraj.R7496ba32011-11-07 18:55:05 +0530447 omap_serial_init();
Tony Lindgrena4ca9db2011-08-22 23:57:23 -0700448 omap_sdrc_init(NULL, NULL);
David Andersb075f582010-08-02 13:18:05 +0300449 omap4_twl6030_hsmmc_init(mmc);
David Anders4415beb2010-10-07 19:36:30 +0000450 omap4_ehci_init();
Kishon Vijay Abraham I51482be2013-02-06 18:58:50 +0530451 usb_bind_phy("musb-hdrc.0.auto", 0, "omap-usb2.1.auto");
Felipe Balbi1ea7f352010-12-01 13:48:54 +0200452 usb_musb_init(&musb_board_data);
K, Mythri P17c84ef2011-03-14 23:57:42 -0500453 omap4_panda_display_init();
David Andersb075f582010-08-02 13:18:05 +0300454}
455
David Andersb075f582010-08-02 13:18:05 +0300456MACHINE_START(OMAP4_PANDA, "OMAP4 Panda board")
457 /* Maintainer: David Anders - Texas Instruments Inc */
Nicolas Pitre5e52b432011-07-05 22:38:15 -0400458 .atag_offset = 0x100,
Marc Zyngier06915322011-09-08 13:15:22 +0100459 .smp = smp_ops(omap4_smp_ops),
Raghuveer Murthyd920e522010-12-17 18:15:07 -0800460 .reserve = omap_reserve,
Tony Lindgrene990a402011-09-26 14:52:55 -0700461 .map_io = omap4_map_io,
Tony Lindgren8f5b5a42011-08-22 23:57:24 -0700462 .init_early = omap4430_init_early,
Russell King - ARM Linux3dc3bad2011-02-14 15:40:20 -0800463 .init_irq = gic_init_irq,
Marc Zyngier6b2f55d2011-09-06 10:23:45 +0100464 .handle_irq = gic_handle_irq,
David Andersb075f582010-08-02 13:18:05 +0300465 .init_machine = omap4_panda_init,
Shawn Guobbd707a2012-04-26 16:06:50 +0800466 .init_late = omap4430_init_late,
Tony Lindgrene74984e2011-03-29 15:54:48 -0700467 .timer = &omap4_timer,
Paul Walmsley187e3e02012-10-29 20:56:12 -0600468 .restart = omap44xx_restart,
David Andersb075f582010-08-02 13:18:05 +0300469MACHINE_END