blob: bb1790784cf768cf585f97d9fa1ba7b9b65cca89 [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
Guennadi Liakhovetski1a0b1ea2010-10-20 15:15:49 +020046#include <media/sh_mobile_ceu.h>
47#include <media/sh_mobile_csi2.h>
48#include <media/soc_camera.h>
49
Kuninori Morimotocb9215e2010-05-24 06:50:44 +000050#include <sound/sh_fsi.h>
51
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +000052#include <video/sh_mobile_hdmi.h>
Guennadi Liakhovetski8eda2f22010-05-23 14:04:03 +000053#include <video/sh_mobile_lcdc.h>
54#include <video/sh_mipi_dsi.h>
55
Magnus Damm2b7eda62010-02-05 11:14:58 +000056#include <mach/common.h>
Guennadi Liakhovetski8eda2f22010-05-23 14:04:03 +000057#include <mach/irqs.h>
Kuninori Morimoto1b7e0672010-02-17 09:30:14 +000058#include <mach/sh7372.h>
Guennadi Liakhovetski8eda2f22010-05-23 14:04:03 +000059
Magnus Damm2b7eda62010-02-05 11:14:58 +000060#include <asm/mach-types.h>
61#include <asm/mach/arch.h>
62#include <asm/mach/map.h>
Magnus Damm495b3ce2010-05-12 14:21:34 +000063#include <asm/mach/time.h>
Magnus Damm2b7eda62010-02-05 11:14:58 +000064
Kuninori Morimoto02624a12010-02-18 17:58:19 +090065/*
66 * Address Interface BusWidth note
67 * ------------------------------------------------------------------
68 * 0x0000_0000 NOR Flash ROM (MCP) 16bit SW7 : bit1 = ON
69 * 0x0800_0000 user area -
70 * 0x1000_0000 NOR Flash ROM (MCP) 16bit SW7 : bit1 = OFF
71 * 0x1400_0000 Ether (LAN9220) 16bit
72 * 0x1600_0000 user area - cannot use with NAND
73 * 0x1800_0000 user area -
74 * 0x1A00_0000 -
75 * 0x4000_0000 LPDDR2-SDRAM (POP) 32bit
76 */
77
78/*
79 * NOR Flash ROM
80 *
81 * SW1 | SW2 | SW7 | NOR Flash ROM
82 * bit1 | bit1 bit2 | bit1 | Memory allocation
83 * ------+------------+------+------------------
84 * OFF | ON OFF | ON | Area 0
85 * OFF | ON OFF | OFF | Area 4
86 */
87
88/*
89 * NAND Flash ROM
90 *
91 * SW1 | SW2 | SW7 | NAND Flash ROM
92 * bit1 | bit1 bit2 | bit2 | Memory allocation
93 * ------+------------+------+------------------
94 * OFF | ON OFF | ON | FCE 0
95 * OFF | ON OFF | OFF | FCE 1
96 */
97
98/*
99 * SMSC 9220
100 *
101 * SW1 SMSC 9220
102 * -----------------------
103 * ON access disable
104 * OFF access enable
105 */
106
Kuninori Morimoto17ccb832010-02-23 07:07:01 +0000107/*
Kuninori Morimotodda128d2010-03-12 10:07:55 +0000108 * LCD / IRQ / KEYSC / IrDA
Kuninori Morimoto17ccb832010-02-23 07:07:01 +0000109 *
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +0000110 * IRQ = IRQ26 (TS), IRQ27 (VIO), IRQ28 (QHD-TouchScreen)
111 * LCD = 2nd LCDC (WVGA)
Kuninori Morimotodda128d2010-03-12 10:07:55 +0000112 *
113 * | SW43 |
114 * SW3 | ON | OFF |
115 * -------------+-----------------------+---------------+
116 * ON | KEY / IrDA | LCD |
117 * OFF | KEY / IrDA / IRQ | IRQ |
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +0000118 *
119 *
120 * QHD / WVGA display
121 *
122 * You can choice display type on menuconfig.
123 * Then, check above dip-switch.
Kuninori Morimoto17ccb832010-02-23 07:07:01 +0000124 */
125
Kuninori Morimotofb54d262010-04-13 06:16:32 +0000126/*
127 * USB
128 *
129 * J7 : 1-2 MAX3355E VBUS
130 * 2-3 DC 5.0V
131 *
132 * S39: bit2: off
133 */
134
Kuninori Morimotocb9215e2010-05-24 06:50:44 +0000135/*
136 * FSI/FSMI
137 *
138 * SW41 : ON : SH-Mobile AP4 Audio Mode
139 * : OFF : Bluetooth Audio Mode
140 */
141
Kuninori Morimotoc8ee3d42010-05-13 01:08:21 +0000142/*
Kuninori Morimotod3d03e42010-06-01 04:31:29 +0000143 * MMC0/SDHI1 (CN7)
Kuninori Morimotoc8ee3d42010-05-13 01:08:21 +0000144 *
Kuninori Morimotod3d03e42010-06-01 04:31:29 +0000145 * J22 : select card voltage
146 * 1-2 pin : 1.8v
147 * 2-3 pin : 3.3v
148 *
149 * SW1 | SW33
150 * | bit1 | bit2 | bit3 | bit4
151 * ------------+------+------+------+-------
152 * MMC0 OFF | OFF | ON | ON | X
153 * SDHI1 OFF | ON | X | OFF | ON
154 *
155 * voltage lebel
156 * CN7 : 1.8v
157 * CN12: 3.3v
Kuninori Morimotoc8ee3d42010-05-13 01:08:21 +0000158 */
159
Kuninori Morimoto1b7e0672010-02-17 09:30:14 +0000160/* MTD */
Magnus Damm2b7eda62010-02-05 11:14:58 +0000161static struct mtd_partition nor_flash_partitions[] = {
162 {
163 .name = "loader",
164 .offset = 0x00000000,
165 .size = 512 * 1024,
166 },
167 {
168 .name = "bootenv",
169 .offset = MTDPART_OFS_APPEND,
170 .size = 512 * 1024,
171 },
172 {
173 .name = "kernel_ro",
174 .offset = MTDPART_OFS_APPEND,
175 .size = 8 * 1024 * 1024,
176 .mask_flags = MTD_WRITEABLE,
177 },
178 {
179 .name = "kernel",
180 .offset = MTDPART_OFS_APPEND,
181 .size = 8 * 1024 * 1024,
182 },
183 {
184 .name = "data",
185 .offset = MTDPART_OFS_APPEND,
186 .size = MTDPART_SIZ_FULL,
187 },
188};
189
190static struct physmap_flash_data nor_flash_data = {
191 .width = 2,
192 .parts = nor_flash_partitions,
193 .nr_parts = ARRAY_SIZE(nor_flash_partitions),
194};
195
196static struct resource nor_flash_resources[] = {
197 [0] = {
198 .start = 0x00000000,
199 .end = 0x08000000 - 1,
200 .flags = IORESOURCE_MEM,
201 }
202};
203
204static struct platform_device nor_flash_device = {
205 .name = "physmap-flash",
206 .dev = {
207 .platform_data = &nor_flash_data,
208 },
209 .num_resources = ARRAY_SIZE(nor_flash_resources),
210 .resource = nor_flash_resources,
211};
212
Kuninori Morimoto1b7e0672010-02-17 09:30:14 +0000213/* SMSC 9220 */
214static struct resource smc911x_resources[] = {
215 {
216 .start = 0x14000000,
217 .end = 0x16000000 - 1,
218 .flags = IORESOURCE_MEM,
219 }, {
Magnus Damm33c96072010-05-20 14:41:00 +0000220 .start = evt2irq(0x02c0) /* IRQ6A */,
Kuninori Morimoto1b7e0672010-02-17 09:30:14 +0000221 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_LOWLEVEL,
222 },
223};
224
225static struct smsc911x_platform_config smsc911x_info = {
226 .flags = SMSC911X_USE_16BIT | SMSC911X_SAVE_MAC_ADDRESS,
227 .irq_polarity = SMSC911X_IRQ_POLARITY_ACTIVE_LOW,
228 .irq_type = SMSC911X_IRQ_TYPE_PUSH_PULL,
229};
230
231static struct platform_device smc911x_device = {
232 .name = "smsc911x",
233 .id = -1,
234 .num_resources = ARRAY_SIZE(smc911x_resources),
235 .resource = smc911x_resources,
236 .dev = {
237 .platform_data = &smsc911x_info,
238 },
239};
Magnus Damm2b7eda62010-02-05 11:14:58 +0000240
Kuninori Morimotoc8ee3d42010-05-13 01:08:21 +0000241/* SH_MMCIF */
242static struct resource sh_mmcif_resources[] = {
243 [0] = {
Magnus Damm0fb08342010-10-13 07:39:18 +0000244 .name = "MMCIF",
Kuninori Morimotoc8ee3d42010-05-13 01:08:21 +0000245 .start = 0xE6BD0000,
246 .end = 0xE6BD00FF,
247 .flags = IORESOURCE_MEM,
248 },
249 [1] = {
250 /* MMC ERR */
Kuninori Morimoto8d569342010-06-01 02:40:05 +0000251 .start = evt2irq(0x1ac0),
Kuninori Morimotoc8ee3d42010-05-13 01:08:21 +0000252 .flags = IORESOURCE_IRQ,
253 },
254 [2] = {
255 /* MMC NOR */
Kuninori Morimoto8d569342010-06-01 02:40:05 +0000256 .start = evt2irq(0x1ae0),
Kuninori Morimotoc8ee3d42010-05-13 01:08:21 +0000257 .flags = IORESOURCE_IRQ,
258 },
259};
260
Kuninori Morimotobb04e192010-06-02 00:25:03 +0000261static struct sh_mmcif_plat_data sh_mmcif_plat = {
Kuninori Morimotoc8ee3d42010-05-13 01:08:21 +0000262 .sup_pclk = 0,
263 .ocr = MMC_VDD_165_195 | MMC_VDD_32_33 | MMC_VDD_33_34,
264 .caps = MMC_CAP_4_BIT_DATA |
265 MMC_CAP_8_BIT_DATA |
266 MMC_CAP_NEEDS_POLL,
267};
268
269static struct platform_device sh_mmcif_device = {
270 .name = "sh_mmcif",
271 .id = 0,
272 .dev = {
273 .dma_mask = NULL,
274 .coherent_dma_mask = 0xffffffff,
275 .platform_data = &sh_mmcif_plat,
276 },
277 .num_resources = ARRAY_SIZE(sh_mmcif_resources),
278 .resource = sh_mmcif_resources,
279};
280
Magnus Damm3a14d032010-03-10 09:26:44 +0000281/* SDHI0 */
Guennadi Liakhovetski69bf6f452010-05-04 14:07:15 +0000282static struct sh_mobile_sdhi_info sdhi0_info = {
Guennadi Liakhovetski341291a2010-05-23 14:12:46 +0000283 .dma_slave_tx = SHDMA_SLAVE_SDHI0_TX,
284 .dma_slave_rx = SHDMA_SLAVE_SDHI0_RX,
Guennadi Liakhovetski69bf6f452010-05-04 14:07:15 +0000285};
286
Magnus Damm3a14d032010-03-10 09:26:44 +0000287static struct resource sdhi0_resources[] = {
288 [0] = {
289 .name = "SDHI0",
290 .start = 0xe6850000,
291 .end = 0xe68501ff,
292 .flags = IORESOURCE_MEM,
293 },
294 [1] = {
Magnus Damm33c96072010-05-20 14:41:00 +0000295 .start = evt2irq(0x0e00) /* SDHI0 */,
Magnus Damm3a14d032010-03-10 09:26:44 +0000296 .flags = IORESOURCE_IRQ,
297 },
298};
299
300static struct platform_device sdhi0_device = {
301 .name = "sh_mobile_sdhi",
302 .num_resources = ARRAY_SIZE(sdhi0_resources),
303 .resource = sdhi0_resources,
304 .id = 0,
Guennadi Liakhovetski69bf6f452010-05-04 14:07:15 +0000305 .dev = {
306 .platform_data = &sdhi0_info,
307 },
Magnus Damm3a14d032010-03-10 09:26:44 +0000308};
309
Guennadi Liakhovetski341291a2010-05-23 14:12:46 +0000310/* SDHI1 */
311static struct sh_mobile_sdhi_info sdhi1_info = {
312 .dma_slave_tx = SHDMA_SLAVE_SDHI1_TX,
313 .dma_slave_rx = SHDMA_SLAVE_SDHI1_RX,
314 .tmio_ocr_mask = MMC_VDD_165_195,
Arnd Hannemann410d8782010-08-18 16:24:13 +0000315 .tmio_flags = TMIO_MMC_WRPROTECT_DISABLE,
Guennadi Liakhovetski341291a2010-05-23 14:12:46 +0000316};
317
318static struct resource sdhi1_resources[] = {
319 [0] = {
320 .name = "SDHI1",
321 .start = 0xe6860000,
322 .end = 0xe68601ff,
323 .flags = IORESOURCE_MEM,
324 },
325 [1] = {
326 .start = evt2irq(0x0e80),
327 .flags = IORESOURCE_IRQ,
328 },
329};
330
331static struct platform_device sdhi1_device = {
332 .name = "sh_mobile_sdhi",
333 .num_resources = ARRAY_SIZE(sdhi1_resources),
334 .resource = sdhi1_resources,
335 .id = 1,
336 .dev = {
337 .platform_data = &sdhi1_info,
338 },
339};
340
Kuninori Morimotofb54d262010-04-13 06:16:32 +0000341/* USB1 */
Kuninori Morimotobb04e192010-06-02 00:25:03 +0000342static void usb1_host_port_power(int port, int power)
Kuninori Morimotofb54d262010-04-13 06:16:32 +0000343{
344 if (!power) /* only power-on supported for now */
345 return;
346
347 /* set VBOUT/PWEN and EXTLP1 in DVSTCTR */
348 __raw_writew(__raw_readw(0xE68B0008) | 0x600, 0xE68B0008);
349}
350
351static struct r8a66597_platdata usb1_host_data = {
352 .on_chip = 1,
353 .port_power = usb1_host_port_power,
354};
355
356static struct resource usb1_host_resources[] = {
357 [0] = {
358 .name = "USBHS",
359 .start = 0xE68B0000,
360 .end = 0xE68B00E6 - 1,
361 .flags = IORESOURCE_MEM,
362 },
363 [1] = {
Magnus Damm33c96072010-05-20 14:41:00 +0000364 .start = evt2irq(0x1ce0) /* USB1_USB1I0 */,
Kuninori Morimotofb54d262010-04-13 06:16:32 +0000365 .flags = IORESOURCE_IRQ,
366 },
367};
368
369static struct platform_device usb1_host_device = {
370 .name = "r8a66597_hcd",
371 .id = 1,
372 .dev = {
373 .dma_mask = NULL, /* not use dma */
374 .coherent_dma_mask = 0xffffffff,
375 .platform_data = &usb1_host_data,
376 },
377 .num_resources = ARRAY_SIZE(usb1_host_resources),
378 .resource = usb1_host_resources,
379};
380
Guennadi Liakhovetski44432402010-09-03 07:20:04 +0000381const static struct fb_videomode ap4evb_lcdc_modes[] = {
382 {
383#ifdef CONFIG_AP4EVB_QHD
384 .name = "R63302(QHD)",
385 .xres = 544,
386 .yres = 961,
387 .left_margin = 72,
388 .right_margin = 600,
389 .hsync_len = 16,
390 .upper_margin = 8,
391 .lower_margin = 8,
392 .vsync_len = 2,
393 .sync = FB_SYNC_VERT_HIGH_ACT | FB_SYNC_HOR_HIGH_ACT,
394#else
395 .name = "WVGA Panel",
396 .xres = 800,
397 .yres = 480,
398 .left_margin = 220,
399 .right_margin = 110,
400 .hsync_len = 70,
401 .upper_margin = 20,
402 .lower_margin = 5,
403 .vsync_len = 5,
404 .sync = 0,
405#endif
406 },
407};
408
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +0000409static struct sh_mobile_lcdc_info lcdc_info = {
Guennadi Liakhovetski8eda2f22010-05-23 14:04:03 +0000410 .ch[0] = {
411 .chan = LCDC_CHAN_MAINLCD,
412 .bpp = 16,
Guennadi Liakhovetski44432402010-09-03 07:20:04 +0000413 .lcd_cfg = ap4evb_lcdc_modes,
414 .num_cfg = ARRAY_SIZE(ap4evb_lcdc_modes),
Guennadi Liakhovetski8eda2f22010-05-23 14:04:03 +0000415 }
416};
417
418static struct resource lcdc_resources[] = {
419 [0] = {
420 .name = "LCDC",
421 .start = 0xfe940000, /* P4-only space */
422 .end = 0xfe943fff,
423 .flags = IORESOURCE_MEM,
424 },
425 [1] = {
426 .start = intcs_evt2irq(0x580),
427 .flags = IORESOURCE_IRQ,
428 },
429};
430
431static struct platform_device lcdc_device = {
432 .name = "sh_mobile_lcdc_fb",
433 .num_resources = ARRAY_SIZE(lcdc_resources),
434 .resource = lcdc_resources,
435 .dev = {
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +0000436 .platform_data = &lcdc_info,
Guennadi Liakhovetski8eda2f22010-05-23 14:04:03 +0000437 .coherent_dma_mask = ~0,
438 },
439};
440
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +0000441/*
442 * QHD display
443 */
444#ifdef CONFIG_AP4EVB_QHD
445
446/* KEYSC (Needs SW43 set to ON) */
447static struct sh_keysc_info keysc_info = {
448 .mode = SH_KEYSC_MODE_1,
449 .scan_timing = 3,
450 .delay = 2500,
451 .keycodes = {
452 KEY_0, KEY_1, KEY_2, KEY_3, KEY_4,
453 KEY_5, KEY_6, KEY_7, KEY_8, KEY_9,
454 KEY_A, KEY_B, KEY_C, KEY_D, KEY_E,
455 KEY_F, KEY_G, KEY_H, KEY_I, KEY_J,
456 KEY_K, KEY_L, KEY_M, KEY_N, KEY_O,
457 },
458};
459
460static struct resource keysc_resources[] = {
461 [0] = {
462 .name = "KEYSC",
463 .start = 0xe61b0000,
464 .end = 0xe61b0063,
465 .flags = IORESOURCE_MEM,
466 },
467 [1] = {
468 .start = evt2irq(0x0be0), /* KEYSC_KEY */
469 .flags = IORESOURCE_IRQ,
470 },
471};
472
473static struct platform_device keysc_device = {
474 .name = "sh_keysc",
475 .id = 0, /* "keysc0" clock */
476 .num_resources = ARRAY_SIZE(keysc_resources),
477 .resource = keysc_resources,
478 .dev = {
479 .platform_data = &keysc_info,
480 },
481};
482
483/* MIPI-DSI */
Guennadi Liakhovetski8eda2f22010-05-23 14:04:03 +0000484static struct resource mipidsi0_resources[] = {
485 [0] = {
486 .start = 0xffc60000,
487 .end = 0xffc68fff,
488 .flags = IORESOURCE_MEM,
489 },
490};
491
492static struct sh_mipi_dsi_info mipidsi0_info = {
493 .data_format = MIPI_RGB888,
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +0000494 .lcd_chan = &lcdc_info.ch[0],
Guennadi Liakhovetski8eda2f22010-05-23 14:04:03 +0000495};
496
497static struct platform_device mipidsi0_device = {
498 .name = "sh-mipi-dsi",
499 .num_resources = ARRAY_SIZE(mipidsi0_resources),
500 .resource = mipidsi0_resources,
501 .id = 0,
502 .dev = {
503 .platform_data = &mipidsi0_info,
504 },
505};
506
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +0000507/* This function will disappear when we switch to (runtime) PM */
508static int __init ap4evb_init_display_clk(void)
509{
510 struct clk *lcdc_clk;
511 struct clk *dsitx_clk;
512 int ret;
513
514 lcdc_clk = clk_get(&lcdc_device.dev, "sh_mobile_lcdc_fb.0");
515 if (IS_ERR(lcdc_clk))
516 return PTR_ERR(lcdc_clk);
517
518 dsitx_clk = clk_get(&mipidsi0_device.dev, "sh-mipi-dsi.0");
519 if (IS_ERR(dsitx_clk)) {
520 ret = PTR_ERR(dsitx_clk);
521 goto eclkdsitxget;
522 }
523
524 ret = clk_enable(lcdc_clk);
525 if (ret < 0)
526 goto eclklcdcon;
527
528 ret = clk_enable(dsitx_clk);
529 if (ret < 0)
530 goto eclkdsitxon;
531
532 return 0;
533
534eclkdsitxon:
535 clk_disable(lcdc_clk);
536eclklcdcon:
537 clk_put(dsitx_clk);
538eclkdsitxget:
539 clk_put(lcdc_clk);
540
541 return ret;
542}
543device_initcall(ap4evb_init_display_clk);
544
545static struct platform_device *qhd_devices[] __initdata = {
546 &mipidsi0_device,
547 &keysc_device,
548};
549#endif /* CONFIG_AP4EVB_QHD */
550
Kuninori Morimotocb9215e2010-05-24 06:50:44 +0000551/* FSI */
552#define IRQ_FSI evt2irq(0x1840)
Kuninori Morimotobb04e192010-06-02 00:25:03 +0000553static struct sh_fsi_platform_info fsi_info = {
Kuninori Morimotocb9215e2010-05-24 06:50:44 +0000554 .porta_flags = SH_FSI_BRS_INV |
555 SH_FSI_OUT_SLAVE_MODE |
556 SH_FSI_IN_SLAVE_MODE |
557 SH_FSI_OFMT(PCM) |
558 SH_FSI_IFMT(PCM),
559};
560
561static struct resource fsi_resources[] = {
562 [0] = {
563 .name = "FSI",
564 .start = 0xFE3C0000,
565 .end = 0xFE3C0400 - 1,
566 .flags = IORESOURCE_MEM,
567 },
568 [1] = {
569 .start = IRQ_FSI,
570 .flags = IORESOURCE_IRQ,
571 },
572};
573
574static struct platform_device fsi_device = {
575 .name = "sh_fsi2",
Kuninori Morimoto9f6f11b2010-08-18 03:37:19 +0000576 .id = -1,
Kuninori Morimotocb9215e2010-05-24 06:50:44 +0000577 .num_resources = ARRAY_SIZE(fsi_resources),
578 .resource = fsi_resources,
579 .dev = {
580 .platform_data = &fsi_info,
581 },
582};
583
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +0000584static struct sh_mobile_lcdc_info sh_mobile_lcdc1_info = {
585 .clock_source = LCDC_CLK_EXTERNAL,
586 .ch[0] = {
587 .chan = LCDC_CHAN_MAINLCD,
588 .bpp = 16,
589 .interface_type = RGB24,
590 .clock_divider = 1,
591 .flags = LCDC_FLAGS_DWPOL,
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +0000592 }
593};
594
595static struct resource lcdc1_resources[] = {
596 [0] = {
597 .name = "LCDC1",
598 .start = 0xfe944000,
599 .end = 0xfe947fff,
600 .flags = IORESOURCE_MEM,
601 },
602 [1] = {
TAKEI Mitsuharu88c759a2010-10-20 11:53:17 +0900603 .start = intcs_evt2irq(0x1780),
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +0000604 .flags = IORESOURCE_IRQ,
605 },
606};
607
608static struct platform_device lcdc1_device = {
609 .name = "sh_mobile_lcdc_fb",
610 .num_resources = ARRAY_SIZE(lcdc1_resources),
611 .resource = lcdc1_resources,
612 .id = 1,
613 .dev = {
614 .platform_data = &sh_mobile_lcdc1_info,
615 .coherent_dma_mask = ~0,
616 },
617};
618
619static struct sh_mobile_hdmi_info hdmi_info = {
620 .lcd_chan = &sh_mobile_lcdc1_info.ch[0],
621 .lcd_dev = &lcdc1_device.dev,
622};
623
624static struct resource hdmi_resources[] = {
625 [0] = {
626 .name = "HDMI",
627 .start = 0xe6be0000,
628 .end = 0xe6be00ff,
629 .flags = IORESOURCE_MEM,
630 },
631 [1] = {
632 /* There's also an HDMI interrupt on INTCS @ 0x18e0 */
633 .start = evt2irq(0x17e0),
634 .flags = IORESOURCE_IRQ,
635 },
636};
637
638static struct platform_device hdmi_device = {
639 .name = "sh-mobile-hdmi",
640 .num_resources = ARRAY_SIZE(hdmi_resources),
641 .resource = hdmi_resources,
642 .id = -1,
643 .dev = {
644 .platform_data = &hdmi_info,
645 },
646};
647
Arnd Hannemann2863e932010-08-14 19:45:21 +0000648static struct gpio_led ap4evb_leds[] = {
649 {
650 .name = "led4",
651 .gpio = GPIO_PORT185,
652 .default_state = LEDS_GPIO_DEFSTATE_ON,
653 },
654 {
655 .name = "led2",
656 .gpio = GPIO_PORT186,
657 .default_state = LEDS_GPIO_DEFSTATE_ON,
658 },
659 {
660 .name = "led3",
661 .gpio = GPIO_PORT187,
662 .default_state = LEDS_GPIO_DEFSTATE_ON,
663 },
664 {
665 .name = "led1",
666 .gpio = GPIO_PORT188,
667 .default_state = LEDS_GPIO_DEFSTATE_ON,
668 }
669};
670
671static struct gpio_led_platform_data ap4evb_leds_pdata = {
672 .num_leds = ARRAY_SIZE(ap4evb_leds),
Paul Mundt8050fbf2010-08-16 14:54:35 +0900673 .leds = ap4evb_leds,
Arnd Hannemann2863e932010-08-14 19:45:21 +0000674};
675
676static struct platform_device leds_device = {
677 .name = "leds-gpio",
678 .id = 0,
679 .dev = {
680 .platform_data = &ap4evb_leds_pdata,
681 },
682};
683
Guennadi Liakhovetski1a0b1ea2010-10-20 15:15:49 +0200684static struct i2c_board_info imx074_info = {
685 I2C_BOARD_INFO("imx074", 0x1a),
686};
687
688struct soc_camera_link imx074_link = {
689 .bus_id = 0,
690 .board_info = &imx074_info,
691 .i2c_adapter_id = 0,
692 .module_name = "imx074",
693};
694
695static struct platform_device ap4evb_camera = {
696 .name = "soc-camera-pdrv",
697 .id = 0,
698 .dev = {
699 .platform_data = &imx074_link,
700 },
701};
702
703static struct sh_csi2_client_config csi2_clients[] = {
704 {
705 .phy = SH_CSI2_PHY_MAIN,
706 .lanes = 3,
707 .channel = 0,
708 .pdev = &ap4evb_camera,
709 },
710};
711
712static struct sh_csi2_pdata csi2_info = {
713 .type = SH_CSI2C,
714 .clients = csi2_clients,
715 .num_clients = ARRAY_SIZE(csi2_clients),
716 .flags = SH_CSI2_ECC | SH_CSI2_CRC,
717};
718
719static struct resource csi2_resources[] = {
720 [0] = {
721 .name = "CSI2",
722 .start = 0xffc90000,
723 .end = 0xffc90fff,
724 .flags = IORESOURCE_MEM,
725 },
726 [1] = {
727 .start = intcs_evt2irq(0x17a0),
728 .flags = IORESOURCE_IRQ,
729 },
730};
731
732static struct platform_device csi2_device = {
733 .name = "sh-mobile-csi2",
734 .id = 0,
735 .num_resources = ARRAY_SIZE(csi2_resources),
736 .resource = csi2_resources,
737 .dev = {
738 .platform_data = &csi2_info,
739 },
740};
741
742static struct sh_mobile_ceu_info sh_mobile_ceu_info = {
743 .flags = SH_CEU_FLAG_USE_8BIT_BUS,
744 .csi2_dev = &csi2_device.dev,
745};
746
747static struct resource ceu_resources[] = {
748 [0] = {
749 .name = "CEU",
750 .start = 0xfe910000,
751 .end = 0xfe91009f,
752 .flags = IORESOURCE_MEM,
753 },
754 [1] = {
755 .start = intcs_evt2irq(0x880),
756 .flags = IORESOURCE_IRQ,
757 },
758 [2] = {
759 /* place holder for contiguous memory */
760 },
761};
762
763static struct platform_device ceu_device = {
764 .name = "sh_mobile_ceu",
765 .id = 0, /* "ceu0" clock */
766 .num_resources = ARRAY_SIZE(ceu_resources),
767 .resource = ceu_resources,
768 .dev = {
769 .platform_data = &sh_mobile_ceu_info,
770 },
771};
772
Magnus Damm2b7eda62010-02-05 11:14:58 +0000773static struct platform_device *ap4evb_devices[] __initdata = {
Arnd Hannemann2863e932010-08-14 19:45:21 +0000774 &leds_device,
Magnus Damm2b7eda62010-02-05 11:14:58 +0000775 &nor_flash_device,
Kuninori Morimoto1b7e0672010-02-17 09:30:14 +0000776 &smc911x_device,
Magnus Damm3a14d032010-03-10 09:26:44 +0000777 &sdhi0_device,
Guennadi Liakhovetski341291a2010-05-23 14:12:46 +0000778 &sdhi1_device,
Kuninori Morimotofb54d262010-04-13 06:16:32 +0000779 &usb1_host_device,
Kuninori Morimotocb9215e2010-05-24 06:50:44 +0000780 &fsi_device,
Paul Mundtbeccb122010-08-04 16:47:37 +0900781 &sh_mmcif_device,
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +0000782 &lcdc1_device,
783 &lcdc_device,
784 &hdmi_device,
Guennadi Liakhovetski1a0b1ea2010-10-20 15:15:49 +0200785 &csi2_device,
786 &ceu_device,
787 &ap4evb_camera,
Magnus Damm2b7eda62010-02-05 11:14:58 +0000788};
789
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +0000790static int __init hdmi_init_pm_clock(void)
791{
792 struct clk *hdmi_ick = clk_get(&hdmi_device.dev, "ick");
793 int ret;
794 long rate;
795
796 if (IS_ERR(hdmi_ick)) {
797 ret = PTR_ERR(hdmi_ick);
798 pr_err("Cannot get HDMI ICK: %d\n", ret);
799 goto out;
800 }
801
Kuninori Morimoto685e4082010-10-15 05:14:54 +0000802 ret = clk_set_parent(&sh7372_pllc2_clk, &sh7372_dv_clki_div2_clk);
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +0000803 if (ret < 0) {
Kuninori Morimoto685e4082010-10-15 05:14:54 +0000804 pr_err("Cannot set PLLC2 parent: %d, %d users\n", ret, sh7372_pllc2_clk.usecount);
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +0000805 goto out;
806 }
807
Kuninori Morimoto685e4082010-10-15 05:14:54 +0000808 pr_debug("PLLC2 initial frequency %lu\n", clk_get_rate(&sh7372_pllc2_clk));
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +0000809
Kuninori Morimoto685e4082010-10-15 05:14:54 +0000810 rate = clk_round_rate(&sh7372_pllc2_clk, 594000000);
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +0000811 if (rate < 0) {
812 pr_err("Cannot get suitable rate: %ld\n", rate);
813 ret = rate;
814 goto out;
815 }
816
Kuninori Morimoto685e4082010-10-15 05:14:54 +0000817 ret = clk_set_rate(&sh7372_pllc2_clk, rate);
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +0000818 if (ret < 0) {
819 pr_err("Cannot set rate %ld: %d\n", rate, ret);
820 goto out;
821 }
822
823 pr_debug("PLLC2 set frequency %lu\n", rate);
824
Kuninori Morimoto685e4082010-10-15 05:14:54 +0000825 ret = clk_set_parent(hdmi_ick, &sh7372_pllc2_clk);
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +0000826 if (ret < 0) {
827 pr_err("Cannot set HDMI parent: %d\n", ret);
828 goto out;
829 }
830
831out:
832 if (!IS_ERR(hdmi_ick))
833 clk_put(hdmi_ick);
834 return ret;
835}
836
837device_initcall(hdmi_init_pm_clock);
838
Kuninori Morimoto69ce8aa2010-10-15 05:15:05 +0000839#define FSIACK_DUMMY_RATE 48000
840static int __init fsi_init_pm_clock(void)
841{
842 struct clk *fsia_ick;
843 int ret;
844
845 /*
846 * FSIACK is connected to AK4642,
847 * and the rate is depend on playing sound rate.
848 * So, set dummy rate (= 48k) here
849 */
850 ret = clk_set_rate(&sh7372_fsiack_clk, FSIACK_DUMMY_RATE);
851 if (ret < 0) {
852 pr_err("Cannot set FSIACK dummy rate: %d\n", ret);
853 return ret;
854 }
855
856 fsia_ick = clk_get(&fsi_device.dev, "icka");
857 if (IS_ERR(fsia_ick)) {
858 ret = PTR_ERR(fsia_ick);
859 pr_err("Cannot get FSI ICK: %d\n", ret);
860 return ret;
861 }
862
863 ret = clk_set_parent(fsia_ick, &sh7372_fsiack_clk);
864 if (ret < 0) {
865 pr_err("Cannot set FSI-A parent: %d\n", ret);
866 goto out;
867 }
868
869 ret = clk_set_rate(fsia_ick, FSIACK_DUMMY_RATE);
870 if (ret < 0)
871 pr_err("Cannot set FSI-A rate: %d\n", ret);
872
873out:
874 clk_put(fsia_ick);
875
876 return ret;
877}
878device_initcall(fsi_init_pm_clock);
879
Kuninori Morimoto71c3ba92010-07-14 07:01:16 +0000880/*
881 * FIXME !!
882 *
883 * gpio_no_direction
Kuninori Morimoto71c3ba92010-07-14 07:01:16 +0000884 * are quick_hack.
885 *
886 * current gpio frame work doesn't have
887 * the method to control only pull up/down/free.
888 * this function should be replaced by correct gpio function
889 */
890static void __init gpio_no_direction(u32 addr)
891{
892 __raw_writeb(0x00, addr);
893}
894
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +0000895/* TouchScreen */
Kuninori Morimoto52d5ac02010-09-14 17:28:55 +0900896#ifdef CONFIG_AP4EVB_QHD
897# define GPIO_TSC_IRQ GPIO_FN_IRQ28_123
898# define GPIO_TSC_PORT GPIO_PORT123
899#else /* WVGA */
900# define GPIO_TSC_IRQ GPIO_FN_IRQ7_40
901# define GPIO_TSC_PORT GPIO_PORT40
902#endif
903
Magnus Damm33c96072010-05-20 14:41:00 +0000904#define IRQ28 evt2irq(0x3380) /* IRQ28A */
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +0000905#define IRQ7 evt2irq(0x02e0) /* IRQ7A */
Kuninori Morimoto52d5ac02010-09-14 17:28:55 +0900906static int ts_get_pendown_state(void)
907{
908 int val;
909
910 gpio_free(GPIO_TSC_IRQ);
911
912 gpio_request(GPIO_TSC_PORT, NULL);
913
914 gpio_direction_input(GPIO_TSC_PORT);
915
916 val = gpio_get_value(GPIO_TSC_PORT);
917
918 gpio_request(GPIO_TSC_IRQ, NULL);
919
920 return !val;
921}
922
923static int ts_init(void)
924{
925 gpio_request(GPIO_TSC_IRQ, NULL);
926
927 return 0;
928}
929
Kuninori Morimotobb04e192010-06-02 00:25:03 +0000930static struct tsc2007_platform_data tsc2007_info = {
Kuninori Morimoto91cf5082010-03-11 10:42:52 +0000931 .model = 2007,
Kuninori Morimoto52d5ac02010-09-14 17:28:55 +0900932 .x_plate_ohms = 180,
933 .get_pendown_state = ts_get_pendown_state,
934 .init_platform_hw = ts_init,
Kuninori Morimoto91cf5082010-03-11 10:42:52 +0000935};
936
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +0000937static struct i2c_board_info tsc_device = {
938 I2C_BOARD_INFO("tsc2007", 0x48),
939 .type = "tsc2007",
940 .platform_data = &tsc2007_info,
941 /*.irq is selected on ap4evb_init */
942};
943
Kuninori Morimoto91cf5082010-03-11 10:42:52 +0000944/* I2C */
Kuninori Morimotocb9215e2010-05-24 06:50:44 +0000945static struct i2c_board_info i2c0_devices[] = {
946 {
947 I2C_BOARD_INFO("ak4643", 0x13),
948 },
949};
950
Kuninori Morimoto91cf5082010-03-11 10:42:52 +0000951static struct i2c_board_info i2c1_devices[] = {
952 {
Kuninori Morimoto8fc883c2010-03-11 07:34:37 +0000953 I2C_BOARD_INFO("r2025sd", 0x32),
954 },
Kuninori Morimoto91cf5082010-03-11 10:42:52 +0000955};
956
Magnus Damm2b7eda62010-02-05 11:14:58 +0000957static struct map_desc ap4evb_io_desc[] __initdata = {
958 /* create a 1:1 entity map for 0xe6xxxxxx
959 * used by CPGA, INTC and PFC.
960 */
961 {
962 .virtual = 0xe6000000,
963 .pfn = __phys_to_pfn(0xe6000000),
964 .length = 256 << 20,
965 .type = MT_DEVICE_NONSHARED
966 },
967};
968
969static void __init ap4evb_map_io(void)
970{
971 iotable_init(ap4evb_io_desc, ARRAY_SIZE(ap4evb_io_desc));
972
Magnus Damm495b3ce2010-05-12 14:21:34 +0000973 /* setup early devices and console here as well */
Magnus Damm2b7eda62010-02-05 11:14:58 +0000974 sh7372_add_early_devices();
Magnus Damm4ae04ac2010-02-08 11:02:54 +0000975 shmobile_setup_console();
Magnus Damm2b7eda62010-02-05 11:14:58 +0000976}
977
Kuninori Morimotocb9215e2010-05-24 06:50:44 +0000978#define GPIO_PORT9CR 0xE6051009
979#define GPIO_PORT10CR 0xE605100A
Magnus Damm2b7eda62010-02-05 11:14:58 +0000980static void __init ap4evb_init(void)
981{
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +0000982 u32 srcr4;
Kuninori Morimotocb9215e2010-05-24 06:50:44 +0000983 struct clk *clk;
984
Kuninori Morimoto1b7e0672010-02-17 09:30:14 +0000985 sh7372_pinmux_init();
986
Kuninori Morimotob228b482010-02-18 16:44:41 +0900987 /* enable SCIFA0 */
988 gpio_request(GPIO_FN_SCIFA0_TXD, NULL);
989 gpio_request(GPIO_FN_SCIFA0_RXD, NULL);
990
Kuninori Morimoto1b7e0672010-02-17 09:30:14 +0000991 /* enable SMSC911X */
992 gpio_request(GPIO_FN_CS5A, NULL);
993 gpio_request(GPIO_FN_IRQ6_39, NULL);
994
Kuninori Morimoto8cb3a2e2010-02-22 09:30:12 +0000995 /* enable Debug switch (S6) */
996 gpio_request(GPIO_PORT32, NULL);
997 gpio_request(GPIO_PORT33, NULL);
998 gpio_request(GPIO_PORT34, NULL);
999 gpio_request(GPIO_PORT35, NULL);
1000 gpio_direction_input(GPIO_PORT32);
1001 gpio_direction_input(GPIO_PORT33);
1002 gpio_direction_input(GPIO_PORT34);
1003 gpio_direction_input(GPIO_PORT35);
1004 gpio_export(GPIO_PORT32, 0);
1005 gpio_export(GPIO_PORT33, 0);
1006 gpio_export(GPIO_PORT34, 0);
1007 gpio_export(GPIO_PORT35, 0);
1008
Magnus Damm3a14d032010-03-10 09:26:44 +00001009 /* SDHI0 */
1010 gpio_request(GPIO_FN_SDHICD0, NULL);
1011 gpio_request(GPIO_FN_SDHIWP0, NULL);
1012 gpio_request(GPIO_FN_SDHICMD0, NULL);
1013 gpio_request(GPIO_FN_SDHICLK0, NULL);
1014 gpio_request(GPIO_FN_SDHID0_3, NULL);
1015 gpio_request(GPIO_FN_SDHID0_2, NULL);
1016 gpio_request(GPIO_FN_SDHID0_1, NULL);
1017 gpio_request(GPIO_FN_SDHID0_0, NULL);
1018
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +00001019 /* SDHI1 */
1020 gpio_request(GPIO_FN_SDHICMD1, NULL);
1021 gpio_request(GPIO_FN_SDHICLK1, NULL);
1022 gpio_request(GPIO_FN_SDHID1_3, NULL);
1023 gpio_request(GPIO_FN_SDHID1_2, NULL);
1024 gpio_request(GPIO_FN_SDHID1_1, NULL);
1025 gpio_request(GPIO_FN_SDHID1_0, NULL);
Kuninori Morimoto91cf5082010-03-11 10:42:52 +00001026
Kuninori Morimotoc8ee3d42010-05-13 01:08:21 +00001027 /* MMCIF */
1028 gpio_request(GPIO_FN_MMCD0_0, NULL);
1029 gpio_request(GPIO_FN_MMCD0_1, NULL);
1030 gpio_request(GPIO_FN_MMCD0_2, NULL);
1031 gpio_request(GPIO_FN_MMCD0_3, NULL);
1032 gpio_request(GPIO_FN_MMCD0_4, NULL);
1033 gpio_request(GPIO_FN_MMCD0_5, NULL);
1034 gpio_request(GPIO_FN_MMCD0_6, NULL);
1035 gpio_request(GPIO_FN_MMCD0_7, NULL);
1036 gpio_request(GPIO_FN_MMCCMD0, NULL);
1037 gpio_request(GPIO_FN_MMCCLK0, NULL);
1038
Kuninori Morimotofb54d262010-04-13 06:16:32 +00001039 /* USB enable */
1040 gpio_request(GPIO_FN_VBUS0_1, NULL);
1041 gpio_request(GPIO_FN_IDIN_1_18, NULL);
1042 gpio_request(GPIO_FN_PWEN_1_115, NULL);
1043 gpio_request(GPIO_FN_OVCN_1_114, NULL);
1044 gpio_request(GPIO_FN_EXTLP_1, NULL);
1045 gpio_request(GPIO_FN_OVCN2_1, NULL);
1046
1047 /* setup USB phy */
1048 __raw_writew(0x8a0a, 0xE6058130); /* USBCR2 */
1049
Kuninori Morimotocb9215e2010-05-24 06:50:44 +00001050 /* enable FSI2 */
1051 gpio_request(GPIO_FN_FSIAIBT, NULL);
1052 gpio_request(GPIO_FN_FSIAILR, NULL);
1053 gpio_request(GPIO_FN_FSIAISLD, NULL);
1054 gpio_request(GPIO_FN_FSIAOSLD, NULL);
1055 gpio_request(GPIO_PORT161, NULL);
1056 gpio_direction_output(GPIO_PORT161, 0); /* slave */
1057
1058 gpio_request(GPIO_PORT9, NULL);
1059 gpio_request(GPIO_PORT10, NULL);
1060 gpio_no_direction(GPIO_PORT9CR); /* FSIAOBT needs no direction */
1061 gpio_no_direction(GPIO_PORT10CR); /* FSIAOLR needs no direction */
1062
1063 /* set SPU2 clock to 119.6 MHz */
1064 clk = clk_get(NULL, "spu_clk");
Paul Mundt2ae2b762010-05-31 14:25:57 +09001065 if (!IS_ERR(clk)) {
Kuninori Morimotocb9215e2010-05-24 06:50:44 +00001066 clk_set_rate(clk, clk_round_rate(clk, 119600000));
1067 clk_put(clk);
1068 }
1069
Kuninori Morimotocb9215e2010-05-24 06:50:44 +00001070 /*
1071 * set irq priority, to avoid sound chopping
1072 * when NFS rootfs is used
1073 * FSI(3) > SMSC911X(2)
1074 */
1075 intc_set_priority(IRQ_FSI, 3);
1076
1077 i2c_register_board_info(0, i2c0_devices,
1078 ARRAY_SIZE(i2c0_devices));
1079
1080 i2c_register_board_info(1, i2c1_devices,
1081 ARRAY_SIZE(i2c1_devices));
1082
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +00001083#ifdef CONFIG_AP4EVB_QHD
Magnus Dammdd8a61a2010-08-31 09:22:36 +00001084
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +00001085 /*
Magnus Dammdd8a61a2010-08-31 09:22:36 +00001086 * For QHD Panel (MIPI-DSI, CONFIG_AP4EVB_QHD=y) and
1087 * IRQ28 for Touch Panel, set dip switches S3, S43 as OFF, ON.
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +00001088 */
1089
1090 /* enable KEYSC */
1091 gpio_request(GPIO_FN_KEYOUT0, NULL);
1092 gpio_request(GPIO_FN_KEYOUT1, NULL);
1093 gpio_request(GPIO_FN_KEYOUT2, NULL);
1094 gpio_request(GPIO_FN_KEYOUT3, NULL);
1095 gpio_request(GPIO_FN_KEYOUT4, NULL);
1096 gpio_request(GPIO_FN_KEYIN0_136, NULL);
1097 gpio_request(GPIO_FN_KEYIN1_135, NULL);
1098 gpio_request(GPIO_FN_KEYIN2_134, NULL);
1099 gpio_request(GPIO_FN_KEYIN3_133, NULL);
1100 gpio_request(GPIO_FN_KEYIN4, NULL);
1101
1102 /* enable TouchScreen */
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +00001103 set_irq_type(IRQ28, IRQ_TYPE_LEVEL_LOW);
1104
1105 tsc_device.irq = IRQ28;
1106 i2c_register_board_info(1, &tsc_device, 1);
1107
1108 /* LCDC0 */
1109 lcdc_info.clock_source = LCDC_CLK_PERIPHERAL;
1110 lcdc_info.ch[0].interface_type = RGB24;
1111 lcdc_info.ch[0].clock_divider = 1;
1112 lcdc_info.ch[0].flags = LCDC_FLAGS_DWPOL;
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +00001113 lcdc_info.ch[0].lcd_size_cfg.width = 44;
1114 lcdc_info.ch[0].lcd_size_cfg.height = 79;
1115
1116 platform_add_devices(qhd_devices, ARRAY_SIZE(qhd_devices));
1117
1118#else
1119 /*
Magnus Dammdd8a61a2010-08-31 09:22:36 +00001120 * For WVGA Panel (18-bit RGB, CONFIG_AP4EVB_WVGA=y) and
1121 * IRQ7 for Touch Panel, set dip switches S3, S43 to ON, OFF.
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +00001122 */
Magnus Dammdd8a61a2010-08-31 09:22:36 +00001123
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +00001124 gpio_request(GPIO_FN_LCDD17, NULL);
1125 gpio_request(GPIO_FN_LCDD16, NULL);
1126 gpio_request(GPIO_FN_LCDD15, NULL);
1127 gpio_request(GPIO_FN_LCDD14, NULL);
1128 gpio_request(GPIO_FN_LCDD13, NULL);
1129 gpio_request(GPIO_FN_LCDD12, NULL);
1130 gpio_request(GPIO_FN_LCDD11, NULL);
1131 gpio_request(GPIO_FN_LCDD10, NULL);
1132 gpio_request(GPIO_FN_LCDD9, NULL);
1133 gpio_request(GPIO_FN_LCDD8, NULL);
1134 gpio_request(GPIO_FN_LCDD7, NULL);
1135 gpio_request(GPIO_FN_LCDD6, NULL);
1136 gpio_request(GPIO_FN_LCDD5, NULL);
1137 gpio_request(GPIO_FN_LCDD4, NULL);
1138 gpio_request(GPIO_FN_LCDD3, NULL);
1139 gpio_request(GPIO_FN_LCDD2, NULL);
1140 gpio_request(GPIO_FN_LCDD1, NULL);
1141 gpio_request(GPIO_FN_LCDD0, NULL);
1142 gpio_request(GPIO_FN_LCDDISP, NULL);
1143 gpio_request(GPIO_FN_LCDDCK, NULL);
1144
1145 gpio_request(GPIO_PORT189, NULL); /* backlight */
1146 gpio_direction_output(GPIO_PORT189, 1);
1147
1148 gpio_request(GPIO_PORT151, NULL); /* LCDDON */
1149 gpio_direction_output(GPIO_PORT151, 1);
1150
1151 lcdc_info.clock_source = LCDC_CLK_BUS;
1152 lcdc_info.ch[0].interface_type = RGB18;
1153 lcdc_info.ch[0].clock_divider = 2;
1154 lcdc_info.ch[0].flags = 0;
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +00001155 lcdc_info.ch[0].lcd_size_cfg.width = 152;
1156 lcdc_info.ch[0].lcd_size_cfg.height = 91;
1157
1158 /* enable TouchScreen */
Kuninori Morimoto9fa1b7f2010-06-04 03:15:09 +00001159 set_irq_type(IRQ7, IRQ_TYPE_LEVEL_LOW);
1160
1161 tsc_device.irq = IRQ7;
1162 i2c_register_board_info(0, &tsc_device, 1);
1163#endif /* CONFIG_AP4EVB_QHD */
Guennadi Liakhovetski341291a2010-05-23 14:12:46 +00001164
Guennadi Liakhovetski1a0b1ea2010-10-20 15:15:49 +02001165 /* CEU */
1166
1167 /*
1168 * TODO: reserve memory for V4L2 DMA buffers, when a suitable API
1169 * becomes available
1170 */
1171
1172 /* MIPI-CSI stuff */
1173 gpio_request(GPIO_FN_VIO_CKO, NULL);
1174
1175 clk = clk_get(NULL, "vck1_clk");
1176 if (!IS_ERR(clk)) {
1177 clk_set_rate(clk, clk_round_rate(clk, 13000000));
1178 clk_enable(clk);
1179 clk_put(clk);
1180 }
1181
Magnus Damm2b7eda62010-02-05 11:14:58 +00001182 sh7372_add_standard_devices();
1183
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +00001184 /* HDMI */
1185 gpio_request(GPIO_FN_HDMI_HPD, NULL);
1186 gpio_request(GPIO_FN_HDMI_CEC, NULL);
1187
1188 /* Reset HDMI, must be held at least one EXTALR (32768Hz) period */
1189#define SRCR4 0xe61580bc
1190 srcr4 = __raw_readl(SRCR4);
1191 __raw_writel(srcr4 | (1 << 13), SRCR4);
1192 udelay(50);
1193 __raw_writel(srcr4 & ~(1 << 13), SRCR4);
1194
Magnus Damm2b7eda62010-02-05 11:14:58 +00001195 platform_add_devices(ap4evb_devices, ARRAY_SIZE(ap4evb_devices));
1196}
1197
Magnus Damm495b3ce2010-05-12 14:21:34 +00001198static void __init ap4evb_timer_init(void)
1199{
1200 sh7372_clock_init();
1201 shmobile_timer.init();
Guennadi Liakhovetskidfbcdf62010-07-21 10:13:25 +00001202
1203 /* External clock source */
Kuninori Morimoto685e4082010-10-15 05:14:54 +00001204 clk_set_rate(&sh7372_dv_clki_clk, 27000000);
Magnus Damm495b3ce2010-05-12 14:21:34 +00001205}
1206
1207static struct sys_timer ap4evb_timer = {
1208 .init = ap4evb_timer_init,
1209};
1210
Magnus Damm2b7eda62010-02-05 11:14:58 +00001211MACHINE_START(AP4EVB, "ap4evb")
1212 .phys_io = 0xe6000000,
1213 .io_pg_offst = ((0xe6000000) >> 18) & 0xfffc,
1214 .map_io = ap4evb_map_io,
1215 .init_irq = sh7372_init_irq,
1216 .init_machine = ap4evb_init,
Magnus Damm495b3ce2010-05-12 14:21:34 +00001217 .timer = &ap4evb_timer,
Magnus Damm2b7eda62010-02-05 11:14:58 +00001218MACHINE_END