blob: 1520a2c141490bd48ea57f8463a9312a12fbac4f [file] [log] [blame]
Vikram Pandita577145f2009-05-28 14:04:04 -07001/*
2 * Copyright (C) 2009 Texas Instruments Inc.
3 * Mikkel Christensen <mlc@ti.com>
4 *
5 * Modified from mach-omap2/board-ldp.c
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
10 */
11
12#include <linux/kernel.h>
13#include <linux/init.h>
14#include <linux/platform_device.h>
Vikram Pandita70ac51a2009-08-28 11:24:13 -070015#include <linux/input.h>
Vikram Pandita577145f2009-05-28 14:04:04 -070016#include <linux/gpio.h>
Vikram Pandita577145f2009-05-28 14:04:04 -070017
18#include <asm/mach-types.h>
19#include <asm/mach/arch.h>
20
Tony Lindgrence491cf2009-10-20 09:40:47 -070021#include <plat/common.h>
vikram pandita479f12c2009-11-22 10:11:30 -080022#include <plat/board.h>
Vikram Pandita577145f2009-05-28 14:04:04 -070023
vikram pandita62d0b3362009-11-22 10:11:31 -080024#include <mach/board-zoom.h>
25
Tony Lindgrenca5742b2009-12-11 16:16:32 -080026#include "mux.h"
Teerth Reddy02563a52009-10-14 09:56:35 -070027#include "sdram-micron-mt46h32m32lf-6.h"
Vikram Pandita577145f2009-05-28 14:04:04 -070028
Paul Walmsleyb3c6df32009-09-03 20:14:02 +030029static void __init omap_zoom2_init_irq(void)
30{
Teerth Reddy02563a52009-10-14 09:56:35 -070031 omap2_init_common_hw(mt46h32m32lf6_sdrc_params,
32 mt46h32m32lf6_sdrc_params);
Paul Walmsleyb3c6df32009-09-03 20:14:02 +030033 omap_init_irq();
34 omap_gpio_init();
35}
36
vikram pandita479f12c2009-11-22 10:11:30 -080037/* REVISIT: These audio entries can be removed once MFD code is merged */
38#if 0
Vikram Pandita70ac51a2009-08-28 11:24:13 -070039
40static struct twl4030_madc_platform_data zoom2_madc_data = {
41 .irq_line = 1,
Vikram Pandita577145f2009-05-28 14:04:04 -070042};
43
Peter Ujfalusif8d9aad2009-10-22 13:26:46 +030044static struct twl4030_codec_audio_data zoom2_audio_data = {
45 .audio_mclk = 26000000,
46};
47
48static struct twl4030_codec_data zoom2_codec_data = {
Peter Ujfalusi953e2f32009-11-04 09:58:18 +020049 .audio_mclk = 26000000,
Peter Ujfalusif8d9aad2009-10-22 13:26:46 +030050 .audio = &zoom2_audio_data,
51};
52
Vikram Pandita577145f2009-05-28 14:04:04 -070053static struct twl4030_platform_data zoom2_twldata = {
54 .irq_base = TWL4030_IRQ_BASE,
55 .irq_end = TWL4030_IRQ_END,
56
57 /* platform_data for children goes here */
Vikram Pandita70ac51a2009-08-28 11:24:13 -070058 .bci = &zoom2_bci_data,
59 .madc = &zoom2_madc_data,
60 .usb = &zoom2_usb_data,
Vikram Pandita577145f2009-05-28 14:04:04 -070061 .gpio = &zoom2_gpio_data,
Vikram Pandita70ac51a2009-08-28 11:24:13 -070062 .keypad = &zoom2_kp_twl4030_data,
Peter Ujfalusif8d9aad2009-10-22 13:26:46 +030063 .codec = &zoom2_codec_data,
Vikram Pandita70ac51a2009-08-28 11:24:13 -070064 .vmmc1 = &zoom2_vmmc1,
65 .vmmc2 = &zoom2_vmmc2,
66 .vsim = &zoom2_vsim,
67
Vikram Pandita577145f2009-05-28 14:04:04 -070068};
69
vikram pandita479f12c2009-11-22 10:11:30 -080070#endif
Vikram Pandita577145f2009-05-28 14:04:04 -070071
Tony Lindgrenca5742b2009-12-11 16:16:32 -080072#ifdef CONFIG_OMAP_MUX
73static struct omap_board_mux board_mux[] __initdata = {
Ohad Ben-Cohen7b2308c2010-08-02 13:18:00 +030074 /* WLAN IRQ - GPIO 162 */
75 OMAP3_MUX(MCBSP1_CLKX, OMAP_MUX_MODE4 | OMAP_PIN_INPUT_PULLUP),
76 /* WLAN POWER ENABLE - GPIO 101 */
77 OMAP3_MUX(CAM_D2, OMAP_MUX_MODE4 | OMAP_PIN_OUTPUT),
78 /* WLAN SDIO: MMC3 CMD */
79 OMAP3_MUX(MCSPI1_CS1, OMAP_MUX_MODE3 | OMAP_PIN_INPUT_PULLUP),
80 /* WLAN SDIO: MMC3 CLK */
81 OMAP3_MUX(ETK_CLK, OMAP_MUX_MODE2 | OMAP_PIN_INPUT_PULLUP),
82 /* WLAN SDIO: MMC3 DAT[0-3] */
83 OMAP3_MUX(ETK_D3, OMAP_MUX_MODE2 | OMAP_PIN_INPUT_PULLUP),
84 OMAP3_MUX(ETK_D4, OMAP_MUX_MODE2 | OMAP_PIN_INPUT_PULLUP),
85 OMAP3_MUX(ETK_D5, OMAP_MUX_MODE2 | OMAP_PIN_INPUT_PULLUP),
86 OMAP3_MUX(ETK_D6, OMAP_MUX_MODE2 | OMAP_PIN_INPUT_PULLUP),
Tony Lindgrenca5742b2009-12-11 16:16:32 -080087 { .reg_offset = OMAP_MUX_TERMINATOR },
88};
89#else
90#define board_mux NULL
91#endif
92
Vikram Pandita577145f2009-05-28 14:04:04 -070093static void __init omap_zoom2_init(void)
94{
Tony Lindgrenca5742b2009-12-11 16:16:32 -080095 omap3_mux_init(board_mux, OMAP_PACKAGE_CBB);
vikram pandita479f12c2009-11-22 10:11:30 -080096 zoom_peripherals_init();
vikram pandita62d0b3362009-11-22 10:11:31 -080097 zoom_debugboard_init();
Vikram Pandita577145f2009-05-28 14:04:04 -070098}
99
100static void __init omap_zoom2_map_io(void)
101{
102 omap2_set_globals_343x();
Tony Lindgren6fbd55d2010-02-12 12:26:47 -0800103 omap34xx_map_common_io();
Vikram Pandita577145f2009-05-28 14:04:04 -0700104}
105
106MACHINE_START(OMAP_ZOOM2, "OMAP Zoom2 board")
Tony Lindgrena4f57b82010-04-30 12:57:14 -0700107 .phys_io = ZOOM_UART_BASE,
108 .io_pg_offst = (ZOOM_UART_VIRT >> 18) & 0xfffc,
Vikram Pandita577145f2009-05-28 14:04:04 -0700109 .boot_params = 0x80000100,
110 .map_io = omap_zoom2_map_io,
111 .init_irq = omap_zoom2_init_irq,
112 .init_machine = omap_zoom2_init,
113 .timer = &omap_timer,
114MACHINE_END