blob: c7540710906fa596f8fc4e60b47783e4d3f7270b [file] [log] [blame]
Magnus Damm6d9598e2010-11-17 10:59:31 +00001/*
2 * arch/arm/mach-shmobile/board-ag5evm.c
3 *
4 * Copyright (C) 2010 Takashi Yoshii <yoshii.takashi.zj@renesas.com>
5 * Copyright (C) 2009 Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
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 as published by
9 * the Free Software Foundation; version 2 of the License.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19 *
20 */
21
22#include <linux/kernel.h>
23#include <linux/init.h>
24#include <linux/interrupt.h>
25#include <linux/irq.h>
Laurent Pinchartb5012cd2013-01-03 12:54:28 +010026#include <linux/pinctrl/machine.h>
Laurent Pincharta1fedc42013-03-13 03:52:31 +010027#include <linux/pinctrl/pinconf-generic.h>
Magnus Damm6d9598e2010-11-17 10:59:31 +000028#include <linux/platform_device.h>
29#include <linux/delay.h>
30#include <linux/io.h>
31#include <linux/dma-mapping.h>
Guennadi Liakhovetski6add9692012-06-29 09:32:29 +020032#include <linux/regulator/fixed.h>
33#include <linux/regulator/machine.h>
Magnus Damm6d9598e2010-11-17 10:59:31 +000034#include <linux/serial_sci.h>
35#include <linux/smsc911x.h>
36#include <linux/gpio.h>
Paul Gortmaker04f47a02012-01-22 14:57:25 -050037#include <linux/videodev2.h>
Yoshii Takashi2d22d482010-11-19 13:15:46 +000038#include <linux/input.h>
39#include <linux/input/sh_keysc.h>
Takashi YOSHII6bf45a102010-12-22 06:35:30 +000040#include <linux/mmc/host.h>
41#include <linux/mmc/sh_mmcif.h>
Magnus Dammfb66c522011-05-23 05:10:36 +000042#include <linux/mmc/sh_mobile_sdhi.h>
43#include <linux/mfd/tmio.h>
Magnus Damm170c7ab2011-01-20 08:41:03 +000044#include <linux/sh_clk.h>
Rob Herring520f7bd2012-12-27 13:10:24 -060045#include <linux/irqchip/arm-gic.h>
Magnus Damm170c7ab2011-01-20 08:41:03 +000046#include <video/sh_mobile_lcdc.h>
47#include <video/sh_mipi_dsi.h>
Kuninori Morimoto208c7dc2010-11-29 02:10:08 +000048#include <sound/sh_fsi.h>
Magnus Damm6d9598e2010-11-17 10:59:31 +000049#include <mach/hardware.h>
Rob Herring250a2722012-01-03 16:57:33 -060050#include <mach/irqs.h>
Magnus Damm6d9598e2010-11-17 10:59:31 +000051#include <mach/sh73a0.h>
52#include <mach/common.h>
53#include <asm/mach-types.h>
54#include <asm/mach/arch.h>
Magnus Damm6d9598e2010-11-17 10:59:31 +000055#include <asm/hardware/cache-l2x0.h>
56#include <asm/traps.h>
57
Guennadi Liakhovetski6add9692012-06-29 09:32:29 +020058/* Dummy supplies, where voltage doesn't matter */
59static struct regulator_consumer_supply dummy_supplies[] = {
60 REGULATOR_SUPPLY("vddvario", "smsc911x"),
61 REGULATOR_SUPPLY("vdd33a", "smsc911x"),
62};
63
Magnus Damm6d9598e2010-11-17 10:59:31 +000064static struct resource smsc9220_resources[] = {
65 [0] = {
66 .start = 0x14000000,
67 .end = 0x14000000 + SZ_64K - 1,
68 .flags = IORESOURCE_MEM,
69 },
70 [1] = {
Magnus Damm566aad32011-10-17 18:00:52 +090071 .start = SH73A0_PINT0_IRQ(2), /* PINTA2 */
Magnus Damm6d9598e2010-11-17 10:59:31 +000072 .flags = IORESOURCE_IRQ,
73 },
74};
75
76static struct smsc911x_platform_config smsc9220_platdata = {
77 .flags = SMSC911X_USE_32BIT | SMSC911X_SAVE_MAC_ADDRESS,
78 .phy_interface = PHY_INTERFACE_MODE_MII,
79 .irq_polarity = SMSC911X_IRQ_POLARITY_ACTIVE_LOW,
80 .irq_type = SMSC911X_IRQ_TYPE_PUSH_PULL,
81};
82
83static struct platform_device eth_device = {
84 .name = "smsc911x",
85 .id = 0,
86 .dev = {
87 .platform_data = &smsc9220_platdata,
88 },
89 .resource = smsc9220_resources,
90 .num_resources = ARRAY_SIZE(smsc9220_resources),
91};
92
Yoshii Takashi2d22d482010-11-19 13:15:46 +000093static struct sh_keysc_info keysc_platdata = {
94 .mode = SH_KEYSC_MODE_6,
95 .scan_timing = 3,
96 .delay = 100,
97 .keycodes = {
98 KEY_A, KEY_B, KEY_C, KEY_D, KEY_E, KEY_F, KEY_G,
99 KEY_H, KEY_I, KEY_J, KEY_K, KEY_L, KEY_M, KEY_N,
100 KEY_O, KEY_P, KEY_Q, KEY_R, KEY_S, KEY_T, KEY_U,
101 KEY_V, KEY_W, KEY_X, KEY_Y, KEY_Z, KEY_HOME, KEY_SLEEP,
102 KEY_SPACE, KEY_9, KEY_6, KEY_3, KEY_WAKEUP, KEY_RIGHT, \
103 KEY_COFFEE,
104 KEY_0, KEY_8, KEY_5, KEY_2, KEY_DOWN, KEY_ENTER, KEY_UP,
105 KEY_KPASTERISK, KEY_7, KEY_4, KEY_1, KEY_STOP, KEY_LEFT, \
106 KEY_COMPUTER,
107 },
108};
109
110static struct resource keysc_resources[] = {
111 [0] = {
112 .name = "KEYSC",
113 .start = 0xe61b0000,
114 .end = 0xe61b0098 - 1,
115 .flags = IORESOURCE_MEM,
116 },
117 [1] = {
118 .start = gic_spi(71),
119 .flags = IORESOURCE_IRQ,
120 },
121};
122
123static struct platform_device keysc_device = {
124 .name = "sh_keysc",
125 .id = 0,
126 .num_resources = ARRAY_SIZE(keysc_resources),
127 .resource = keysc_resources,
128 .dev = {
129 .platform_data = &keysc_platdata,
130 },
131};
132
Kuninori Morimoto208c7dc2010-11-29 02:10:08 +0000133/* FSI A */
Kuninori Morimoto208c7dc2010-11-29 02:10:08 +0000134static struct resource fsi_resources[] = {
135 [0] = {
136 .name = "FSI",
137 .start = 0xEC230000,
138 .end = 0xEC230400 - 1,
139 .flags = IORESOURCE_MEM,
140 },
141 [1] = {
142 .start = gic_spi(146),
143 .flags = IORESOURCE_IRQ,
144 },
145};
146
147static struct platform_device fsi_device = {
148 .name = "sh_fsi2",
149 .id = -1,
150 .num_resources = ARRAY_SIZE(fsi_resources),
151 .resource = fsi_resources,
Kuninori Morimoto208c7dc2010-11-29 02:10:08 +0000152};
153
Guennadi Liakhovetski6add9692012-06-29 09:32:29 +0200154/* Fixed 1.8V regulator to be used by MMCIF */
155static struct regulator_consumer_supply fixed1v8_power_consumers[] =
156{
157 REGULATOR_SUPPLY("vmmc", "sh_mmcif.0"),
158 REGULATOR_SUPPLY("vqmmc", "sh_mmcif.0"),
159};
160
Takashi YOSHII6bf45a102010-12-22 06:35:30 +0000161static struct resource sh_mmcif_resources[] = {
162 [0] = {
163 .name = "MMCIF",
164 .start = 0xe6bd0000,
165 .end = 0xe6bd00ff,
166 .flags = IORESOURCE_MEM,
167 },
168 [1] = {
169 .start = gic_spi(141),
170 .flags = IORESOURCE_IRQ,
171 },
172 [2] = {
173 .start = gic_spi(140),
174 .flags = IORESOURCE_IRQ,
175 },
176};
177
178static struct sh_mmcif_plat_data sh_mmcif_platdata = {
179 .sup_pclk = 0,
180 .ocr = MMC_VDD_165_195,
181 .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE,
Guennadi Liakhovetskid5bb3862011-08-30 18:26:44 +0200182 .slave_id_tx = SHDMA_SLAVE_MMCIF_TX,
183 .slave_id_rx = SHDMA_SLAVE_MMCIF_RX,
Takashi YOSHII6bf45a102010-12-22 06:35:30 +0000184};
185
186static struct platform_device mmc_device = {
187 .name = "sh_mmcif",
188 .id = 0,
189 .dev = {
190 .dma_mask = NULL,
191 .coherent_dma_mask = 0xffffffff,
192 .platform_data = &sh_mmcif_platdata,
193 },
194 .num_resources = ARRAY_SIZE(sh_mmcif_resources),
195 .resource = sh_mmcif_resources,
196};
197
Kuninori Morimotoa33bb8a2011-01-14 11:00:41 +0000198/* IrDA */
199static struct resource irda_resources[] = {
200 [0] = {
201 .start = 0xE6D00000,
202 .end = 0xE6D01FD4 - 1,
203 .flags = IORESOURCE_MEM,
204 },
205 [1] = {
206 .start = gic_spi(95),
207 .flags = IORESOURCE_IRQ,
208 },
209};
210
211static struct platform_device irda_device = {
212 .name = "sh_irda",
213 .id = 0,
214 .resource = irda_resources,
215 .num_resources = ARRAY_SIZE(irda_resources),
216};
217
Laurent Pinchart7a4fcf92012-08-13 16:11:32 +0200218/* MIPI-DSI */
219static struct resource mipidsi0_resources[] = {
220 [0] = {
221 .name = "DSI0",
222 .start = 0xfeab0000,
223 .end = 0xfeab3fff,
224 .flags = IORESOURCE_MEM,
225 },
226 [1] = {
227 .name = "DSI0",
228 .start = 0xfeab4000,
229 .end = 0xfeab7fff,
230 .flags = IORESOURCE_MEM,
231 },
232};
233
234static int sh_mipi_set_dot_clock(struct platform_device *pdev,
235 void __iomem *base,
236 int enable)
237{
238 struct clk *pck, *phy;
239 int ret;
240
241 pck = clk_get(&pdev->dev, "dsip_clk");
242 if (IS_ERR(pck)) {
243 ret = PTR_ERR(pck);
244 goto sh_mipi_set_dot_clock_pck_err;
245 }
246
247 phy = clk_get(&pdev->dev, "dsiphy_clk");
248 if (IS_ERR(phy)) {
249 ret = PTR_ERR(phy);
250 goto sh_mipi_set_dot_clock_phy_err;
251 }
252
253 if (enable) {
254 clk_set_rate(pck, clk_round_rate(pck, 24000000));
255 clk_set_rate(phy, clk_round_rate(pck, 510000000));
256 clk_enable(pck);
257 clk_enable(phy);
258 } else {
259 clk_disable(pck);
260 clk_disable(phy);
261 }
262
263 ret = 0;
264
265 clk_put(phy);
266sh_mipi_set_dot_clock_phy_err:
267 clk_put(pck);
268sh_mipi_set_dot_clock_pck_err:
269 return ret;
270}
271
Laurent Pinchart7a4fcf92012-08-13 16:11:32 +0200272static struct sh_mipi_dsi_info mipidsi0_info = {
273 .data_format = MIPI_RGB888,
Laurent Pinchart772f5d12012-08-14 12:21:17 +0200274 .channel = LCDC_CHAN_MAINLCD,
Laurent Pinchart7a4fcf92012-08-13 16:11:32 +0200275 .lane = 2,
276 .vsynw_offset = 20,
277 .clksrc = 1,
278 .flags = SH_MIPI_DSI_HSABM |
279 SH_MIPI_DSI_SYNC_PULSES_MODE |
280 SH_MIPI_DSI_HSbyteCLK,
281 .set_dot_clock = sh_mipi_set_dot_clock,
282};
283
284static struct platform_device mipidsi0_device = {
285 .name = "sh-mipi-dsi",
286 .num_resources = ARRAY_SIZE(mipidsi0_resources),
287 .resource = mipidsi0_resources,
288 .id = 0,
289 .dev = {
290 .platform_data = &mipidsi0_info,
291 },
292};
293
Magnus Damm170c7ab2011-01-20 08:41:03 +0000294static unsigned char lcd_backlight_seq[3][2] = {
295 { 0x04, 0x07 },
296 { 0x23, 0x80 },
297 { 0x03, 0x01 },
298};
299
Laurent Pinchart37f4dd12012-08-15 18:25:27 +0200300static int lcd_backlight_set_brightness(int brightness)
Magnus Damm170c7ab2011-01-20 08:41:03 +0000301{
Laurent Pinchart37f4dd12012-08-15 18:25:27 +0200302 struct i2c_adapter *adap;
Magnus Damm170c7ab2011-01-20 08:41:03 +0000303 struct i2c_msg msg;
Laurent Pinchart37f4dd12012-08-15 18:25:27 +0200304 unsigned int i;
305 int ret;
Magnus Damm170c7ab2011-01-20 08:41:03 +0000306
Laurent Pinchart37f4dd12012-08-15 18:25:27 +0200307 if (brightness == 0) {
308 /* Reset the chip */
Guennadi Liakhovetskib58e5fa2013-02-12 16:50:02 +0100309 gpio_set_value(235, 0);
Laurent Pinchart37f4dd12012-08-15 18:25:27 +0200310 mdelay(24);
Guennadi Liakhovetskib58e5fa2013-02-12 16:50:02 +0100311 gpio_set_value(235, 1);
Laurent Pinchart37f4dd12012-08-15 18:25:27 +0200312 return 0;
313 }
314
315 adap = i2c_get_adapter(1);
316 if (adap == NULL)
317 return -ENODEV;
318
319 for (i = 0; i < ARRAY_SIZE(lcd_backlight_seq); i++) {
Magnus Damm170c7ab2011-01-20 08:41:03 +0000320 msg.addr = 0x6d;
Laurent Pinchart37f4dd12012-08-15 18:25:27 +0200321 msg.buf = &lcd_backlight_seq[i][0];
Magnus Damm170c7ab2011-01-20 08:41:03 +0000322 msg.len = 2;
323 msg.flags = 0;
Laurent Pinchart37f4dd12012-08-15 18:25:27 +0200324
325 ret = i2c_transfer(adap, &msg, 1);
326 if (ret < 0)
Magnus Damm170c7ab2011-01-20 08:41:03 +0000327 break;
328 }
Magnus Damm170c7ab2011-01-20 08:41:03 +0000329
Laurent Pinchart37f4dd12012-08-15 18:25:27 +0200330 i2c_put_adapter(adap);
331 return ret < 0 ? ret : 0;
Magnus Damm170c7ab2011-01-20 08:41:03 +0000332}
333
Magnus Damm170c7ab2011-01-20 08:41:03 +0000334/* LCDC0 */
335static const struct fb_videomode lcdc0_modes[] = {
336 {
337 .name = "R63302(QHD)",
338 .xres = 544,
339 .yres = 961,
340 .left_margin = 72,
341 .right_margin = 600,
342 .hsync_len = 16,
343 .upper_margin = 8,
344 .lower_margin = 8,
345 .vsync_len = 2,
346 .sync = FB_SYNC_VERT_HIGH_ACT | FB_SYNC_HOR_HIGH_ACT,
347 },
348};
349
350static struct sh_mobile_lcdc_info lcdc0_info = {
351 .clock_source = LCDC_CLK_PERIPHERAL,
352 .ch[0] = {
353 .chan = LCDC_CHAN_MAINLCD,
354 .interface_type = RGB24,
355 .clock_divider = 1,
356 .flags = LCDC_FLAGS_DWPOL,
Laurent Pinchartedd153a2011-12-13 14:02:28 +0100357 .fourcc = V4L2_PIX_FMT_RGB565,
Laurent Pinchart93ff2592011-11-29 14:33:41 +0100358 .lcd_modes = lcdc0_modes,
359 .num_modes = ARRAY_SIZE(lcdc0_modes),
Laurent Pinchartafaad832011-09-11 22:59:04 +0200360 .panel_cfg = {
361 .width = 44,
362 .height = 79,
Laurent Pinchart37f4dd12012-08-15 18:25:27 +0200363 },
364 .bl_info = {
365 .name = "sh_mobile_lcdc_bl",
366 .max_brightness = 1,
367 .set_brightness = lcd_backlight_set_brightness,
Magnus Damm170c7ab2011-01-20 08:41:03 +0000368 },
Laurent Pinchart7a4fcf92012-08-13 16:11:32 +0200369 .tx_dev = &mipidsi0_device,
Magnus Damm170c7ab2011-01-20 08:41:03 +0000370 }
371};
372
373static struct resource lcdc0_resources[] = {
374 [0] = {
375 .name = "LCDC0",
376 .start = 0xfe940000, /* P4-only space */
377 .end = 0xfe943fff,
378 .flags = IORESOURCE_MEM,
379 },
380 [1] = {
381 .start = intcs_evt2irq(0x580),
382 .flags = IORESOURCE_IRQ,
383 },
384};
385
386static struct platform_device lcdc0_device = {
387 .name = "sh_mobile_lcdc_fb",
388 .num_resources = ARRAY_SIZE(lcdc0_resources),
389 .resource = lcdc0_resources,
390 .id = 0,
391 .dev = {
392 .platform_data = &lcdc0_info,
393 .coherent_dma_mask = ~0,
394 },
395};
396
Guennadi Liakhovetski6add9692012-06-29 09:32:29 +0200397/* Fixed 2.8V regulators to be used by SDHI0 */
398static struct regulator_consumer_supply fixed2v8_power_consumers[] =
399{
400 REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.0"),
401 REGULATOR_SUPPLY("vqmmc", "sh_mobile_sdhi.0"),
402};
403
Magnus Damm3087b902011-10-12 16:21:50 +0900404/* SDHI0 */
Magnus Dammfb66c522011-05-23 05:10:36 +0000405static struct sh_mobile_sdhi_info sdhi0_info = {
Magnus Damm6820e692011-05-24 10:42:15 +0000406 .dma_slave_tx = SHDMA_SLAVE_SDHI0_TX,
407 .dma_slave_rx = SHDMA_SLAVE_SDHI0_RX,
Guennadi Liakhovetski173e2fe2012-04-16 23:09:19 +0200408 .tmio_flags = TMIO_MMC_HAS_IDLE_WAIT | TMIO_MMC_USE_GPIO_CD,
Magnus Dammfb66c522011-05-23 05:10:36 +0000409 .tmio_caps = MMC_CAP_SD_HIGHSPEED,
410 .tmio_ocr_mask = MMC_VDD_27_28 | MMC_VDD_28_29,
Guennadi Liakhovetskib58e5fa2013-02-12 16:50:02 +0100411 .cd_gpio = 251,
Magnus Dammfb66c522011-05-23 05:10:36 +0000412};
413
414static struct resource sdhi0_resources[] = {
415 [0] = {
416 .name = "SDHI0",
417 .start = 0xee100000,
418 .end = 0xee1000ff,
419 .flags = IORESOURCE_MEM,
420 },
421 [1] = {
Simon Hormancb2ccc32011-08-25 10:27:28 +0900422 .name = SH_MOBILE_SDHI_IRQ_CARD_DETECT,
Magnus Dammfb66c522011-05-23 05:10:36 +0000423 .start = gic_spi(83),
424 .flags = IORESOURCE_IRQ,
425 },
426 [2] = {
Simon Hormancb2ccc32011-08-25 10:27:28 +0900427 .name = SH_MOBILE_SDHI_IRQ_SDCARD,
Magnus Dammfb66c522011-05-23 05:10:36 +0000428 .start = gic_spi(84),
429 .flags = IORESOURCE_IRQ,
430 },
431 [3] = {
Simon Hormancb2ccc32011-08-25 10:27:28 +0900432 .name = SH_MOBILE_SDHI_IRQ_SDIO,
Magnus Dammfb66c522011-05-23 05:10:36 +0000433 .start = gic_spi(85),
434 .flags = IORESOURCE_IRQ,
435 },
436};
437
438static struct platform_device sdhi0_device = {
439 .name = "sh_mobile_sdhi",
440 .id = 0,
441 .num_resources = ARRAY_SIZE(sdhi0_resources),
442 .resource = sdhi0_resources,
443 .dev = {
444 .platform_data = &sdhi0_info,
445 },
446};
447
Guennadi Liakhovetski6add9692012-06-29 09:32:29 +0200448/* Fixed 3.3V regulator to be used by SDHI1 */
449static struct regulator_consumer_supply cn4_power_consumers[] =
Magnus Dammfb66c522011-05-23 05:10:36 +0000450{
Guennadi Liakhovetski6add9692012-06-29 09:32:29 +0200451 REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.1"),
452 REGULATOR_SUPPLY("vqmmc", "sh_mobile_sdhi.1"),
453};
454
455static struct regulator_init_data cn4_power_init_data = {
456 .constraints = {
457 .valid_ops_mask = REGULATOR_CHANGE_STATUS,
458 },
459 .num_consumer_supplies = ARRAY_SIZE(cn4_power_consumers),
460 .consumer_supplies = cn4_power_consumers,
461};
462
463static struct fixed_voltage_config cn4_power_info = {
464 .supply_name = "CN4 SD/MMC Vdd",
465 .microvolts = 3300000,
Guennadi Liakhovetskib58e5fa2013-02-12 16:50:02 +0100466 .gpio = 114,
Guennadi Liakhovetski6add9692012-06-29 09:32:29 +0200467 .enable_high = 1,
468 .init_data = &cn4_power_init_data,
469};
470
471static struct platform_device cn4_power = {
472 .name = "reg-fixed-voltage",
473 .id = 2,
474 .dev = {
475 .platform_data = &cn4_power_info,
476 },
477};
478
479static void ag5evm_sdhi1_set_pwr(struct platform_device *pdev, int state)
480{
481 static int power_gpio = -EINVAL;
482
483 if (power_gpio < 0) {
Guennadi Liakhovetskib58e5fa2013-02-12 16:50:02 +0100484 int ret = gpio_request_one(114, GPIOF_OUT_INIT_LOW,
Laurent Pinchartf3347b72013-01-24 13:16:28 +0100485 "sdhi1_power");
486 if (!ret)
Guennadi Liakhovetskib58e5fa2013-02-12 16:50:02 +0100487 power_gpio = 114;
Guennadi Liakhovetski6add9692012-06-29 09:32:29 +0200488 }
489
490 /*
491 * If requesting the GPIO above failed, it means, that the regulator got
492 * probed and grabbed the GPIO, but we don't know, whether the sdhi
493 * driver already uses the regulator. If it doesn't, we have to toggle
494 * the GPIO ourselves, even though it is now owned by the fixed
495 * regulator driver. We have to live with the race in case the driver
496 * gets unloaded and the GPIO freed between these two steps.
497 */
Guennadi Liakhovetskib58e5fa2013-02-12 16:50:02 +0100498 gpio_set_value(114, state);
Magnus Dammfb66c522011-05-23 05:10:36 +0000499}
500
Simon Horman9e05cdd2011-06-20 23:00:11 +0000501static struct sh_mobile_sdhi_info sh_sdhi1_info = {
Simon Hormanc5ad48f2011-06-20 23:00:12 +0000502 .tmio_flags = TMIO_MMC_WRPROTECT_DISABLE | TMIO_MMC_HAS_IDLE_WAIT,
Magnus Damm52942062011-06-09 09:02:25 +0000503 .tmio_caps = MMC_CAP_NONREMOVABLE | MMC_CAP_SDIO_IRQ,
Magnus Dammfb66c522011-05-23 05:10:36 +0000504 .tmio_ocr_mask = MMC_VDD_32_33 | MMC_VDD_33_34,
505 .set_pwr = ag5evm_sdhi1_set_pwr,
506};
507
508static struct resource sdhi1_resources[] = {
509 [0] = {
510 .name = "SDHI1",
511 .start = 0xee120000,
512 .end = 0xee1200ff,
513 .flags = IORESOURCE_MEM,
514 },
515 [1] = {
Simon Hormancb2ccc32011-08-25 10:27:28 +0900516 .name = SH_MOBILE_SDHI_IRQ_CARD_DETECT,
Magnus Dammfb66c522011-05-23 05:10:36 +0000517 .start = gic_spi(87),
518 .flags = IORESOURCE_IRQ,
519 },
520 [2] = {
Simon Hormancb2ccc32011-08-25 10:27:28 +0900521 .name = SH_MOBILE_SDHI_IRQ_SDCARD,
Magnus Dammfb66c522011-05-23 05:10:36 +0000522 .start = gic_spi(88),
523 .flags = IORESOURCE_IRQ,
524 },
525 [3] = {
Simon Hormancb2ccc32011-08-25 10:27:28 +0900526 .name = SH_MOBILE_SDHI_IRQ_SDIO,
Magnus Dammfb66c522011-05-23 05:10:36 +0000527 .start = gic_spi(89),
528 .flags = IORESOURCE_IRQ,
529 },
530};
531
532static struct platform_device sdhi1_device = {
533 .name = "sh_mobile_sdhi",
534 .id = 1,
535 .dev = {
Simon Horman9e05cdd2011-06-20 23:00:11 +0000536 .platform_data = &sh_sdhi1_info,
Magnus Dammfb66c522011-05-23 05:10:36 +0000537 },
538 .num_resources = ARRAY_SIZE(sdhi1_resources),
539 .resource = sdhi1_resources,
540};
541
Magnus Damm6d9598e2010-11-17 10:59:31 +0000542static struct platform_device *ag5evm_devices[] __initdata = {
Guennadi Liakhovetski6add9692012-06-29 09:32:29 +0200543 &cn4_power,
Magnus Damm6d9598e2010-11-17 10:59:31 +0000544 &eth_device,
Yoshii Takashi2d22d482010-11-19 13:15:46 +0000545 &keysc_device,
Kuninori Morimoto208c7dc2010-11-29 02:10:08 +0000546 &fsi_device,
Takashi YOSHII6bf45a102010-12-22 06:35:30 +0000547 &mmc_device,
Kuninori Morimotoa33bb8a2011-01-14 11:00:41 +0000548 &irda_device,
Magnus Damm170c7ab2011-01-20 08:41:03 +0000549 &mipidsi0_device,
Laurent Pinchart7a4fcf92012-08-13 16:11:32 +0200550 &lcdc0_device,
Magnus Dammfb66c522011-05-23 05:10:36 +0000551 &sdhi0_device,
552 &sdhi1_device,
Magnus Damm6d9598e2010-11-17 10:59:31 +0000553};
554
Laurent Pincharta1fedc42013-03-13 03:52:31 +0100555static unsigned long pin_pullup_conf[] = {
556 PIN_CONF_PACKED(PIN_CONFIG_BIAS_PULL_UP, 0),
557};
558
Laurent Pinchartb5012cd2013-01-03 12:54:28 +0100559static const struct pinctrl_map ag5evm_pinctrl_map[] = {
Laurent Pinchart9723b792013-01-03 12:54:28 +0100560 /* FSIA */
561 PIN_MAP_MUX_GROUP_DEFAULT("sh_fsi2.0", "pfc-sh73a0",
562 "fsia_mclk_in", "fsia"),
563 PIN_MAP_MUX_GROUP_DEFAULT("sh_fsi2.0", "pfc-sh73a0",
564 "fsia_sclk_in", "fsia"),
565 PIN_MAP_MUX_GROUP_DEFAULT("sh_fsi2.0", "pfc-sh73a0",
566 "fsia_data_in", "fsia"),
567 PIN_MAP_MUX_GROUP_DEFAULT("sh_fsi2.0", "pfc-sh73a0",
568 "fsia_data_out", "fsia"),
Laurent Pinchart63d6fc92013-01-03 12:54:28 +0100569 /* I2C2 & I2C3 */
570 PIN_MAP_MUX_GROUP_DEFAULT("i2c-sh_mobile.2", "pfc-sh73a0",
571 "i2c2_0", "i2c2"),
572 PIN_MAP_MUX_GROUP_DEFAULT("i2c-sh_mobile.3", "pfc-sh73a0",
573 "i2c3_0", "i2c3"),
Laurent Pinchart2eaa0742013-03-13 03:52:31 +0100574 /* IrDA */
575 PIN_MAP_MUX_GROUP_DEFAULT("sh_irda.0", "pfc-sh73a0",
576 "irda_0", "irda"),
Laurent Pinchart7e6455e2013-03-13 03:52:31 +0100577 /* KEYSC */
578 PIN_MAP_MUX_GROUP_DEFAULT("sh_keysc.0", "pfc-sh73a0",
579 "keysc_in8", "keysc"),
580 PIN_MAP_MUX_GROUP_DEFAULT("sh_keysc.0", "pfc-sh73a0",
581 "keysc_out04", "keysc"),
582 PIN_MAP_MUX_GROUP_DEFAULT("sh_keysc.0", "pfc-sh73a0",
583 "keysc_out5", "keysc"),
584 PIN_MAP_MUX_GROUP_DEFAULT("sh_keysc.0", "pfc-sh73a0",
585 "keysc_out6_0", "keysc"),
586 PIN_MAP_MUX_GROUP_DEFAULT("sh_keysc.0", "pfc-sh73a0",
587 "keysc_out7_0", "keysc"),
588 PIN_MAP_MUX_GROUP_DEFAULT("sh_keysc.0", "pfc-sh73a0",
589 "keysc_out8_0", "keysc"),
590 PIN_MAP_MUX_GROUP_DEFAULT("sh_keysc.0", "pfc-sh73a0",
591 "keysc_out9_2", "keysc"),
592 PIN_MAP_CONFIGS_GROUP_DEFAULT("sh_keysc.0", "pfc-sh73a0",
593 "keysc_in8", pin_pullup_conf),
Laurent Pincharta1fedc42013-03-13 03:52:31 +0100594 /* MMCIF */
595 PIN_MAP_MUX_GROUP_DEFAULT("sh_mmcif.0", "pfc-sh73a0",
596 "mmc0_data8_0", "mmc0"),
597 PIN_MAP_MUX_GROUP_DEFAULT("sh_mmcif.0", "pfc-sh73a0",
598 "mmc0_ctrl_0", "mmc0"),
599 PIN_MAP_CONFIGS_PIN_DEFAULT("sh_mmcif.0", "pfc-sh73a0",
600 "PORT279", pin_pullup_conf),
601 PIN_MAP_CONFIGS_GROUP_DEFAULT("sh_mmcif.0", "pfc-sh73a0",
602 "mmc0_data8_0", pin_pullup_conf),
Laurent Pinchartb5012cd2013-01-03 12:54:28 +0100603 /* SCIFA2 */
604 PIN_MAP_MUX_GROUP_DEFAULT("sh-sci.2", "pfc-sh73a0",
605 "scifa2_data_0", "scifa2"),
606 PIN_MAP_MUX_GROUP_DEFAULT("sh-sci.2", "pfc-sh73a0",
607 "scifa2_ctrl_0", "scifa2"),
Laurent Pincharta1fedc42013-03-13 03:52:31 +0100608 /* SDHI0 (CN15 [SD I/F]) */
609 PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_sdhi.0", "pfc-sh73a0",
610 "sdhi0_data4", "sdhi0"),
611 PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_sdhi.0", "pfc-sh73a0",
612 "sdhi0_ctrl", "sdhi0"),
613 PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_sdhi.0", "pfc-sh73a0",
614 "sdhi0_wp", "sdhi0"),
615 /* SDHI1 (CN4 [WLAN I/F]) */
616 PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_sdhi.1", "pfc-sh73a0",
617 "sdhi1_data4", "sdhi1"),
618 PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_sdhi.1", "pfc-sh73a0",
619 "sdhi1_ctrl", "sdhi1"),
620 PIN_MAP_CONFIGS_GROUP_DEFAULT("sh_mobile_sdhi.1", "pfc-sh73a0",
621 "sdhi1_data4", pin_pullup_conf),
622 PIN_MAP_CONFIGS_PIN_DEFAULT("sh_mobile_sdhi.1", "pfc-sh73a0",
623 "PORT263", pin_pullup_conf),
Laurent Pinchartb5012cd2013-01-03 12:54:28 +0100624};
625
Magnus Damm6d9598e2010-11-17 10:59:31 +0000626static void __init ag5evm_init(void)
627{
Guennadi Liakhovetski6add9692012-06-29 09:32:29 +0200628 regulator_register_always_on(0, "fixed-1.8V", fixed1v8_power_consumers,
629 ARRAY_SIZE(fixed1v8_power_consumers), 1800000);
630 regulator_register_always_on(1, "fixed-2.8V", fixed2v8_power_consumers,
631 ARRAY_SIZE(fixed2v8_power_consumers), 3300000);
632 regulator_register_fixed(3, dummy_supplies, ARRAY_SIZE(dummy_supplies));
633
Laurent Pinchartb5012cd2013-01-03 12:54:28 +0100634 pinctrl_register_mappings(ag5evm_pinctrl_map,
635 ARRAY_SIZE(ag5evm_pinctrl_map));
Takashi YOSHII3256c782010-11-19 16:49:38 +0900636 sh73a0_pinmux_init();
637
Takashi YOSHII6bf45a102010-12-22 06:35:30 +0000638 /* enable MMCIF */
Guennadi Liakhovetskib58e5fa2013-02-12 16:50:02 +0100639 gpio_request_one(208, GPIOF_OUT_INIT_HIGH, NULL); /* Reset */
Takashi YOSHII6bf45a102010-12-22 06:35:30 +0000640
Magnus Damm6d9598e2010-11-17 10:59:31 +0000641 /* enable SMSC911X */
Guennadi Liakhovetskib58e5fa2013-02-12 16:50:02 +0100642 gpio_request_one(144, GPIOF_IN, NULL); /* PINTA2 */
643 gpio_request_one(145, GPIOF_OUT_INIT_HIGH, NULL); /* RESET */
Magnus Damm6d9598e2010-11-17 10:59:31 +0000644
Magnus Damm170c7ab2011-01-20 08:41:03 +0000645 /* LCD panel */
Guennadi Liakhovetskib58e5fa2013-02-12 16:50:02 +0100646 gpio_request_one(217, GPIOF_OUT_INIT_LOW, NULL); /* RESET */
Magnus Damm170c7ab2011-01-20 08:41:03 +0000647 mdelay(1);
Guennadi Liakhovetskib58e5fa2013-02-12 16:50:02 +0100648 gpio_set_value(217, 1);
Magnus Dammf55398a2011-01-28 09:59:17 +0000649 mdelay(100);
Magnus Damm170c7ab2011-01-20 08:41:03 +0000650
651 /* LCD backlight controller */
Guennadi Liakhovetskib58e5fa2013-02-12 16:50:02 +0100652 gpio_request_one(235, GPIOF_OUT_INIT_LOW, NULL); /* RESET */
Laurent Pinchart37f4dd12012-08-15 18:25:27 +0200653 lcd_backlight_set_brightness(0);
Magnus Damm170c7ab2011-01-20 08:41:03 +0000654
Magnus Damm6d9598e2010-11-17 10:59:31 +0000655#ifdef CONFIG_CACHE_L2X0
656 /* Shared attribute override enable, 64K*8way */
Rob Herringa2a47ca2012-03-09 17:16:40 -0600657 l2x0_init(IOMEM(0xf0100000), 0x00460000, 0xc2000fff);
Magnus Damm6d9598e2010-11-17 10:59:31 +0000658#endif
659 sh73a0_add_standard_devices();
660 platform_add_devices(ag5evm_devices, ARRAY_SIZE(ag5evm_devices));
661}
662
Magnus Damm6d9598e2010-11-17 10:59:31 +0000663MACHINE_START(AG5EVM, "ag5evm")
Marc Zyngiera62580e2011-09-08 13:15:22 +0100664 .smp = smp_ops(sh73a0_smp_ops),
Magnus Damm50e15c32012-02-29 21:37:27 +0900665 .map_io = sh73a0_map_io,
666 .init_early = sh73a0_add_early_devices,
Magnus Dammeded9142011-11-22 15:31:40 +0900667 .nr_irqs = NR_IRQS_LEGACY,
Magnus Damm566aad32011-10-17 18:00:52 +0900668 .init_irq = sh73a0_init_irq,
Magnus Damm6d9598e2010-11-17 10:59:31 +0000669 .init_machine = ag5evm_init,
Shawn Guo21cc1b72012-04-26 21:58:41 +0800670 .init_late = shmobile_init_late,
Stephen Warren6bb27d72012-11-08 12:40:59 -0700671 .init_time = sh73a0_earlytimer_init,
Magnus Damm6d9598e2010-11-17 10:59:31 +0000672MACHINE_END