Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linux
[deliverable/linux.git] / arch / arm / mach-omap2 / board-omap3beagle.c
CommitLineData
2885f000
SMK
1/*
2 * linux/arch/arm/mach-omap2/board-omap3beagle.c
3 *
4 * Copyright (C) 2008 Texas Instruments
5 *
6 * Modified from mach-omap2/board-3430sdp.c
7 *
8 * Initial code: Syed Mohammed Khasim
9 *
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License version 2 as
12 * published by the Free Software Foundation.
13 */
14
15#include <linux/kernel.h>
16#include <linux/init.h>
17#include <linux/platform_device.h>
18#include <linux/delay.h>
19#include <linux/err.h>
20#include <linux/clk.h>
21#include <linux/io.h>
22#include <linux/leds.h>
b8e21308
PU
23#include <linux/pwm.h>
24#include <linux/leds_pwm.h>
2885f000
SMK
25#include <linux/gpio.h>
26#include <linux/input.h>
27#include <linux/gpio_keys.h>
8743410d 28#include <linux/opp.h>
65bf7ca0 29#include <linux/cpu.h>
2885f000
SMK
30
31#include <linux/mtd/mtd.h>
32#include <linux/mtd/partitions.h>
33#include <linux/mtd/nand.h>
3a63833e 34#include <linux/mmc/host.h>
51482be9 35#include <linux/usb/phy.h>
60226717 36#include <linux/usb/nop-usb-xceiv.h>
2885f000 37
bb3b9d8e 38#include <linux/regulator/machine.h>
b07682b6 39#include <linux/i2c/twl.h>
145d9c94 40
2885f000
SMK
41#include <asm/mach-types.h>
42#include <asm/mach/arch.h>
43#include <asm/mach/map.h>
44#include <asm/mach/flash.h>
45
a0b38cc4 46#include <video/omapdss.h>
a0d8dde9 47#include <video/omap-panel-data.h>
2203747c 48#include <linux/platform_data/mtd-nand-omap2.h>
2885f000 49
6d02643d
TL
50#include "common.h"
51#include "omap_device.h"
52#include "gpmc.h"
e4c060db 53#include "soc.h"
ca5742bd 54#include "mux.h"
d02a900b 55#include "hsmmc.h"
8743410d 56#include "pm.h"
2e618261 57#include "board-flash.h"
fbd8071c 58#include "common-board-devices.h"
2885f000 59
2e618261
AM
60#define NAND_CS 0
61
b8e21308
PU
62static struct pwm_lookup pwm_lookup[] = {
63 /* LEDB -> PMU_STAT */
64 PWM_LOOKUP("twl-pwmled", 1, "leds_pwm", "beagleboard::pmu_stat"),
65};
66
67static struct led_pwm pwm_leds[] = {
68 {
69 .name = "beagleboard::pmu_stat",
70 .max_brightness = 127,
71 .pwm_period_ns = 7812500,
72 },
73};
74
75static struct led_pwm_platform_data pwm_data = {
76 .num_leds = ARRAY_SIZE(pwm_leds),
77 .leds = pwm_leds,
78};
79
80static struct platform_device leds_pwm = {
81 .name = "leds_pwm",
82 .id = -1,
83 .dev = {
84 .platform_data = &pwm_data,
85 },
86};
87
954bed04
RN
88/*
89 * OMAP3 Beagle revision
90 * Run time detection of Beagle revision is done by reading GPIO.
91 * GPIO ID -
92 * AXBX = GPIO173, GPIO172, GPIO171: 1 1 1
93 * C1_3 = GPIO173, GPIO172, GPIO171: 1 1 0
94 * C4 = GPIO173, GPIO172, GPIO171: 1 0 1
5fe8b4c1
JF
95 * XMA/XMB = GPIO173, GPIO172, GPIO171: 0 0 0
96 * XMC = GPIO173, GPIO172, GPIO171: 0 1 0
954bed04
RN
97 */
98enum {
99 OMAP3BEAGLE_BOARD_UNKN = 0,
100 OMAP3BEAGLE_BOARD_AXBX,
101 OMAP3BEAGLE_BOARD_C1_3,
102 OMAP3BEAGLE_BOARD_C4,
103 OMAP3BEAGLE_BOARD_XM,
5fe8b4c1 104 OMAP3BEAGLE_BOARD_XMC,
954bed04
RN
105};
106
107static u8 omap3_beagle_version;
108
5fe8b4c1
JF
109/*
110 * Board-specific configuration
111 * Defaults to BeagleBoard-xMC
112 */
113static struct {
114 int mmc1_gpio_wp;
cf7dd658 115 bool usb_pwr_level; /* 0 - Active Low, 1 - Active High */
aef2b896 116 int dvi_pd_gpio;
5fe8b4c1 117 int usr_button_gpio;
1afb82e4 118 int mmc_caps;
5fe8b4c1
JF
119} beagle_config = {
120 .mmc1_gpio_wp = -EINVAL,
cf7dd658 121 .usb_pwr_level = 0,
aef2b896 122 .dvi_pd_gpio = -EINVAL,
5fe8b4c1 123 .usr_button_gpio = 4,
1afb82e4 124 .mmc_caps = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA,
5fe8b4c1 125};
954bed04 126
bc593f5d
IG
127static struct gpio omap3_beagle_rev_gpios[] __initdata = {
128 { 171, GPIOF_IN, "rev_id_0" },
129 { 172, GPIOF_IN, "rev_id_1" },
130 { 173, GPIOF_IN, "rev_id_2" },
131};
132
954bed04
RN
133static void __init omap3_beagle_init_rev(void)
134{
135 int ret;
136 u16 beagle_rev = 0;
137
138 omap_mux_init_gpio(171, OMAP_PIN_INPUT_PULLUP);
139 omap_mux_init_gpio(172, OMAP_PIN_INPUT_PULLUP);
140 omap_mux_init_gpio(173, OMAP_PIN_INPUT_PULLUP);
141
bc593f5d
IG
142 ret = gpio_request_array(omap3_beagle_rev_gpios,
143 ARRAY_SIZE(omap3_beagle_rev_gpios));
144 if (ret < 0) {
145 printk(KERN_ERR "Unable to get revision detection GPIO pins\n");
146 omap3_beagle_version = OMAP3BEAGLE_BOARD_UNKN;
147 return;
148 }
954bed04
RN
149
150 beagle_rev = gpio_get_value(171) | (gpio_get_value(172) << 1)
151 | (gpio_get_value(173) << 2);
152
5e2ffc30
TK
153 gpio_free_array(omap3_beagle_rev_gpios,
154 ARRAY_SIZE(omap3_beagle_rev_gpios));
155
954bed04
RN
156 switch (beagle_rev) {
157 case 7:
158 printk(KERN_INFO "OMAP3 Beagle Rev: Ax/Bx\n");
159 omap3_beagle_version = OMAP3BEAGLE_BOARD_AXBX;
5fe8b4c1 160 beagle_config.mmc1_gpio_wp = 29;
aef2b896 161 beagle_config.dvi_pd_gpio = 170;
5fe8b4c1 162 beagle_config.usr_button_gpio = 7;
954bed04
RN
163 break;
164 case 6:
165 printk(KERN_INFO "OMAP3 Beagle Rev: C1/C2/C3\n");
166 omap3_beagle_version = OMAP3BEAGLE_BOARD_C1_3;
5fe8b4c1 167 beagle_config.mmc1_gpio_wp = 23;
aef2b896 168 beagle_config.dvi_pd_gpio = 170;
5fe8b4c1 169 beagle_config.usr_button_gpio = 7;
954bed04
RN
170 break;
171 case 5:
172 printk(KERN_INFO "OMAP3 Beagle Rev: C4\n");
173 omap3_beagle_version = OMAP3BEAGLE_BOARD_C4;
5fe8b4c1 174 beagle_config.mmc1_gpio_wp = 23;
aef2b896 175 beagle_config.dvi_pd_gpio = 170;
5fe8b4c1 176 beagle_config.usr_button_gpio = 7;
954bed04
RN
177 break;
178 case 0:
5fe8b4c1 179 printk(KERN_INFO "OMAP3 Beagle Rev: xM Ax/Bx\n");
954bed04 180 omap3_beagle_version = OMAP3BEAGLE_BOARD_XM;
cf7dd658 181 beagle_config.usb_pwr_level = 1;
1afb82e4 182 beagle_config.mmc_caps &= ~MMC_CAP_8_BIT_DATA;
5fe8b4c1
JF
183 break;
184 case 2:
185 printk(KERN_INFO "OMAP3 Beagle Rev: xM C\n");
186 omap3_beagle_version = OMAP3BEAGLE_BOARD_XMC;
1afb82e4 187 beagle_config.mmc_caps &= ~MMC_CAP_8_BIT_DATA;
954bed04
RN
188 break;
189 default:
190 printk(KERN_INFO "OMAP3 Beagle Rev: unknown %hd\n", beagle_rev);
191 omap3_beagle_version = OMAP3BEAGLE_BOARD_UNKN;
192 }
954bed04
RN
193}
194
2885f000
SMK
195static struct mtd_partition omap3beagle_nand_partitions[] = {
196 /* All the partition sizes are listed in terms of NAND block size */
197 {
198 .name = "X-Loader",
199 .offset = 0,
200 .size = 4 * NAND_BLOCK_SIZE,
201 .mask_flags = MTD_WRITEABLE, /* force read-only */
202 },
203 {
204 .name = "U-Boot",
205 .offset = MTDPART_OFS_APPEND, /* Offset = 0x80000 */
206 .size = 15 * NAND_BLOCK_SIZE,
207 .mask_flags = MTD_WRITEABLE, /* force read-only */
208 },
209 {
210 .name = "U-Boot Env",
211 .offset = MTDPART_OFS_APPEND, /* Offset = 0x260000 */
212 .size = 1 * NAND_BLOCK_SIZE,
213 },
214 {
215 .name = "Kernel",
216 .offset = MTDPART_OFS_APPEND, /* Offset = 0x280000 */
217 .size = 32 * NAND_BLOCK_SIZE,
218 },
219 {
220 .name = "File System",
221 .offset = MTDPART_OFS_APPEND, /* Offset = 0x680000 */
222 .size = MTDPART_SIZ_FULL,
223 },
224};
225
044d32ff
KK
226/* DSS */
227
2e6f2ee7 228static struct tfp410_platform_data dvi_panel = {
fcca7194 229 .i2c_bus_num = 3,
e813a55e 230 .power_down_gpio = -1,
89747c91
BW
231};
232
044d32ff
KK
233static struct omap_dss_device beagle_dvi_device = {
234 .type = OMAP_DISPLAY_TYPE_DPI,
235 .name = "dvi",
2e6f2ee7 236 .driver_name = "tfp410",
89747c91 237 .data = &dvi_panel,
044d32ff 238 .phy.dpi.data_lines = 24,
044d32ff
KK
239};
240
241static struct omap_dss_device beagle_tv_device = {
242 .name = "tv",
243 .driver_name = "venc",
244 .type = OMAP_DISPLAY_TYPE_VENC,
245 .phy.venc.type = OMAP_DSS_VENC_TYPE_SVIDEO,
246};
247
248static struct omap_dss_device *beagle_dss_devices[] = {
249 &beagle_dvi_device,
250 &beagle_tv_device,
251};
252
253static struct omap_dss_board_info beagle_dss_data = {
254 .num_devices = ARRAY_SIZE(beagle_dss_devices),
255 .devices = beagle_dss_devices,
256 .default_device = &beagle_dvi_device,
257};
258
2e12bd7e
PW
259#include "sdram-micron-mt46h32m32lf-6.h"
260
68ff0423 261static struct omap2_hsmmc_info mmc[] = {
90c62bf0
TL
262 {
263 .mmc = 1,
1afb82e4 264 .caps = MMC_CAP_4_BIT_DATA,
5fe8b4c1 265 .gpio_wp = -EINVAL,
3b972bf0 266 .deferred = true,
90c62bf0
TL
267 },
268 {} /* Terminator */
269};
270
786b01a8
OD
271static struct regulator_consumer_supply beagle_vmmc1_supply[] = {
272 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.0"),
bb3b9d8e
DB
273};
274
786b01a8
OD
275static struct regulator_consumer_supply beagle_vsim_supply[] = {
276 REGULATOR_SUPPLY("vmmc_aux", "omap_hsmmc.0"),
bb3b9d8e
DB
277};
278
90c62bf0
TL
279static struct gpio_led gpio_leds[];
280
60226717
RQ
281/* PHY's VCC regulator might be added later, so flag that we need it */
282static struct nop_usb_xceiv_platform_data hsusb2_phy_data = {
283 .needs_vcc = true,
284};
285
286static struct usbhs_phy_data phy_data[] = {
287 {
288 .port = 2,
289 .reset_gpio = 147,
290 .vcc_gpio = -1, /* updated in beagle_twl_gpio_setup */
291 .vcc_polarity = 1, /* updated in beagle_twl_gpio_setup */
292 .platform_data = &hsusb2_phy_data,
293 },
294};
295
90c62bf0
TL
296static int beagle_twl_gpio_setup(struct device *dev,
297 unsigned gpio, unsigned ngpio)
298{
5fe8b4c1
JF
299 int r;
300
5fe8b4c1 301 mmc[0].gpio_wp = beagle_config.mmc1_gpio_wp;
90c62bf0 302 /* gpio + 0 is "mmc0_cd" (input/IRQ) */
145d9c94 303 mmc[0].gpio_cd = gpio + 0;
3b972bf0 304 omap_hsmmc_late_init(mmc);
90c62bf0 305
68fc3e15
KK
306 /*
307 * TWL4030_GPIO_MAX + 0 == ledA, EHCI nEN_USB_PWR (out, XM active
308 * high / others active low)
bc593f5d 309 * DVI reset GPIO is different between beagle revisions
1bd9ef19 310 */
5fe8b4c1
JF
311 /* Valid for all -xM revisions */
312 if (cpu_is_omap3630()) {
bc593f5d
IG
313 /*
314 * gpio + 1 on Xm controls the TFP410's enable line (active low)
315 * gpio + 2 control varies depending on the board rev as below:
316 * P7/P8 revisions(prototype): Camera EN
317 * A2+ revisions (production): LDO (DVI, serial, led blocks)
318 */
319 r = gpio_request_one(gpio + 1, GPIOF_OUT_INIT_LOW,
320 "nDVI_PWR_EN");
1bd9ef19
KK
321 if (r)
322 pr_err("%s: unable to configure nDVI_PWR_EN\n",
323 __func__);
aef2b896
RD
324
325 beagle_config.dvi_pd_gpio = gpio + 2;
326
bc593f5d 327 } else {
bc593f5d
IG
328 /*
329 * REVISIT: need ehci-omap hooks for external VBUS
330 * power switch and overcurrent detect
331 */
332 if (gpio_request_one(gpio + 1, GPIOF_IN, "EHCI_nOC"))
333 pr_err("%s: unable to configure EHCI_nOC\n", __func__);
1bd9ef19 334 }
aef2b896 335 dvi_panel.power_down_gpio = beagle_config.dvi_pd_gpio;
1bd9ef19 336
60226717
RQ
337 /* TWL4030_GPIO_MAX i.e. LED_GPO controls HS USB Port 2 power */
338 phy_data[0].vcc_gpio = gpio + TWL4030_GPIO_MAX;
339 phy_data[0].vcc_polarity = beagle_config.usb_pwr_level;
bc593f5d 340
60226717 341 usbhs_init_phys(phy_data, ARRAY_SIZE(phy_data));
90c62bf0
TL
342 return 0;
343}
344
345static struct twl4030_gpio_platform_data beagle_gpio_data = {
90c62bf0
TL
346 .use_leds = true,
347 .pullups = BIT(1),
348 .pulldowns = BIT(2) | BIT(6) | BIT(7) | BIT(8) | BIT(13)
349 | BIT(15) | BIT(16) | BIT(17),
350 .setup = beagle_twl_gpio_setup,
351};
352
bb3b9d8e
DB
353/* VMMC1 for MMC1 pins CMD, CLK, DAT0..DAT3 (20 mA, plus card == max 220 mA) */
354static struct regulator_init_data beagle_vmmc1 = {
355 .constraints = {
356 .min_uV = 1850000,
357 .max_uV = 3150000,
358 .valid_modes_mask = REGULATOR_MODE_NORMAL
359 | REGULATOR_MODE_STANDBY,
360 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE
361 | REGULATOR_CHANGE_MODE
362 | REGULATOR_CHANGE_STATUS,
363 },
786b01a8
OD
364 .num_consumer_supplies = ARRAY_SIZE(beagle_vmmc1_supply),
365 .consumer_supplies = beagle_vmmc1_supply,
bb3b9d8e
DB
366};
367
368/* VSIM for MMC1 pins DAT4..DAT7 (2 mA, plus card == max 50 mA) */
369static struct regulator_init_data beagle_vsim = {
370 .constraints = {
371 .min_uV = 1800000,
372 .max_uV = 3000000,
373 .valid_modes_mask = REGULATOR_MODE_NORMAL
374 | REGULATOR_MODE_STANDBY,
375 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE
376 | REGULATOR_CHANGE_MODE
377 | REGULATOR_CHANGE_STATUS,
378 },
786b01a8
OD
379 .num_consumer_supplies = ARRAY_SIZE(beagle_vsim_supply),
380 .consumer_supplies = beagle_vsim_supply,
bb3b9d8e
DB
381};
382
90c62bf0 383static struct twl4030_platform_data beagle_twldata = {
90c62bf0
TL
384 /* platform_data for children goes here */
385 .gpio = &beagle_gpio_data,
bb3b9d8e
DB
386 .vmmc1 = &beagle_vmmc1,
387 .vsim = &beagle_vsim,
90c62bf0
TL
388};
389
e3333f48
MP
390static struct i2c_board_info __initdata beagle_i2c_eeprom[] = {
391 {
392 I2C_BOARD_INFO("eeprom", 0x50),
393 },
394};
395
90c62bf0
TL
396static int __init omap3_beagle_i2c_init(void)
397{
827ed9ae 398 omap3_pmic_get_config(&beagle_twldata,
cdcc966d
KM
399 TWL_COMMON_PDATA_USB | TWL_COMMON_PDATA_MADC |
400 TWL_COMMON_PDATA_AUDIO,
b252b0ef
PU
401 TWL_COMMON_REGULATOR_VDAC | TWL_COMMON_REGULATOR_VPLL2);
402
403 beagle_twldata.vpll2->constraints.name = "VDVI";
404
fbd8071c 405 omap3_pmic_init("twl4030", &beagle_twldata);
8ca7fe26
KK
406 /* Bus 3 is attached to the DVI port where devices like the pico DLP
407 * projector don't work reliably with 400kHz */
e3333f48 408 omap_register_i2c_bus(3, 100, beagle_i2c_eeprom, ARRAY_SIZE(beagle_i2c_eeprom));
90c62bf0
TL
409 return 0;
410}
411
2885f000
SMK
412static struct gpio_led gpio_leds[] = {
413 {
414 .name = "beagleboard::usr0",
415 .default_trigger = "heartbeat",
416 .gpio = 150,
417 },
418 {
419 .name = "beagleboard::usr1",
420 .default_trigger = "mmc0",
421 .gpio = 149,
422 },
423};
424
425static struct gpio_led_platform_data gpio_led_info = {
426 .leds = gpio_leds,
427 .num_leds = ARRAY_SIZE(gpio_leds),
428};
429
430static struct platform_device leds_gpio = {
431 .name = "leds-gpio",
432 .id = -1,
433 .dev = {
434 .platform_data = &gpio_led_info,
435 },
436};
437
438static struct gpio_keys_button gpio_buttons[] = {
439 {
440 .code = BTN_EXTRA,
5fe8b4c1
JF
441 /* Dynamically assigned depending on board */
442 .gpio = -EINVAL,
2885f000
SMK
443 .desc = "user",
444 .wakeup = 1,
445 },
446};
447
448static struct gpio_keys_platform_data gpio_key_info = {
449 .buttons = gpio_buttons,
450 .nbuttons = ARRAY_SIZE(gpio_buttons),
451};
452
453static struct platform_device keys_gpio = {
454 .name = "gpio-keys",
455 .id = -1,
456 .dev = {
457 .platform_data = &gpio_key_info,
458 },
459};
460
cdcc966d
KM
461static struct platform_device madc_hwmon = {
462 .name = "twl4030_madc_hwmon",
463 .id = -1,
464};
465
2885f000 466static struct platform_device *omap3_beagle_devices[] __initdata = {
2885f000
SMK
467 &leds_gpio,
468 &keys_gpio,
cdcc966d 469 &madc_hwmon,
b8e21308 470 &leds_pwm,
2885f000
SMK
471};
472
42973159 473static struct usbhs_omap_platform_data usbhs_bdata __initdata = {
181b250c 474 .port_mode[1] = OMAP_EHCI_PORT_MODE_PHY,
58a5491c
FB
475};
476
ca5742bd
TL
477#ifdef CONFIG_OMAP_MUX
478static struct omap_board_mux board_mux[] __initdata = {
479 { .reg_offset = OMAP_MUX_TERMINATOR },
480};
ca5742bd
TL
481#endif
482
65bf7ca0 483static int __init beagle_opp_init(void)
8743410d
NM
484{
485 int r = 0;
486
65bf7ca0
KH
487 if (!machine_is_omap3_beagle())
488 return 0;
489
490 /* Initialize the omap3 opp table if not already created. */
491 r = omap3_opp_init();
c48cd659 492 if (r < 0 && (r != -EEXIST)) {
8743410d 493 pr_err("%s: opp default init failed\n", __func__);
65bf7ca0 494 return r;
8743410d
NM
495 }
496
5fe8b4c1
JF
497 /* Custom OPP enabled for all xM versions */
498 if (cpu_is_omap3630()) {
8c7f6594 499 struct device *mpu_dev, *iva_dev;
8743410d 500
65bf7ca0 501 mpu_dev = get_cpu_device(0);
b1621fc8 502 iva_dev = omap_device_get_by_hwmod_name("iva");
8c7f6594 503
104c7949 504 if (IS_ERR(mpu_dev) || IS_ERR(iva_dev)) {
8743410d 505 pr_err("%s: Aiee.. no mpu/dsp devices? %p %p\n",
8c7f6594 506 __func__, mpu_dev, iva_dev);
65bf7ca0 507 return -ENODEV;
8743410d
NM
508 }
509 /* Enable MPU 1GHz and lower opps */
8c7f6594 510 r = opp_enable(mpu_dev, 800000000);
8743410d
NM
511 /* TODO: MPU 1GHz needs SR and ABB */
512
513 /* Enable IVA 800MHz and lower opps */
8c7f6594 514 r |= opp_enable(iva_dev, 660000000);
8743410d
NM
515 /* TODO: DSP 800MHz needs SR and ABB */
516 if (r) {
517 pr_err("%s: failed to enable higher opp %d\n",
518 __func__, r);
519 /*
520 * Cleanup - disable the higher freqs - we dont care
521 * about the results
522 */
8c7f6594
KH
523 opp_disable(mpu_dev, 800000000);
524 opp_disable(iva_dev, 660000000);
8743410d
NM
525 }
526 }
65bf7ca0 527 return 0;
8743410d 528}
b76c8b19 529omap_device_initcall(beagle_opp_init);
8743410d 530
2885f000
SMK
531static void __init omap3_beagle_init(void)
532{
ca5742bd 533 omap3_mux_init(board_mux, OMAP_PACKAGE_CBB);
954bed04 534 omap3_beagle_init_rev();
d1589f09 535
aef2b896 536 if (gpio_is_valid(beagle_config.mmc1_gpio_wp))
d1589f09 537 omap_mux_init_gpio(beagle_config.mmc1_gpio_wp, OMAP_PIN_INPUT);
1afb82e4 538 mmc[0].caps = beagle_config.mmc_caps;
3b972bf0 539 omap_hsmmc_init(mmc);
d1589f09 540
90c62bf0 541 omap3_beagle_i2c_init();
5fe8b4c1
JF
542
543 gpio_buttons[0].gpio = beagle_config.usr_button_gpio;
544
2885f000
SMK
545 platform_add_devices(omap3_beagle_devices,
546 ARRAY_SIZE(omap3_beagle_devices));
aef2b896
RD
547 if (gpio_is_valid(beagle_config.dvi_pd_gpio))
548 omap_mux_init_gpio(beagle_config.dvi_pd_gpio, OMAP_PIN_OUTPUT);
d5e13227 549 omap_display_init(&beagle_dss_data);
2885f000 550 omap_serial_init();
a4ca9dbe
TL
551 omap_sdrc_init(mt46h32m32lf6_sdrc_params,
552 mt46h32m32lf6_sdrc_params);
90c62bf0 553
51482be9 554 usb_bind_phy("musb-hdrc.0.auto", 0, "twl4030_usb");
9e18630b 555 usb_musb_init(NULL);
60226717 556
9e64bb1e 557 usbhs_init(&usbhs_bdata);
60226717 558
2e618261
AM
559 board_nand_init(omap3beagle_nand_partitions,
560 ARRAY_SIZE(omap3beagle_nand_partitions), NAND_CS,
561 NAND_BUSWIDTH_16, NULL);
40234bf7 562 omap_twl4030_audio_init("omap3beagle", NULL);
9fb97412 563
e2a346a2
AH
564 /* Ensure msecure is mux'd to be able to set the RTC. */
565 omap_mux_init_signal("sys_drm_msecure", OMAP_PIN_OFF_OUTPUT_HIGH);
566
9fb97412 567 /* Ensure SDRC pins are mux'd for self-refresh */
4896e394
TL
568 omap_mux_init_signal("sdrc_cke0", OMAP_PIN_OUTPUT);
569 omap_mux_init_signal("sdrc_cke1", OMAP_PIN_OUTPUT);
b8e21308
PU
570
571 pwm_add_table(pwm_lookup, ARRAY_SIZE(pwm_lookup));
2885f000
SMK
572}
573
2885f000
SMK
574MACHINE_START(OMAP3_BEAGLE, "OMAP3 Beagle Board")
575 /* Maintainer: Syed Mohammed Khasim - http://beagleboard.org */
5e52b435 576 .atag_offset = 0x100,
71ee7dad 577 .reserve = omap_reserve,
3dc3bad6 578 .map_io = omap3_map_io,
7b250aff 579 .init_early = omap3_init_early,
be732460 580 .init_irq = omap3_init_irq,
6b2f55d7 581 .handle_irq = omap3_intc_handle_irq,
2885f000 582 .init_machine = omap3_beagle_init,
bbd707ac 583 .init_late = omap3_init_late,
6bb27d73 584 .init_time = omap3_secure_sync32k_timer_init,
187e3e06 585 .restart = omap3xxx_restart,
2885f000 586MACHINE_END
This page took 0.382717 seconds and 5 git commands to generate.