blob: 1e7beee790868b7feebc6b0a5dbc5563b658cba6 [file] [log] [blame]
Magnus Damm2b7eda62010-02-05 11:14:58 +00001/*
2 * AP4EVB board support
3 *
4 * Copyright (C) 2010 Magnus Damm
5 * Copyright (C) 2008 Yoshihiro Shimoda
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 */
Guennadi Liakhovetski8eda2f22010-05-23 14:04:03 +000020#include <linux/clk.h>
Magnus Damm2b7eda62010-02-05 11:14:58 +000021#include <linux/kernel.h>
22#include <linux/init.h>
23#include <linux/interrupt.h>
24#include <linux/irq.h>
25#include <linux/platform_device.h>
26#include <linux/delay.h>
Guennadi Liakhovetski69bf6f452010-05-04 14:07:15 +000027#include <linux/mfd/sh_mobile_sdhi.h>
Arnd Hannemann410d8782010-08-18 16:24:13 +000028#include <linux/mfd/tmio.h>
Guennadi Liakhovetski341291a2010-05-23 14:12:46 +000029#include <linux/mmc/host.h>
Magnus Damm2b7eda62010-02-05 11:14:58 +000030#include <linux/mtd/mtd.h>
31#include <linux/mtd/partitions.h>
32#include <linux/mtd/physmap.h>
Kuninori Morimotoc8ee3d42010-05-13 01:08:21 +000033#include <linux/mmc/sh_mmcif.h>
Kuninori Morimoto91cf5082010-03-11 10:42:52 +000034#include <linux/i2c.h>
35#include <linux/i2c/tsc2007.h>
Magnus Damm2b7eda62010-02-05 11:14:58 +000036#include <linux/io.h>
Kuninori Morimoto1b7e0672010-02-17 09:30:14 +000037#include <linux/smsc911x.h>
Kuninori Morimotocb9215e2010-05-24 06:50:44 +000038#include <linux/sh_intc.h>
39#include <linux/sh_clk.h>
Kuninori Morimoto1b7e0672010-02-17 09:30:14 +000040#include <linux/gpio.h>
Kuninori Morimoto17ccb832010-02-23 07:07:01 +000041#include <linux/input.h>
Arnd Hannemann2863e932010-08-14 19:45:21 +000042#include <linux/leds.h>
Kuninori Morimoto17ccb832010-02-23 07:07:01 +000043#include <linux/input/sh_keysc.h>
Kuninori Morimotofb54d262010-04-13 06:16:32 +000044#include <linux/usb/r8a66597.h>
Guennadi Liakhovetski8eda2f22010-05-23 14:04:03 +000045
Kuninori Morimotocb9215e2010-05-24 06:50:44 +000046#include <sound/sh_fsi.h>
47
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +000048#include <video/sh_mobile_hdmi.h>
Guennadi Liakhovetski8eda2f22010-05-23 14:04:03 +000049#include <video/sh_mobile_lcdc.h>
50#include <video/sh_mipi_dsi.h>
51
Magnus Damm2b7eda62010-02-05 11:14:58 +000052#include <mach/common.h>
Guennadi Liakhovetski8eda2f22010-05-23 14:04:03 +000053#include <mach/irqs.h>
Kuninori Morimoto1b7e0672010-02-17 09:30:14 +000054#include <mach/sh7372.h>
Guennadi Liakhovetski8eda2f22010-05-23 14:04:03 +000055
Magnus Damm2b7eda62010-02-05 11:14:58 +000056#include <asm/mach-types.h>
57#include <asm/mach/arch.h>
58#include <asm/mach/map.h>
Magnus Damm495b3ce2010-05-12 14:21:34 +000059#include <asm/mach/time.h>
Magnus Damm2b7eda62010-02-05 11:14:58 +000060
Kuninori Morimoto02624a12010-02-18 17:58:19 +090061/*
62 * Address Interface BusWidth note
63 * ------------------------------------------------------------------
64 * 0x0000_0000 NOR Flash ROM (MCP) 16bit SW7 : bit1 = ON
65 * 0x0800_0000 user area -
66 * 0x1000_0000 NOR Flash ROM (MCP) 16bit SW7 : bit1 = OFF
67 * 0x1400_0000 Ether (LAN9220) 16bit
68 * 0x1600_0000 user area - cannot use with NAND
69 * 0x1800_0000 user area -
70 * 0x1A00_0000 -
71 * 0x4000_0000 LPDDR2-SDRAM (POP) 32bit
72 */
73
74/*
75 * NOR Flash ROM
76 *
77 * SW1 | SW2 | SW7 | NOR Flash ROM
78 * bit1 | bit1 bit2 | bit1 | Memory allocation
79 * ------+------------+------+------------------
80 * OFF | ON OFF | ON | Area 0
81 * OFF | ON OFF | OFF | Area 4
82 */
83
84/*
85 * NAND Flash ROM
86 *
87 * SW1 | SW2 | SW7 | NAND Flash ROM
88 * bit1 | bit1 bit2 | bit2 | Memory allocation
89 * ------+------------+------+------------------
90 * OFF | ON OFF | ON | FCE 0
91 * OFF | ON OFF | OFF | FCE 1
92 */
93
94/*
95 * SMSC 9220
96 *
97 * SW1 SMSC 9220
98 * -----------------------
99 * ON access disable
100 * OFF access enable
101 */
102
Kuninori Morimoto17ccb832010-02-23 07:07:01 +0000103/*
Kuninori Morimotodda128d2010-03-12 10:07:55 +0000104 * LCD / IRQ / KEYSC / IrDA
Kuninori Morimoto17ccb832010-02-23 07:07:01 +0000105 *
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +0000106 * IRQ = IRQ26 (TS), IRQ27 (VIO), IRQ28 (QHD-TouchScreen)
107 * LCD = 2nd LCDC (WVGA)
Kuninori Morimotodda128d2010-03-12 10:07:55 +0000108 *
109 * | SW43 |
110 * SW3 | ON | OFF |
111 * -------------+-----------------------+---------------+
112 * ON | KEY / IrDA | LCD |
113 * OFF | KEY / IrDA / IRQ | IRQ |
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +0000114 *
115 *
116 * QHD / WVGA display
117 *
118 * You can choice display type on menuconfig.
119 * Then, check above dip-switch.
Kuninori Morimoto17ccb832010-02-23 07:07:01 +0000120 */
121
Kuninori Morimotofb54d262010-04-13 06:16:32 +0000122/*
123 * USB
124 *
125 * J7 : 1-2 MAX3355E VBUS
126 * 2-3 DC 5.0V
127 *
128 * S39: bit2: off
129 */
130
Kuninori Morimotocb9215e2010-05-24 06:50:44 +0000131/*
132 * FSI/FSMI
133 *
134 * SW41 : ON : SH-Mobile AP4 Audio Mode
135 * : OFF : Bluetooth Audio Mode
136 */
137
Kuninori Morimotoc8ee3d42010-05-13 01:08:21 +0000138/*
Kuninori Morimotod3d03e42010-06-01 04:31:29 +0000139 * MMC0/SDHI1 (CN7)
Kuninori Morimotoc8ee3d42010-05-13 01:08:21 +0000140 *
Kuninori Morimotod3d03e42010-06-01 04:31:29 +0000141 * J22 : select card voltage
142 * 1-2 pin : 1.8v
143 * 2-3 pin : 3.3v
144 *
145 * SW1 | SW33
146 * | bit1 | bit2 | bit3 | bit4
147 * ------------+------+------+------+-------
148 * MMC0 OFF | OFF | ON | ON | X
149 * SDHI1 OFF | ON | X | OFF | ON
150 *
151 * voltage lebel
152 * CN7 : 1.8v
153 * CN12: 3.3v
Kuninori Morimotoc8ee3d42010-05-13 01:08:21 +0000154 */
155
Kuninori Morimoto1b7e0672010-02-17 09:30:14 +0000156/* MTD */
Magnus Damm2b7eda62010-02-05 11:14:58 +0000157static struct mtd_partition nor_flash_partitions[] = {
158 {
159 .name = "loader",
160 .offset = 0x00000000,
161 .size = 512 * 1024,
162 },
163 {
164 .name = "bootenv",
165 .offset = MTDPART_OFS_APPEND,
166 .size = 512 * 1024,
167 },
168 {
169 .name = "kernel_ro",
170 .offset = MTDPART_OFS_APPEND,
171 .size = 8 * 1024 * 1024,
172 .mask_flags = MTD_WRITEABLE,
173 },
174 {
175 .name = "kernel",
176 .offset = MTDPART_OFS_APPEND,
177 .size = 8 * 1024 * 1024,
178 },
179 {
180 .name = "data",
181 .offset = MTDPART_OFS_APPEND,
182 .size = MTDPART_SIZ_FULL,
183 },
184};
185
186static struct physmap_flash_data nor_flash_data = {
187 .width = 2,
188 .parts = nor_flash_partitions,
189 .nr_parts = ARRAY_SIZE(nor_flash_partitions),
190};
191
192static struct resource nor_flash_resources[] = {
193 [0] = {
194 .start = 0x00000000,
195 .end = 0x08000000 - 1,
196 .flags = IORESOURCE_MEM,
197 }
198};
199
200static struct platform_device nor_flash_device = {
201 .name = "physmap-flash",
202 .dev = {
203 .platform_data = &nor_flash_data,
204 },
205 .num_resources = ARRAY_SIZE(nor_flash_resources),
206 .resource = nor_flash_resources,
207};
208
Kuninori Morimoto1b7e0672010-02-17 09:30:14 +0000209/* SMSC 9220 */
210static struct resource smc911x_resources[] = {
211 {
212 .start = 0x14000000,
213 .end = 0x16000000 - 1,
214 .flags = IORESOURCE_MEM,
215 }, {
Magnus Damm33c96072010-05-20 14:41:00 +0000216 .start = evt2irq(0x02c0) /* IRQ6A */,
Kuninori Morimoto1b7e0672010-02-17 09:30:14 +0000217 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_LOWLEVEL,
218 },
219};
220
221static struct smsc911x_platform_config smsc911x_info = {
222 .flags = SMSC911X_USE_16BIT | SMSC911X_SAVE_MAC_ADDRESS,
223 .irq_polarity = SMSC911X_IRQ_POLARITY_ACTIVE_LOW,
224 .irq_type = SMSC911X_IRQ_TYPE_PUSH_PULL,
225};
226
227static struct platform_device smc911x_device = {
228 .name = "smsc911x",
229 .id = -1,
230 .num_resources = ARRAY_SIZE(smc911x_resources),
231 .resource = smc911x_resources,
232 .dev = {
233 .platform_data = &smsc911x_info,
234 },
235};
Magnus Damm2b7eda62010-02-05 11:14:58 +0000236
Kuninori Morimotoc8ee3d42010-05-13 01:08:21 +0000237/* SH_MMCIF */
238static struct resource sh_mmcif_resources[] = {
239 [0] = {
Magnus Damm0fb08342010-10-13 07:39:18 +0000240 .name = "MMCIF",
Kuninori Morimotoc8ee3d42010-05-13 01:08:21 +0000241 .start = 0xE6BD0000,
242 .end = 0xE6BD00FF,
243 .flags = IORESOURCE_MEM,
244 },
245 [1] = {
246 /* MMC ERR */
Kuninori Morimoto8d569342010-06-01 02:40:05 +0000247 .start = evt2irq(0x1ac0),
Kuninori Morimotoc8ee3d42010-05-13 01:08:21 +0000248 .flags = IORESOURCE_IRQ,
249 },
250 [2] = {
251 /* MMC NOR */
Kuninori Morimoto8d569342010-06-01 02:40:05 +0000252 .start = evt2irq(0x1ae0),
Kuninori Morimotoc8ee3d42010-05-13 01:08:21 +0000253 .flags = IORESOURCE_IRQ,
254 },
255};
256
Kuninori Morimotobb04e192010-06-02 00:25:03 +0000257static struct sh_mmcif_plat_data sh_mmcif_plat = {
Kuninori Morimotoc8ee3d42010-05-13 01:08:21 +0000258 .sup_pclk = 0,
259 .ocr = MMC_VDD_165_195 | MMC_VDD_32_33 | MMC_VDD_33_34,
260 .caps = MMC_CAP_4_BIT_DATA |
261 MMC_CAP_8_BIT_DATA |
262 MMC_CAP_NEEDS_POLL,
263};
264
265static struct platform_device sh_mmcif_device = {
266 .name = "sh_mmcif",
267 .id = 0,
268 .dev = {
269 .dma_mask = NULL,
270 .coherent_dma_mask = 0xffffffff,
271 .platform_data = &sh_mmcif_plat,
272 },
273 .num_resources = ARRAY_SIZE(sh_mmcif_resources),
274 .resource = sh_mmcif_resources,
275};
276
Magnus Damm3a14d032010-03-10 09:26:44 +0000277/* SDHI0 */
Guennadi Liakhovetski69bf6f452010-05-04 14:07:15 +0000278static struct sh_mobile_sdhi_info sdhi0_info = {
Guennadi Liakhovetski341291a2010-05-23 14:12:46 +0000279 .dma_slave_tx = SHDMA_SLAVE_SDHI0_TX,
280 .dma_slave_rx = SHDMA_SLAVE_SDHI0_RX,
Guennadi Liakhovetski69bf6f452010-05-04 14:07:15 +0000281};
282
Magnus Damm3a14d032010-03-10 09:26:44 +0000283static struct resource sdhi0_resources[] = {
284 [0] = {
285 .name = "SDHI0",
286 .start = 0xe6850000,
287 .end = 0xe68501ff,
288 .flags = IORESOURCE_MEM,
289 },
290 [1] = {
Magnus Damm33c96072010-05-20 14:41:00 +0000291 .start = evt2irq(0x0e00) /* SDHI0 */,
Magnus Damm3a14d032010-03-10 09:26:44 +0000292 .flags = IORESOURCE_IRQ,
293 },
294};
295
296static struct platform_device sdhi0_device = {
297 .name = "sh_mobile_sdhi",
298 .num_resources = ARRAY_SIZE(sdhi0_resources),
299 .resource = sdhi0_resources,
300 .id = 0,
Guennadi Liakhovetski69bf6f452010-05-04 14:07:15 +0000301 .dev = {
302 .platform_data = &sdhi0_info,
303 },
Magnus Damm3a14d032010-03-10 09:26:44 +0000304};
305
Guennadi Liakhovetski341291a2010-05-23 14:12:46 +0000306/* SDHI1 */
307static struct sh_mobile_sdhi_info sdhi1_info = {
308 .dma_slave_tx = SHDMA_SLAVE_SDHI1_TX,
309 .dma_slave_rx = SHDMA_SLAVE_SDHI1_RX,
310 .tmio_ocr_mask = MMC_VDD_165_195,
Arnd Hannemann410d8782010-08-18 16:24:13 +0000311 .tmio_flags = TMIO_MMC_WRPROTECT_DISABLE,
Guennadi Liakhovetski341291a2010-05-23 14:12:46 +0000312};
313
314static struct resource sdhi1_resources[] = {
315 [0] = {
316 .name = "SDHI1",
317 .start = 0xe6860000,
318 .end = 0xe68601ff,
319 .flags = IORESOURCE_MEM,
320 },
321 [1] = {
322 .start = evt2irq(0x0e80),
323 .flags = IORESOURCE_IRQ,
324 },
325};
326
327static struct platform_device sdhi1_device = {
328 .name = "sh_mobile_sdhi",
329 .num_resources = ARRAY_SIZE(sdhi1_resources),
330 .resource = sdhi1_resources,
331 .id = 1,
332 .dev = {
333 .platform_data = &sdhi1_info,
334 },
335};
336
Kuninori Morimotofb54d262010-04-13 06:16:32 +0000337/* USB1 */
Kuninori Morimotobb04e192010-06-02 00:25:03 +0000338static void usb1_host_port_power(int port, int power)
Kuninori Morimotofb54d262010-04-13 06:16:32 +0000339{
340 if (!power) /* only power-on supported for now */
341 return;
342
343 /* set VBOUT/PWEN and EXTLP1 in DVSTCTR */
344 __raw_writew(__raw_readw(0xE68B0008) | 0x600, 0xE68B0008);
345}
346
347static struct r8a66597_platdata usb1_host_data = {
348 .on_chip = 1,
349 .port_power = usb1_host_port_power,
350};
351
352static struct resource usb1_host_resources[] = {
353 [0] = {
354 .name = "USBHS",
355 .start = 0xE68B0000,
356 .end = 0xE68B00E6 - 1,
357 .flags = IORESOURCE_MEM,
358 },
359 [1] = {
Magnus Damm33c96072010-05-20 14:41:00 +0000360 .start = evt2irq(0x1ce0) /* USB1_USB1I0 */,
Kuninori Morimotofb54d262010-04-13 06:16:32 +0000361 .flags = IORESOURCE_IRQ,
362 },
363};
364
365static struct platform_device usb1_host_device = {
366 .name = "r8a66597_hcd",
367 .id = 1,
368 .dev = {
369 .dma_mask = NULL, /* not use dma */
370 .coherent_dma_mask = 0xffffffff,
371 .platform_data = &usb1_host_data,
372 },
373 .num_resources = ARRAY_SIZE(usb1_host_resources),
374 .resource = usb1_host_resources,
375};
376
Guennadi Liakhovetski44432402010-09-03 07:20:04 +0000377const static struct fb_videomode ap4evb_lcdc_modes[] = {
378 {
379#ifdef CONFIG_AP4EVB_QHD
380 .name = "R63302(QHD)",
381 .xres = 544,
382 .yres = 961,
383 .left_margin = 72,
384 .right_margin = 600,
385 .hsync_len = 16,
386 .upper_margin = 8,
387 .lower_margin = 8,
388 .vsync_len = 2,
389 .sync = FB_SYNC_VERT_HIGH_ACT | FB_SYNC_HOR_HIGH_ACT,
390#else
391 .name = "WVGA Panel",
392 .xres = 800,
393 .yres = 480,
394 .left_margin = 220,
395 .right_margin = 110,
396 .hsync_len = 70,
397 .upper_margin = 20,
398 .lower_margin = 5,
399 .vsync_len = 5,
400 .sync = 0,
401#endif
402 },
403};
404
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +0000405static struct sh_mobile_lcdc_info lcdc_info = {
Guennadi Liakhovetski8eda2f22010-05-23 14:04:03 +0000406 .ch[0] = {
407 .chan = LCDC_CHAN_MAINLCD,
408 .bpp = 16,
Guennadi Liakhovetski44432402010-09-03 07:20:04 +0000409 .lcd_cfg = ap4evb_lcdc_modes,
410 .num_cfg = ARRAY_SIZE(ap4evb_lcdc_modes),
Guennadi Liakhovetski8eda2f22010-05-23 14:04:03 +0000411 }
412};
413
414static struct resource lcdc_resources[] = {
415 [0] = {
416 .name = "LCDC",
417 .start = 0xfe940000, /* P4-only space */
418 .end = 0xfe943fff,
419 .flags = IORESOURCE_MEM,
420 },
421 [1] = {
422 .start = intcs_evt2irq(0x580),
423 .flags = IORESOURCE_IRQ,
424 },
425};
426
427static struct platform_device lcdc_device = {
428 .name = "sh_mobile_lcdc_fb",
429 .num_resources = ARRAY_SIZE(lcdc_resources),
430 .resource = lcdc_resources,
431 .dev = {
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +0000432 .platform_data = &lcdc_info,
Guennadi Liakhovetski8eda2f22010-05-23 14:04:03 +0000433 .coherent_dma_mask = ~0,
434 },
435};
436
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +0000437/*
438 * QHD display
439 */
440#ifdef CONFIG_AP4EVB_QHD
441
442/* KEYSC (Needs SW43 set to ON) */
443static struct sh_keysc_info keysc_info = {
444 .mode = SH_KEYSC_MODE_1,
445 .scan_timing = 3,
446 .delay = 2500,
447 .keycodes = {
448 KEY_0, KEY_1, KEY_2, KEY_3, KEY_4,
449 KEY_5, KEY_6, KEY_7, KEY_8, KEY_9,
450 KEY_A, KEY_B, KEY_C, KEY_D, KEY_E,
451 KEY_F, KEY_G, KEY_H, KEY_I, KEY_J,
452 KEY_K, KEY_L, KEY_M, KEY_N, KEY_O,
453 },
454};
455
456static struct resource keysc_resources[] = {
457 [0] = {
458 .name = "KEYSC",
459 .start = 0xe61b0000,
460 .end = 0xe61b0063,
461 .flags = IORESOURCE_MEM,
462 },
463 [1] = {
464 .start = evt2irq(0x0be0), /* KEYSC_KEY */
465 .flags = IORESOURCE_IRQ,
466 },
467};
468
469static struct platform_device keysc_device = {
470 .name = "sh_keysc",
471 .id = 0, /* "keysc0" clock */
472 .num_resources = ARRAY_SIZE(keysc_resources),
473 .resource = keysc_resources,
474 .dev = {
475 .platform_data = &keysc_info,
476 },
477};
478
479/* MIPI-DSI */
Guennadi Liakhovetski8eda2f22010-05-23 14:04:03 +0000480static struct resource mipidsi0_resources[] = {
481 [0] = {
482 .start = 0xffc60000,
483 .end = 0xffc68fff,
484 .flags = IORESOURCE_MEM,
485 },
486};
487
488static struct sh_mipi_dsi_info mipidsi0_info = {
489 .data_format = MIPI_RGB888,
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +0000490 .lcd_chan = &lcdc_info.ch[0],
Guennadi Liakhovetski8eda2f22010-05-23 14:04:03 +0000491};
492
493static struct platform_device mipidsi0_device = {
494 .name = "sh-mipi-dsi",
495 .num_resources = ARRAY_SIZE(mipidsi0_resources),
496 .resource = mipidsi0_resources,
497 .id = 0,
498 .dev = {
499 .platform_data = &mipidsi0_info,
500 },
501};
502
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +0000503/* This function will disappear when we switch to (runtime) PM */
504static int __init ap4evb_init_display_clk(void)
505{
506 struct clk *lcdc_clk;
507 struct clk *dsitx_clk;
508 int ret;
509
510 lcdc_clk = clk_get(&lcdc_device.dev, "sh_mobile_lcdc_fb.0");
511 if (IS_ERR(lcdc_clk))
512 return PTR_ERR(lcdc_clk);
513
514 dsitx_clk = clk_get(&mipidsi0_device.dev, "sh-mipi-dsi.0");
515 if (IS_ERR(dsitx_clk)) {
516 ret = PTR_ERR(dsitx_clk);
517 goto eclkdsitxget;
518 }
519
520 ret = clk_enable(lcdc_clk);
521 if (ret < 0)
522 goto eclklcdcon;
523
524 ret = clk_enable(dsitx_clk);
525 if (ret < 0)
526 goto eclkdsitxon;
527
528 return 0;
529
530eclkdsitxon:
531 clk_disable(lcdc_clk);
532eclklcdcon:
533 clk_put(dsitx_clk);
534eclkdsitxget:
535 clk_put(lcdc_clk);
536
537 return ret;
538}
539device_initcall(ap4evb_init_display_clk);
540
541static struct platform_device *qhd_devices[] __initdata = {
542 &mipidsi0_device,
543 &keysc_device,
544};
545#endif /* CONFIG_AP4EVB_QHD */
546
Kuninori Morimotocb9215e2010-05-24 06:50:44 +0000547/* FSI */
548#define IRQ_FSI evt2irq(0x1840)
Kuninori Morimotobb04e192010-06-02 00:25:03 +0000549static struct sh_fsi_platform_info fsi_info = {
Kuninori Morimotocb9215e2010-05-24 06:50:44 +0000550 .porta_flags = SH_FSI_BRS_INV |
551 SH_FSI_OUT_SLAVE_MODE |
552 SH_FSI_IN_SLAVE_MODE |
553 SH_FSI_OFMT(PCM) |
554 SH_FSI_IFMT(PCM),
555};
556
557static struct resource fsi_resources[] = {
558 [0] = {
559 .name = "FSI",
560 .start = 0xFE3C0000,
561 .end = 0xFE3C0400 - 1,
562 .flags = IORESOURCE_MEM,
563 },
564 [1] = {
565 .start = IRQ_FSI,
566 .flags = IORESOURCE_IRQ,
567 },
568};
569
570static struct platform_device fsi_device = {
571 .name = "sh_fsi2",
Kuninori Morimoto9f6f11b2010-08-18 03:37:19 +0000572 .id = -1,
Kuninori Morimotocb9215e2010-05-24 06:50:44 +0000573 .num_resources = ARRAY_SIZE(fsi_resources),
574 .resource = fsi_resources,
575 .dev = {
576 .platform_data = &fsi_info,
577 },
578};
579
Guennadi Liakhovetskia91a2d02010-09-03 07:20:42 +0000580/*
581 * If left and right margins are not multiples of 8,
582 * LDHAJR will be adjusted accordingly by the LCDC
583 * driver. Until we start using EDID, these values
584 * might have to be adjusted for different monitors.
585 */
Guennadi Liakhovetski44432402010-09-03 07:20:04 +0000586const static struct fb_videomode ap4evb_hdmi_modes[] = {
587 {
588 .name = "HDMI 720p",
589 .xres = 1280,
590 .yres = 720,
591
Guennadi Liakhovetski44432402010-09-03 07:20:04 +0000592 .left_margin = 200,
593 .right_margin = 88,
594 .hsync_len = 48,
595
596 .upper_margin = 20,
597 .lower_margin = 5,
598 .vsync_len = 5,
599
600 .pixclock = 13468,
601 .sync = FB_SYNC_VERT_HIGH_ACT | FB_SYNC_HOR_HIGH_ACT,
Guennadi Liakhovetskia91a2d02010-09-03 07:20:42 +0000602 }, {
603 .name = "1280x1024",
604 .xres = 1280,
605 .yres = 1024,
606
607 .left_margin = 144,
608 .right_margin = 48,
609 .hsync_len = 64,
610
611 .upper_margin = 35,
612 .lower_margin = 5,
613 .vsync_len = 3,
614
615 .pixclock = 9800,
616 .sync = FB_SYNC_VERT_HIGH_ACT | FB_SYNC_HOR_HIGH_ACT,
617 }, {
618 .name = "HDMI 480p",
619 .xres = 720,
620 .yres = 480,
621
622 .left_margin = 36,
623 .right_margin = 18,
624 .hsync_len = 68,
625
626 .upper_margin = 36,
627 .lower_margin = 3,
628 .vsync_len = 6,
629 .pixclock = 37037,
630 .sync = FB_SYNC_VERT_HIGH_ACT | FB_SYNC_HOR_HIGH_ACT,
Guennadi Liakhovetski44432402010-09-03 07:20:04 +0000631 },
632};
633
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +0000634static struct sh_mobile_lcdc_info sh_mobile_lcdc1_info = {
635 .clock_source = LCDC_CLK_EXTERNAL,
636 .ch[0] = {
637 .chan = LCDC_CHAN_MAINLCD,
638 .bpp = 16,
639 .interface_type = RGB24,
640 .clock_divider = 1,
641 .flags = LCDC_FLAGS_DWPOL,
Guennadi Liakhovetski44432402010-09-03 07:20:04 +0000642 .lcd_cfg = ap4evb_hdmi_modes,
643 .num_cfg = ARRAY_SIZE(ap4evb_hdmi_modes),
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +0000644 }
645};
646
647static struct resource lcdc1_resources[] = {
648 [0] = {
649 .name = "LCDC1",
650 .start = 0xfe944000,
651 .end = 0xfe947fff,
652 .flags = IORESOURCE_MEM,
653 },
654 [1] = {
655 .start = intcs_evt2irq(0x17a0),
656 .flags = IORESOURCE_IRQ,
657 },
658};
659
660static struct platform_device lcdc1_device = {
661 .name = "sh_mobile_lcdc_fb",
662 .num_resources = ARRAY_SIZE(lcdc1_resources),
663 .resource = lcdc1_resources,
664 .id = 1,
665 .dev = {
666 .platform_data = &sh_mobile_lcdc1_info,
667 .coherent_dma_mask = ~0,
668 },
669};
670
671static struct sh_mobile_hdmi_info hdmi_info = {
672 .lcd_chan = &sh_mobile_lcdc1_info.ch[0],
673 .lcd_dev = &lcdc1_device.dev,
674};
675
676static struct resource hdmi_resources[] = {
677 [0] = {
678 .name = "HDMI",
679 .start = 0xe6be0000,
680 .end = 0xe6be00ff,
681 .flags = IORESOURCE_MEM,
682 },
683 [1] = {
684 /* There's also an HDMI interrupt on INTCS @ 0x18e0 */
685 .start = evt2irq(0x17e0),
686 .flags = IORESOURCE_IRQ,
687 },
688};
689
690static struct platform_device hdmi_device = {
691 .name = "sh-mobile-hdmi",
692 .num_resources = ARRAY_SIZE(hdmi_resources),
693 .resource = hdmi_resources,
694 .id = -1,
695 .dev = {
696 .platform_data = &hdmi_info,
697 },
698};
699
Arnd Hannemann2863e932010-08-14 19:45:21 +0000700static struct gpio_led ap4evb_leds[] = {
701 {
702 .name = "led4",
703 .gpio = GPIO_PORT185,
704 .default_state = LEDS_GPIO_DEFSTATE_ON,
705 },
706 {
707 .name = "led2",
708 .gpio = GPIO_PORT186,
709 .default_state = LEDS_GPIO_DEFSTATE_ON,
710 },
711 {
712 .name = "led3",
713 .gpio = GPIO_PORT187,
714 .default_state = LEDS_GPIO_DEFSTATE_ON,
715 },
716 {
717 .name = "led1",
718 .gpio = GPIO_PORT188,
719 .default_state = LEDS_GPIO_DEFSTATE_ON,
720 }
721};
722
723static struct gpio_led_platform_data ap4evb_leds_pdata = {
724 .num_leds = ARRAY_SIZE(ap4evb_leds),
Paul Mundt8050fbf2010-08-16 14:54:35 +0900725 .leds = ap4evb_leds,
Arnd Hannemann2863e932010-08-14 19:45:21 +0000726};
727
728static struct platform_device leds_device = {
729 .name = "leds-gpio",
730 .id = 0,
731 .dev = {
732 .platform_data = &ap4evb_leds_pdata,
733 },
734};
735
Magnus Damm2b7eda62010-02-05 11:14:58 +0000736static struct platform_device *ap4evb_devices[] __initdata = {
Arnd Hannemann2863e932010-08-14 19:45:21 +0000737 &leds_device,
Magnus Damm2b7eda62010-02-05 11:14:58 +0000738 &nor_flash_device,
Kuninori Morimoto1b7e0672010-02-17 09:30:14 +0000739 &smc911x_device,
Magnus Damm3a14d032010-03-10 09:26:44 +0000740 &sdhi0_device,
Guennadi Liakhovetski341291a2010-05-23 14:12:46 +0000741 &sdhi1_device,
Kuninori Morimotofb54d262010-04-13 06:16:32 +0000742 &usb1_host_device,
Kuninori Morimotocb9215e2010-05-24 06:50:44 +0000743 &fsi_device,
Paul Mundtbeccb122010-08-04 16:47:37 +0900744 &sh_mmcif_device,
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +0000745 &lcdc1_device,
746 &lcdc_device,
747 &hdmi_device,
Magnus Damm2b7eda62010-02-05 11:14:58 +0000748};
749
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +0000750static int __init hdmi_init_pm_clock(void)
751{
752 struct clk *hdmi_ick = clk_get(&hdmi_device.dev, "ick");
753 int ret;
754 long rate;
755
756 if (IS_ERR(hdmi_ick)) {
757 ret = PTR_ERR(hdmi_ick);
758 pr_err("Cannot get HDMI ICK: %d\n", ret);
759 goto out;
760 }
761
Kuninori Morimoto685e4082010-10-15 05:14:54 +0000762 ret = clk_set_parent(&sh7372_pllc2_clk, &sh7372_dv_clki_div2_clk);
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +0000763 if (ret < 0) {
Kuninori Morimoto685e4082010-10-15 05:14:54 +0000764 pr_err("Cannot set PLLC2 parent: %d, %d users\n", ret, sh7372_pllc2_clk.usecount);
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +0000765 goto out;
766 }
767
Kuninori Morimoto685e4082010-10-15 05:14:54 +0000768 pr_debug("PLLC2 initial frequency %lu\n", clk_get_rate(&sh7372_pllc2_clk));
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +0000769
Kuninori Morimoto685e4082010-10-15 05:14:54 +0000770 rate = clk_round_rate(&sh7372_pllc2_clk, 594000000);
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +0000771 if (rate < 0) {
772 pr_err("Cannot get suitable rate: %ld\n", rate);
773 ret = rate;
774 goto out;
775 }
776
Kuninori Morimoto685e4082010-10-15 05:14:54 +0000777 ret = clk_set_rate(&sh7372_pllc2_clk, rate);
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +0000778 if (ret < 0) {
779 pr_err("Cannot set rate %ld: %d\n", rate, ret);
780 goto out;
781 }
782
783 pr_debug("PLLC2 set frequency %lu\n", rate);
784
Kuninori Morimoto685e4082010-10-15 05:14:54 +0000785 ret = clk_set_parent(hdmi_ick, &sh7372_pllc2_clk);
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +0000786 if (ret < 0) {
787 pr_err("Cannot set HDMI parent: %d\n", ret);
788 goto out;
789 }
790
791out:
792 if (!IS_ERR(hdmi_ick))
793 clk_put(hdmi_ick);
794 return ret;
795}
796
797device_initcall(hdmi_init_pm_clock);
798
Kuninori Morimoto69ce8aa2010-10-15 05:15:05 +0000799#define FSIACK_DUMMY_RATE 48000
800static int __init fsi_init_pm_clock(void)
801{
802 struct clk *fsia_ick;
803 int ret;
804
805 /*
806 * FSIACK is connected to AK4642,
807 * and the rate is depend on playing sound rate.
808 * So, set dummy rate (= 48k) here
809 */
810 ret = clk_set_rate(&sh7372_fsiack_clk, FSIACK_DUMMY_RATE);
811 if (ret < 0) {
812 pr_err("Cannot set FSIACK dummy rate: %d\n", ret);
813 return ret;
814 }
815
816 fsia_ick = clk_get(&fsi_device.dev, "icka");
817 if (IS_ERR(fsia_ick)) {
818 ret = PTR_ERR(fsia_ick);
819 pr_err("Cannot get FSI ICK: %d\n", ret);
820 return ret;
821 }
822
823 ret = clk_set_parent(fsia_ick, &sh7372_fsiack_clk);
824 if (ret < 0) {
825 pr_err("Cannot set FSI-A parent: %d\n", ret);
826 goto out;
827 }
828
829 ret = clk_set_rate(fsia_ick, FSIACK_DUMMY_RATE);
830 if (ret < 0)
831 pr_err("Cannot set FSI-A rate: %d\n", ret);
832
833out:
834 clk_put(fsia_ick);
835
836 return ret;
837}
838device_initcall(fsi_init_pm_clock);
839
Kuninori Morimoto71c3ba92010-07-14 07:01:16 +0000840/*
841 * FIXME !!
842 *
843 * gpio_no_direction
Kuninori Morimoto71c3ba92010-07-14 07:01:16 +0000844 * are quick_hack.
845 *
846 * current gpio frame work doesn't have
847 * the method to control only pull up/down/free.
848 * this function should be replaced by correct gpio function
849 */
850static void __init gpio_no_direction(u32 addr)
851{
852 __raw_writeb(0x00, addr);
853}
854
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +0000855/* TouchScreen */
Kuninori Morimoto52d5ac02010-09-14 17:28:55 +0900856#ifdef CONFIG_AP4EVB_QHD
857# define GPIO_TSC_IRQ GPIO_FN_IRQ28_123
858# define GPIO_TSC_PORT GPIO_PORT123
859#else /* WVGA */
860# define GPIO_TSC_IRQ GPIO_FN_IRQ7_40
861# define GPIO_TSC_PORT GPIO_PORT40
862#endif
863
Magnus Damm33c96072010-05-20 14:41:00 +0000864#define IRQ28 evt2irq(0x3380) /* IRQ28A */
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +0000865#define IRQ7 evt2irq(0x02e0) /* IRQ7A */
Kuninori Morimoto52d5ac02010-09-14 17:28:55 +0900866static int ts_get_pendown_state(void)
867{
868 int val;
869
870 gpio_free(GPIO_TSC_IRQ);
871
872 gpio_request(GPIO_TSC_PORT, NULL);
873
874 gpio_direction_input(GPIO_TSC_PORT);
875
876 val = gpio_get_value(GPIO_TSC_PORT);
877
878 gpio_request(GPIO_TSC_IRQ, NULL);
879
880 return !val;
881}
882
883static int ts_init(void)
884{
885 gpio_request(GPIO_TSC_IRQ, NULL);
886
887 return 0;
888}
889
Kuninori Morimotobb04e192010-06-02 00:25:03 +0000890static struct tsc2007_platform_data tsc2007_info = {
Kuninori Morimoto91cf5082010-03-11 10:42:52 +0000891 .model = 2007,
Kuninori Morimoto52d5ac02010-09-14 17:28:55 +0900892 .x_plate_ohms = 180,
893 .get_pendown_state = ts_get_pendown_state,
894 .init_platform_hw = ts_init,
Kuninori Morimoto91cf5082010-03-11 10:42:52 +0000895};
896
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +0000897static struct i2c_board_info tsc_device = {
898 I2C_BOARD_INFO("tsc2007", 0x48),
899 .type = "tsc2007",
900 .platform_data = &tsc2007_info,
901 /*.irq is selected on ap4evb_init */
902};
903
Kuninori Morimoto91cf5082010-03-11 10:42:52 +0000904/* I2C */
Kuninori Morimotocb9215e2010-05-24 06:50:44 +0000905static struct i2c_board_info i2c0_devices[] = {
906 {
907 I2C_BOARD_INFO("ak4643", 0x13),
908 },
909};
910
Kuninori Morimoto91cf5082010-03-11 10:42:52 +0000911static struct i2c_board_info i2c1_devices[] = {
912 {
Kuninori Morimoto8fc883c2010-03-11 07:34:37 +0000913 I2C_BOARD_INFO("r2025sd", 0x32),
914 },
Kuninori Morimoto91cf5082010-03-11 10:42:52 +0000915};
916
Magnus Damm2b7eda62010-02-05 11:14:58 +0000917static struct map_desc ap4evb_io_desc[] __initdata = {
918 /* create a 1:1 entity map for 0xe6xxxxxx
919 * used by CPGA, INTC and PFC.
920 */
921 {
922 .virtual = 0xe6000000,
923 .pfn = __phys_to_pfn(0xe6000000),
924 .length = 256 << 20,
925 .type = MT_DEVICE_NONSHARED
926 },
927};
928
929static void __init ap4evb_map_io(void)
930{
931 iotable_init(ap4evb_io_desc, ARRAY_SIZE(ap4evb_io_desc));
932
Magnus Damm495b3ce2010-05-12 14:21:34 +0000933 /* setup early devices and console here as well */
Magnus Damm2b7eda62010-02-05 11:14:58 +0000934 sh7372_add_early_devices();
Magnus Damm4ae04ac2010-02-08 11:02:54 +0000935 shmobile_setup_console();
Magnus Damm2b7eda62010-02-05 11:14:58 +0000936}
937
Kuninori Morimotocb9215e2010-05-24 06:50:44 +0000938#define GPIO_PORT9CR 0xE6051009
939#define GPIO_PORT10CR 0xE605100A
Magnus Damm2b7eda62010-02-05 11:14:58 +0000940static void __init ap4evb_init(void)
941{
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +0000942 u32 srcr4;
Kuninori Morimotocb9215e2010-05-24 06:50:44 +0000943 struct clk *clk;
944
Kuninori Morimoto1b7e0672010-02-17 09:30:14 +0000945 sh7372_pinmux_init();
946
Kuninori Morimotob228b482010-02-18 16:44:41 +0900947 /* enable SCIFA0 */
948 gpio_request(GPIO_FN_SCIFA0_TXD, NULL);
949 gpio_request(GPIO_FN_SCIFA0_RXD, NULL);
950
Kuninori Morimoto1b7e0672010-02-17 09:30:14 +0000951 /* enable SMSC911X */
952 gpio_request(GPIO_FN_CS5A, NULL);
953 gpio_request(GPIO_FN_IRQ6_39, NULL);
954
Kuninori Morimoto8cb3a2e2010-02-22 09:30:12 +0000955 /* enable Debug switch (S6) */
956 gpio_request(GPIO_PORT32, NULL);
957 gpio_request(GPIO_PORT33, NULL);
958 gpio_request(GPIO_PORT34, NULL);
959 gpio_request(GPIO_PORT35, NULL);
960 gpio_direction_input(GPIO_PORT32);
961 gpio_direction_input(GPIO_PORT33);
962 gpio_direction_input(GPIO_PORT34);
963 gpio_direction_input(GPIO_PORT35);
964 gpio_export(GPIO_PORT32, 0);
965 gpio_export(GPIO_PORT33, 0);
966 gpio_export(GPIO_PORT34, 0);
967 gpio_export(GPIO_PORT35, 0);
968
Magnus Damm3a14d032010-03-10 09:26:44 +0000969 /* SDHI0 */
970 gpio_request(GPIO_FN_SDHICD0, NULL);
971 gpio_request(GPIO_FN_SDHIWP0, NULL);
972 gpio_request(GPIO_FN_SDHICMD0, NULL);
973 gpio_request(GPIO_FN_SDHICLK0, NULL);
974 gpio_request(GPIO_FN_SDHID0_3, NULL);
975 gpio_request(GPIO_FN_SDHID0_2, NULL);
976 gpio_request(GPIO_FN_SDHID0_1, NULL);
977 gpio_request(GPIO_FN_SDHID0_0, NULL);
978
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +0000979 /* SDHI1 */
980 gpio_request(GPIO_FN_SDHICMD1, NULL);
981 gpio_request(GPIO_FN_SDHICLK1, NULL);
982 gpio_request(GPIO_FN_SDHID1_3, NULL);
983 gpio_request(GPIO_FN_SDHID1_2, NULL);
984 gpio_request(GPIO_FN_SDHID1_1, NULL);
985 gpio_request(GPIO_FN_SDHID1_0, NULL);
Kuninori Morimoto91cf5082010-03-11 10:42:52 +0000986
Kuninori Morimotoc8ee3d42010-05-13 01:08:21 +0000987 /* MMCIF */
988 gpio_request(GPIO_FN_MMCD0_0, NULL);
989 gpio_request(GPIO_FN_MMCD0_1, NULL);
990 gpio_request(GPIO_FN_MMCD0_2, NULL);
991 gpio_request(GPIO_FN_MMCD0_3, NULL);
992 gpio_request(GPIO_FN_MMCD0_4, NULL);
993 gpio_request(GPIO_FN_MMCD0_5, NULL);
994 gpio_request(GPIO_FN_MMCD0_6, NULL);
995 gpio_request(GPIO_FN_MMCD0_7, NULL);
996 gpio_request(GPIO_FN_MMCCMD0, NULL);
997 gpio_request(GPIO_FN_MMCCLK0, NULL);
998
Kuninori Morimotofb54d262010-04-13 06:16:32 +0000999 /* USB enable */
1000 gpio_request(GPIO_FN_VBUS0_1, NULL);
1001 gpio_request(GPIO_FN_IDIN_1_18, NULL);
1002 gpio_request(GPIO_FN_PWEN_1_115, NULL);
1003 gpio_request(GPIO_FN_OVCN_1_114, NULL);
1004 gpio_request(GPIO_FN_EXTLP_1, NULL);
1005 gpio_request(GPIO_FN_OVCN2_1, NULL);
1006
1007 /* setup USB phy */
1008 __raw_writew(0x8a0a, 0xE6058130); /* USBCR2 */
1009
Kuninori Morimotocb9215e2010-05-24 06:50:44 +00001010 /* enable FSI2 */
1011 gpio_request(GPIO_FN_FSIAIBT, NULL);
1012 gpio_request(GPIO_FN_FSIAILR, NULL);
1013 gpio_request(GPIO_FN_FSIAISLD, NULL);
1014 gpio_request(GPIO_FN_FSIAOSLD, NULL);
1015 gpio_request(GPIO_PORT161, NULL);
1016 gpio_direction_output(GPIO_PORT161, 0); /* slave */
1017
1018 gpio_request(GPIO_PORT9, NULL);
1019 gpio_request(GPIO_PORT10, NULL);
1020 gpio_no_direction(GPIO_PORT9CR); /* FSIAOBT needs no direction */
1021 gpio_no_direction(GPIO_PORT10CR); /* FSIAOLR needs no direction */
1022
1023 /* set SPU2 clock to 119.6 MHz */
1024 clk = clk_get(NULL, "spu_clk");
Paul Mundt2ae2b762010-05-31 14:25:57 +09001025 if (!IS_ERR(clk)) {
Kuninori Morimotocb9215e2010-05-24 06:50:44 +00001026 clk_set_rate(clk, clk_round_rate(clk, 119600000));
1027 clk_put(clk);
1028 }
1029
Kuninori Morimotocb9215e2010-05-24 06:50:44 +00001030 /*
1031 * set irq priority, to avoid sound chopping
1032 * when NFS rootfs is used
1033 * FSI(3) > SMSC911X(2)
1034 */
1035 intc_set_priority(IRQ_FSI, 3);
1036
1037 i2c_register_board_info(0, i2c0_devices,
1038 ARRAY_SIZE(i2c0_devices));
1039
1040 i2c_register_board_info(1, i2c1_devices,
1041 ARRAY_SIZE(i2c1_devices));
1042
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +00001043#ifdef CONFIG_AP4EVB_QHD
Magnus Dammdd8a61a2010-08-31 09:22:36 +00001044
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +00001045 /*
Magnus Dammdd8a61a2010-08-31 09:22:36 +00001046 * For QHD Panel (MIPI-DSI, CONFIG_AP4EVB_QHD=y) and
1047 * IRQ28 for Touch Panel, set dip switches S3, S43 as OFF, ON.
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +00001048 */
1049
1050 /* enable KEYSC */
1051 gpio_request(GPIO_FN_KEYOUT0, NULL);
1052 gpio_request(GPIO_FN_KEYOUT1, NULL);
1053 gpio_request(GPIO_FN_KEYOUT2, NULL);
1054 gpio_request(GPIO_FN_KEYOUT3, NULL);
1055 gpio_request(GPIO_FN_KEYOUT4, NULL);
1056 gpio_request(GPIO_FN_KEYIN0_136, NULL);
1057 gpio_request(GPIO_FN_KEYIN1_135, NULL);
1058 gpio_request(GPIO_FN_KEYIN2_134, NULL);
1059 gpio_request(GPIO_FN_KEYIN3_133, NULL);
1060 gpio_request(GPIO_FN_KEYIN4, NULL);
1061
1062 /* enable TouchScreen */
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +00001063 set_irq_type(IRQ28, IRQ_TYPE_LEVEL_LOW);
1064
1065 tsc_device.irq = IRQ28;
1066 i2c_register_board_info(1, &tsc_device, 1);
1067
1068 /* LCDC0 */
1069 lcdc_info.clock_source = LCDC_CLK_PERIPHERAL;
1070 lcdc_info.ch[0].interface_type = RGB24;
1071 lcdc_info.ch[0].clock_divider = 1;
1072 lcdc_info.ch[0].flags = LCDC_FLAGS_DWPOL;
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +00001073 lcdc_info.ch[0].lcd_size_cfg.width = 44;
1074 lcdc_info.ch[0].lcd_size_cfg.height = 79;
1075
1076 platform_add_devices(qhd_devices, ARRAY_SIZE(qhd_devices));
1077
1078#else
1079 /*
Magnus Dammdd8a61a2010-08-31 09:22:36 +00001080 * For WVGA Panel (18-bit RGB, CONFIG_AP4EVB_WVGA=y) and
1081 * IRQ7 for Touch Panel, set dip switches S3, S43 to ON, OFF.
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +00001082 */
Magnus Dammdd8a61a2010-08-31 09:22:36 +00001083
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +00001084 gpio_request(GPIO_FN_LCDD17, NULL);
1085 gpio_request(GPIO_FN_LCDD16, NULL);
1086 gpio_request(GPIO_FN_LCDD15, NULL);
1087 gpio_request(GPIO_FN_LCDD14, NULL);
1088 gpio_request(GPIO_FN_LCDD13, NULL);
1089 gpio_request(GPIO_FN_LCDD12, NULL);
1090 gpio_request(GPIO_FN_LCDD11, NULL);
1091 gpio_request(GPIO_FN_LCDD10, NULL);
1092 gpio_request(GPIO_FN_LCDD9, NULL);
1093 gpio_request(GPIO_FN_LCDD8, NULL);
1094 gpio_request(GPIO_FN_LCDD7, NULL);
1095 gpio_request(GPIO_FN_LCDD6, NULL);
1096 gpio_request(GPIO_FN_LCDD5, NULL);
1097 gpio_request(GPIO_FN_LCDD4, NULL);
1098 gpio_request(GPIO_FN_LCDD3, NULL);
1099 gpio_request(GPIO_FN_LCDD2, NULL);
1100 gpio_request(GPIO_FN_LCDD1, NULL);
1101 gpio_request(GPIO_FN_LCDD0, NULL);
1102 gpio_request(GPIO_FN_LCDDISP, NULL);
1103 gpio_request(GPIO_FN_LCDDCK, NULL);
1104
1105 gpio_request(GPIO_PORT189, NULL); /* backlight */
1106 gpio_direction_output(GPIO_PORT189, 1);
1107
1108 gpio_request(GPIO_PORT151, NULL); /* LCDDON */
1109 gpio_direction_output(GPIO_PORT151, 1);
1110
1111 lcdc_info.clock_source = LCDC_CLK_BUS;
1112 lcdc_info.ch[0].interface_type = RGB18;
1113 lcdc_info.ch[0].clock_divider = 2;
1114 lcdc_info.ch[0].flags = 0;
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +00001115 lcdc_info.ch[0].lcd_size_cfg.width = 152;
1116 lcdc_info.ch[0].lcd_size_cfg.height = 91;
1117
1118 /* enable TouchScreen */
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +00001119 set_irq_type(IRQ7, IRQ_TYPE_LEVEL_LOW);
1120
1121 tsc_device.irq = IRQ7;
1122 i2c_register_board_info(0, &tsc_device, 1);
1123#endif /* CONFIG_AP4EVB_QHD */
Guennadi Liakhovetski341291a2010-05-23 14:12:46 +00001124
Magnus Damm2b7eda62010-02-05 11:14:58 +00001125 sh7372_add_standard_devices();
1126
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +00001127 /* HDMI */
1128 gpio_request(GPIO_FN_HDMI_HPD, NULL);
1129 gpio_request(GPIO_FN_HDMI_CEC, NULL);
1130
1131 /* Reset HDMI, must be held at least one EXTALR (32768Hz) period */
1132#define SRCR4 0xe61580bc
1133 srcr4 = __raw_readl(SRCR4);
1134 __raw_writel(srcr4 | (1 << 13), SRCR4);
1135 udelay(50);
1136 __raw_writel(srcr4 & ~(1 << 13), SRCR4);
1137
Magnus Damm2b7eda62010-02-05 11:14:58 +00001138 platform_add_devices(ap4evb_devices, ARRAY_SIZE(ap4evb_devices));
1139}
1140
Magnus Damm495b3ce2010-05-12 14:21:34 +00001141static void __init ap4evb_timer_init(void)
1142{
1143 sh7372_clock_init();
1144 shmobile_timer.init();
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +00001145
1146 /* External clock source */
Kuninori Morimoto685e4082010-10-15 05:14:54 +00001147 clk_set_rate(&sh7372_dv_clki_clk, 27000000);
Magnus Damm495b3ce2010-05-12 14:21:34 +00001148}
1149
1150static struct sys_timer ap4evb_timer = {
1151 .init = ap4evb_timer_init,
1152};
1153
Magnus Damm2b7eda62010-02-05 11:14:58 +00001154MACHINE_START(AP4EVB, "ap4evb")
1155 .phys_io = 0xe6000000,
1156 .io_pg_offst = ((0xe6000000) >> 18) & 0xfffc,
1157 .map_io = ap4evb_map_io,
1158 .init_irq = sh7372_init_irq,
1159 .init_machine = ap4evb_init,
Magnus Damm495b3ce2010-05-12 14:21:34 +00001160 .timer = &ap4evb_timer,
Magnus Damm2b7eda62010-02-05 11:14:58 +00001161MACHINE_END