blob: aa4bcc347044231fc43da060ee4bbb052e70edaa [file] [log] [blame]
Kuninori Morimoto920adc72010-11-29 02:21:21 +00001/*
2 * mackerel board support
3 *
4 * Copyright (C) 2010 Renesas Solutions Corp.
5 * Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
6 *
7 * based on ap4evb
8 * Copyright (C) 2010 Magnus Damm
9 * Copyright (C) 2008 Yoshihiro Shimoda
10 *
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License as published by
13 * the Free Software Foundation; version 2 of the License.
14 *
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
19 *
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
23 */
Kuninori Morimoto12c43092011-01-06 02:44:09 +000024#include <linux/delay.h>
Kuninori Morimoto920adc72010-11-29 02:21:21 +000025#include <linux/kernel.h>
26#include <linux/init.h>
27#include <linux/interrupt.h>
28#include <linux/irq.h>
29#include <linux/platform_device.h>
30#include <linux/gpio.h>
31#include <linux/input.h>
32#include <linux/io.h>
Kuninori Morimoto1a44d722010-12-01 00:31:46 +000033#include <linux/i2c.h>
Kuninori Morimotod44deb32010-11-30 06:52:18 +000034#include <linux/leds.h>
Yusuke Goda6dff7da2010-12-14 14:18:03 +090035#include <linux/mfd/sh_mobile_sdhi.h>
36#include <linux/mfd/tmio.h>
37#include <linux/mmc/host.h>
Yusuke Goda41491b92010-12-15 08:31:04 +000038#include <linux/mmc/sh_mmcif.h>
Kuninori Morimoto920adc72010-11-29 02:21:21 +000039#include <linux/mtd/mtd.h>
40#include <linux/mtd/partitions.h>
41#include <linux/mtd/physmap.h>
Kuninori Morimoto2264c152010-11-29 02:21:37 +000042#include <linux/smsc911x.h>
Kuninori Morimoto1a44d722010-12-01 00:31:46 +000043#include <linux/sh_intc.h>
Tony SIMcd8ab002010-12-09 01:55:55 +000044#include <linux/tca6416_keypad.h>
Kuninori Morimoto25338f22010-11-30 04:37:33 +000045#include <linux/usb/r8a66597.h>
Kuninori Morimoto920adc72010-11-29 02:21:21 +000046
Kuninori Morimoto12c43092011-01-06 02:44:09 +000047#include <video/sh_mobile_hdmi.h>
Kuninori Morimoto11fee462010-11-29 02:21:43 +000048#include <video/sh_mobile_lcdc.h>
Magnus Dammae37c8d2010-12-22 14:47:40 +000049#include <media/sh_mobile_ceu.h>
50#include <media/soc_camera.h>
51#include <media/soc_camera_platform.h>
Kuninori Morimoto1a44d722010-12-01 00:31:46 +000052#include <sound/sh_fsi.h>
53
Kuninori Morimoto920adc72010-11-29 02:21:21 +000054#include <mach/common.h>
55#include <mach/sh7372.h>
56
57#include <asm/mach/arch.h>
58#include <asm/mach/time.h>
59#include <asm/mach/map.h>
60#include <asm/mach-types.h>
61
62/*
63 * Address Interface BusWidth note
64 * ------------------------------------------------------------------
65 * 0x0000_0000 NOR Flash ROM (MCP) 16bit SW7 : bit1 = ON
66 * 0x0800_0000 user area -
67 * 0x1000_0000 NOR Flash ROM (MCP) 16bit SW7 : bit1 = OFF
68 * 0x1400_0000 Ether (LAN9220) 16bit
69 * 0x1600_0000 user area - cannot use with NAND
70 * 0x1800_0000 user area -
71 * 0x1A00_0000 -
72 * 0x4000_0000 LPDDR2-SDRAM (POP) 32bit
73 */
74
Kuninori Morimoto4b82b682010-11-29 02:21:48 +000075/*
76 * CPU mode
77 *
78 * SW4 | Boot Area| Master | Remarks
79 * 1 | 2 | 3 | 4 | 5 | 6 | 8 | | Processor|
80 * ----+-----+-----+-----+-----+-----+-----+----------+----------+--------------
81 * ON | ON | OFF | ON | ON | OFF | OFF | External | System | External ROM
82 * ON | ON | ON | ON | ON | OFF | OFF | External | System | ROM Debug
83 * ON | ON | X | ON | OFF | OFF | OFF | Built-in | System | ROM Debug
84 * X | OFF | X | X | X | X | OFF | Built-in | System | MaskROM
85 * OFF | X | X | X | X | X | OFF | Built-in | System | MaskROM
86 * X | X | X | OFF | X | X | OFF | Built-in | System | MaskROM
87 * OFF | ON | OFF | X | X | OFF | ON | External | System | Standalone
88 * ON | OFF | OFF | X | X | OFF | ON | External | Realtime | Standalone
89*/
90
91/*
92 * NOR Flash ROM
93 *
94 * SW1 | SW2 | SW7 | NOR Flash ROM
95 * bit1 | bit1 bit2 | bit1 | Memory allocation
96 * ------+------------+------+------------------
97 * OFF | ON OFF | ON | Area 0
98 * OFF | ON OFF | OFF | Area 4
99 */
100
101/*
102 * SMSC 9220
103 *
104 * SW1 SMSC 9220
105 * -----------------------
106 * ON access disable
107 * OFF access enable
108 */
109
110/*
111 * NAND Flash ROM
112 *
113 * SW1 | SW2 | SW7 | NAND Flash ROM
114 * bit1 | bit1 bit2 | bit2 | Memory allocation
115 * ------+------------+------+------------------
116 * OFF | ON OFF | ON | FCE 0
117 * OFF | ON OFF | OFF | FCE 1
118 */
119
120/*
121 * External interrupt pin settings
122 *
123 * IRQX | pin setting | device | level
124 * ------+--------------------+--------------------+-------
125 * IRQ0 | ICR1A.IRQ0SA=0010 | SDHI2 card detect | Low
126 * IRQ6 | ICR1A.IRQ6SA=0011 | Ether(LAN9220) | High
127 * IRQ7 | ICR1A.IRQ7SA=0010 | LCD Tuch Panel | Low
128 * IRQ8 | ICR2A.IRQ8SA=0010 | MMC/SD card detect | Low
129 * IRQ9 | ICR2A.IRQ9SA=0010 | KEY(TCA6408) | Low
130 * IRQ21 | ICR4A.IRQ21SA=0011 | Sensor(ADXL345) | High
131 * IRQ22 | ICR4A.IRQ22SA=0011 | Sensor(AK8975) | High
Kuninori Morimoto25338f22010-11-30 04:37:33 +0000132 */
Kuninori Morimoto4b82b682010-11-29 02:21:48 +0000133
Kuninori Morimoto25338f22010-11-30 04:37:33 +0000134/*
135 * USB
136 *
137 * USB0 : CN22 : Function
138 * USB1 : CN31 : Function/Host *1
139 *
140 * J30 (for CN31) *1
141 * ----------+---------------+-------------
142 * 1-2 short | VBUS 5V | Host
143 * open | external VBUS | Function
144 *
145 * *1
146 * CN31 is used as Host in Linux.
147 */
Kuninori Morimoto4b82b682010-11-29 02:21:48 +0000148
Kuninori Morimoto1a44d722010-12-01 00:31:46 +0000149/*
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900150 * SDHI0 (CN12)
151 *
152 * SW56 : OFF
153 *
154 */
155
156/* MMC /SDHI1 (CN7)
157 *
158 * I/O voltage : 1.8v
159 *
160 * Power voltage : 1.8v or 3.3v
Yusuke Goda41491b92010-12-15 08:31:04 +0000161 * J22 : select power voltage *1
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900162 * 1-2 pin : 1.8v
163 * 2-3 pin : 3.3v
164 *
Yusuke Goda41491b92010-12-15 08:31:04 +0000165 * *1
166 * Please change J22 depends the card to be used.
167 * MMC's OCR field set to support either voltage for the card inserted.
168 *
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900169 * SW1 | SW33
170 * | bit1 | bit2 | bit3 | bit4
171 * -------------+------+------+------+-------
172 * MMC0 OFF | OFF | ON | ON | X
173 * MMC1 ON | OFF | ON | X | ON
174 * SDHI1 OFF | ON | X | OFF | ON
175 *
176 */
177
178/*
179 * SDHI2 (CN23)
180 *
181 * microSD card sloct
182 *
183 */
184
185/*
Kuninori Morimoto1a44d722010-12-01 00:31:46 +0000186 * FIXME !!
187 *
188 * gpio_no_direction
189 * are quick_hack.
190 *
191 * current gpio frame work doesn't have
192 * the method to control only pull up/down/free.
193 * this function should be replaced by correct gpio function
194 */
195static void __init gpio_no_direction(u32 addr)
196{
197 __raw_writeb(0x00, addr);
198}
199
Kuninori Morimoto920adc72010-11-29 02:21:21 +0000200/* MTD */
201static struct mtd_partition nor_flash_partitions[] = {
202 {
203 .name = "loader",
204 .offset = 0x00000000,
205 .size = 512 * 1024,
206 .mask_flags = MTD_WRITEABLE,
207 },
208 {
209 .name = "bootenv",
210 .offset = MTDPART_OFS_APPEND,
211 .size = 512 * 1024,
212 .mask_flags = MTD_WRITEABLE,
213 },
214 {
215 .name = "kernel_ro",
216 .offset = MTDPART_OFS_APPEND,
217 .size = 8 * 1024 * 1024,
218 .mask_flags = MTD_WRITEABLE,
219 },
220 {
221 .name = "kernel",
222 .offset = MTDPART_OFS_APPEND,
223 .size = 8 * 1024 * 1024,
224 },
225 {
226 .name = "data",
227 .offset = MTDPART_OFS_APPEND,
228 .size = MTDPART_SIZ_FULL,
229 },
230};
231
232static struct physmap_flash_data nor_flash_data = {
233 .width = 2,
234 .parts = nor_flash_partitions,
235 .nr_parts = ARRAY_SIZE(nor_flash_partitions),
236};
237
238static struct resource nor_flash_resources[] = {
239 [0] = {
240 .start = 0x00000000,
241 .end = 0x08000000 - 1,
242 .flags = IORESOURCE_MEM,
243 }
244};
245
246static struct platform_device nor_flash_device = {
247 .name = "physmap-flash",
248 .dev = {
249 .platform_data = &nor_flash_data,
250 },
251 .num_resources = ARRAY_SIZE(nor_flash_resources),
252 .resource = nor_flash_resources,
253};
254
Kuninori Morimoto2264c152010-11-29 02:21:37 +0000255/* SMSC */
256static struct resource smc911x_resources[] = {
257 {
258 .start = 0x14000000,
259 .end = 0x16000000 - 1,
260 .flags = IORESOURCE_MEM,
261 }, {
262 .start = evt2irq(0x02c0) /* IRQ6A */,
263 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_LOWLEVEL,
264 },
265};
266
267static struct smsc911x_platform_config smsc911x_info = {
268 .flags = SMSC911X_USE_16BIT | SMSC911X_SAVE_MAC_ADDRESS,
269 .irq_polarity = SMSC911X_IRQ_POLARITY_ACTIVE_LOW,
270 .irq_type = SMSC911X_IRQ_TYPE_PUSH_PULL,
271};
272
273static struct platform_device smc911x_device = {
274 .name = "smsc911x",
275 .id = -1,
276 .num_resources = ARRAY_SIZE(smc911x_resources),
277 .resource = smc911x_resources,
278 .dev = {
279 .platform_data = &smsc911x_info,
280 },
281};
282
Kuninori Morimoto11fee462010-11-29 02:21:43 +0000283/* LCDC */
284static struct fb_videomode mackerel_lcdc_modes[] = {
285 {
286 .name = "WVGA Panel",
287 .xres = 800,
288 .yres = 480,
289 .left_margin = 220,
290 .right_margin = 110,
291 .hsync_len = 70,
292 .upper_margin = 20,
293 .lower_margin = 5,
294 .vsync_len = 5,
295 .sync = 0,
296 },
297};
298
299static struct sh_mobile_lcdc_info lcdc_info = {
300 .clock_source = LCDC_CLK_BUS,
301 .ch[0] = {
302 .chan = LCDC_CHAN_MAINLCD,
303 .bpp = 16,
304 .lcd_cfg = mackerel_lcdc_modes,
305 .num_cfg = ARRAY_SIZE(mackerel_lcdc_modes),
306 .interface_type = RGB24,
307 .clock_divider = 2,
308 .flags = 0,
309 .lcd_size_cfg.width = 152,
310 .lcd_size_cfg.height = 91,
311 }
312};
313
314static struct resource lcdc_resources[] = {
315 [0] = {
316 .name = "LCDC",
317 .start = 0xfe940000,
318 .end = 0xfe943fff,
319 .flags = IORESOURCE_MEM,
320 },
321 [1] = {
322 .start = intcs_evt2irq(0x580),
323 .flags = IORESOURCE_IRQ,
324 },
325};
326
327static struct platform_device lcdc_device = {
328 .name = "sh_mobile_lcdc_fb",
329 .num_resources = ARRAY_SIZE(lcdc_resources),
330 .resource = lcdc_resources,
331 .dev = {
332 .platform_data = &lcdc_info,
333 .coherent_dma_mask = ~0,
334 },
335};
336
Kuninori Morimoto12c43092011-01-06 02:44:09 +0000337/* HDMI */
338static struct sh_mobile_lcdc_info hdmi_lcdc_info = {
339 .clock_source = LCDC_CLK_EXTERNAL,
340 .ch[0] = {
341 .chan = LCDC_CHAN_MAINLCD,
342 .bpp = 16,
343 .interface_type = RGB24,
344 .clock_divider = 1,
345 .flags = LCDC_FLAGS_DWPOL,
346 }
347};
348
349static struct resource hdmi_lcdc_resources[] = {
350 [0] = {
351 .name = "LCDC1",
352 .start = 0xfe944000,
353 .end = 0xfe947fff,
354 .flags = IORESOURCE_MEM,
355 },
356 [1] = {
357 .start = intcs_evt2irq(0x1780),
358 .flags = IORESOURCE_IRQ,
359 },
360};
361
362static struct platform_device hdmi_lcdc_device = {
363 .name = "sh_mobile_lcdc_fb",
364 .num_resources = ARRAY_SIZE(hdmi_lcdc_resources),
365 .resource = hdmi_lcdc_resources,
366 .id = 1,
367 .dev = {
368 .platform_data = &hdmi_lcdc_info,
369 .coherent_dma_mask = ~0,
370 },
371};
372
373static struct sh_mobile_hdmi_info hdmi_info = {
374 .lcd_chan = &hdmi_lcdc_info.ch[0],
375 .lcd_dev = &hdmi_lcdc_device.dev,
Kuninori Morimoto98d27b82011-01-06 02:44:15 +0000376 .flags = HDMI_SND_SRC_SPDIF,
Kuninori Morimoto12c43092011-01-06 02:44:09 +0000377};
378
379static struct resource hdmi_resources[] = {
380 [0] = {
381 .name = "HDMI",
382 .start = 0xe6be0000,
383 .end = 0xe6be00ff,
384 .flags = IORESOURCE_MEM,
385 },
386 [1] = {
387 /* There's also an HDMI interrupt on INTCS @ 0x18e0 */
388 .start = evt2irq(0x17e0),
389 .flags = IORESOURCE_IRQ,
390 },
391};
392
393static struct platform_device hdmi_device = {
394 .name = "sh-mobile-hdmi",
395 .num_resources = ARRAY_SIZE(hdmi_resources),
396 .resource = hdmi_resources,
397 .id = -1,
398 .dev = {
399 .platform_data = &hdmi_info,
400 },
401};
402
Kuninori Morimoto3f25c9c2011-01-24 10:09:02 +0900403static struct platform_device fsi_hdmi_device = {
404 .name = "sh_fsi2_b_hdmi",
405};
406
Kuninori Morimoto12c43092011-01-06 02:44:09 +0000407static int __init hdmi_init_pm_clock(void)
408{
409 struct clk *hdmi_ick = clk_get(&hdmi_device.dev, "ick");
410 int ret;
411 long rate;
412
413 if (IS_ERR(hdmi_ick)) {
414 ret = PTR_ERR(hdmi_ick);
415 pr_err("Cannot get HDMI ICK: %d\n", ret);
416 goto out;
417 }
418
419 ret = clk_set_parent(&sh7372_pllc2_clk, &sh7372_dv_clki_div2_clk);
420 if (ret < 0) {
421 pr_err("Cannot set PLLC2 parent: %d, %d users\n",
422 ret, sh7372_pllc2_clk.usecount);
423 goto out;
424 }
425
426 pr_debug("PLLC2 initial frequency %lu\n",
427 clk_get_rate(&sh7372_pllc2_clk));
428
429 rate = clk_round_rate(&sh7372_pllc2_clk, 594000000);
430 if (rate < 0) {
431 pr_err("Cannot get suitable rate: %ld\n", rate);
432 ret = rate;
433 goto out;
434 }
435
436 ret = clk_set_rate(&sh7372_pllc2_clk, rate);
437 if (ret < 0) {
438 pr_err("Cannot set rate %ld: %d\n", rate, ret);
439 goto out;
440 }
441
442 ret = clk_enable(&sh7372_pllc2_clk);
443 if (ret < 0) {
444 pr_err("Cannot enable pllc2 clock\n");
445 goto out;
446 }
447
448 pr_debug("PLLC2 set frequency %lu\n", rate);
449
450 ret = clk_set_parent(hdmi_ick, &sh7372_pllc2_clk);
451 if (ret < 0) {
452 pr_err("Cannot set HDMI parent: %d\n", ret);
453 goto out;
454 }
455
456out:
457 if (!IS_ERR(hdmi_ick))
458 clk_put(hdmi_ick);
459 return ret;
460}
461device_initcall(hdmi_init_pm_clock);
462
Kuninori Morimoto25338f22010-11-30 04:37:33 +0000463/* USB1 (Host) */
464static void usb1_host_port_power(int port, int power)
465{
466 if (!power) /* only power-on is supported for now */
467 return;
468
469 /* set VBOUT/PWEN and EXTLP1 in DVSTCTR */
470 __raw_writew(__raw_readw(0xE68B0008) | 0x600, 0xE68B0008);
471}
472
473static struct r8a66597_platdata usb1_host_data = {
474 .on_chip = 1,
475 .port_power = usb1_host_port_power,
476};
477
478static struct resource usb1_host_resources[] = {
479 [0] = {
480 .name = "USBHS",
481 .start = 0xE68B0000,
482 .end = 0xE68B00E6 - 1,
483 .flags = IORESOURCE_MEM,
484 },
485 [1] = {
486 .start = evt2irq(0x1ce0) /* USB1_USB1I0 */,
487 .flags = IORESOURCE_IRQ,
488 },
489};
490
491static struct platform_device usb1_host_device = {
492 .name = "r8a66597_hcd",
493 .id = 1,
494 .dev = {
495 .dma_mask = NULL, /* not use dma */
496 .coherent_dma_mask = 0xffffffff,
497 .platform_data = &usb1_host_data,
498 },
499 .num_resources = ARRAY_SIZE(usb1_host_resources),
500 .resource = usb1_host_resources,
501};
502
Kuninori Morimotod44deb32010-11-30 06:52:18 +0000503/* LED */
504static struct gpio_led mackerel_leds[] = {
505 {
506 .name = "led0",
507 .gpio = GPIO_PORT0,
508 .default_state = LEDS_GPIO_DEFSTATE_ON,
509 },
510 {
511 .name = "led1",
512 .gpio = GPIO_PORT1,
513 .default_state = LEDS_GPIO_DEFSTATE_ON,
514 },
515 {
516 .name = "led2",
517 .gpio = GPIO_PORT2,
518 .default_state = LEDS_GPIO_DEFSTATE_ON,
519 },
520 {
521 .name = "led3",
522 .gpio = GPIO_PORT159,
523 .default_state = LEDS_GPIO_DEFSTATE_ON,
524 }
525};
526
527static struct gpio_led_platform_data mackerel_leds_pdata = {
528 .leds = mackerel_leds,
529 .num_leds = ARRAY_SIZE(mackerel_leds),
530};
531
532static struct platform_device leds_device = {
533 .name = "leds-gpio",
534 .id = 0,
535 .dev = {
536 .platform_data = &mackerel_leds_pdata,
537 },
538};
539
Kuninori Morimoto1a44d722010-12-01 00:31:46 +0000540/* FSI */
541#define IRQ_FSI evt2irq(0x1840)
Kuninori Morimoto98d27b82011-01-06 02:44:15 +0000542static int __fsi_set_round_rate(struct clk *clk, long rate, int enable)
543{
544 int ret;
545
546 if (rate <= 0)
547 return 0;
548
549 if (!enable) {
550 clk_disable(clk);
551 return 0;
552 }
553
554 ret = clk_set_rate(clk, clk_round_rate(clk, rate));
555 if (ret < 0)
556 return ret;
557
558 return clk_enable(clk);
559}
560
561static int fsi_set_rate(struct device *dev, int is_porta, int rate, int enable)
562{
563 struct clk *fsib_clk;
564 struct clk *fdiv_clk = &sh7372_fsidivb_clk;
565 long fsib_rate = 0;
566 long fdiv_rate = 0;
567 int ackmd_bpfmd;
568 int ret;
569
570 /* FSIA is slave mode. nothing to do here */
571 if (is_porta)
572 return 0;
573
574 /* clock start */
575 switch (rate) {
576 case 44100:
577 fsib_rate = rate * 256;
578 ackmd_bpfmd = SH_FSI_ACKMD_256 | SH_FSI_BPFMD_64;
579 break;
580 case 48000:
581 fsib_rate = 85428000; /* around 48kHz x 256 x 7 */
582 fdiv_rate = rate * 256;
583 ackmd_bpfmd = SH_FSI_ACKMD_256 | SH_FSI_BPFMD_64;
584 break;
585 default:
586 pr_err("unsupported rate in FSI2 port B\n");
587 return -EINVAL;
588 }
589
590 /* FSI B setting */
591 fsib_clk = clk_get(dev, "ickb");
592 if (IS_ERR(fsib_clk))
593 return -EIO;
594
595 /* fsib */
596 ret = __fsi_set_round_rate(fsib_clk, fsib_rate, enable);
597 if (ret < 0)
598 goto fsi_set_rate_end;
599
600 /* FSI DIV */
601 ret = __fsi_set_round_rate(fdiv_clk, fdiv_rate, enable);
602 if (ret < 0) {
603 /* disable FSI B */
604 if (enable)
605 __fsi_set_round_rate(fsib_clk, fsib_rate, 0);
606 goto fsi_set_rate_end;
607 }
608
609 ret = ackmd_bpfmd;
610
611fsi_set_rate_end:
612 clk_put(fsib_clk);
613 return ret;
614}
615
Kuninori Morimoto1a44d722010-12-01 00:31:46 +0000616static struct sh_fsi_platform_info fsi_info = {
617 .porta_flags = SH_FSI_BRS_INV |
Kuninori Morimoto1a44d722010-12-01 00:31:46 +0000618 SH_FSI_OFMT(PCM) |
619 SH_FSI_IFMT(PCM),
Kuninori Morimoto98d27b82011-01-06 02:44:15 +0000620
621 .portb_flags = SH_FSI_BRS_INV |
622 SH_FSI_BRM_INV |
623 SH_FSI_LRS_INV |
624 SH_FSI_OFMT(SPDIF),
625
626 .set_rate = fsi_set_rate,
Kuninori Morimoto1a44d722010-12-01 00:31:46 +0000627};
628
629static struct resource fsi_resources[] = {
630 [0] = {
631 .name = "FSI",
632 .start = 0xFE3C0000,
633 .end = 0xFE3C0400 - 1,
634 .flags = IORESOURCE_MEM,
635 },
636 [1] = {
637 .start = IRQ_FSI,
638 .flags = IORESOURCE_IRQ,
639 },
640};
641
642static struct platform_device fsi_device = {
643 .name = "sh_fsi2",
644 .id = -1,
645 .num_resources = ARRAY_SIZE(fsi_resources),
646 .resource = fsi_resources,
647 .dev = {
648 .platform_data = &fsi_info,
649 },
650};
651
652static struct platform_device fsi_ak4643_device = {
653 .name = "sh_fsi2_a_ak4643",
654};
Kuninori Morimotod44deb32010-11-30 06:52:18 +0000655
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900656/*
657 * The card detect pin of the top SD/MMC slot (CN7) is active low and is
658 * connected to GPIO A22 of SH7372 (GPIO_PORT41).
659 */
660static int slot_cn7_get_cd(struct platform_device *pdev)
661{
Magnus Dammceb50f32011-01-12 10:43:07 +0000662 return !gpio_get_value(GPIO_PORT41);
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900663}
664
665/* SDHI0 */
666static struct sh_mobile_sdhi_info sdhi0_info = {
667 .dma_slave_tx = SHDMA_SLAVE_SDHI0_TX,
668 .dma_slave_rx = SHDMA_SLAVE_SDHI0_RX,
Magnus Dammda97da72011-01-06 10:55:41 +0000669 .tmio_caps = MMC_CAP_SD_HIGHSPEED | MMC_CAP_SDIO_IRQ,
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900670};
671
672static struct resource sdhi0_resources[] = {
673 [0] = {
674 .name = "SDHI0",
675 .start = 0xe6850000,
676 .end = 0xe68501ff,
677 .flags = IORESOURCE_MEM,
678 },
679 [1] = {
680 .start = evt2irq(0x0e00) /* SDHI0 */,
681 .flags = IORESOURCE_IRQ,
682 },
683};
684
685static struct platform_device sdhi0_device = {
686 .name = "sh_mobile_sdhi",
687 .num_resources = ARRAY_SIZE(sdhi0_resources),
688 .resource = sdhi0_resources,
689 .id = 0,
690 .dev = {
691 .platform_data = &sdhi0_info,
692 },
693};
694
Yusuke Goda41491b92010-12-15 08:31:04 +0000695#if !defined(CONFIG_MMC_SH_MMCIF)
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900696/* SDHI1 */
697static struct sh_mobile_sdhi_info sdhi1_info = {
698 .dma_slave_tx = SHDMA_SLAVE_SDHI1_TX,
699 .dma_slave_rx = SHDMA_SLAVE_SDHI1_RX,
700 .tmio_ocr_mask = MMC_VDD_165_195,
701 .tmio_flags = TMIO_MMC_WRPROTECT_DISABLE,
Magnus Dammda97da72011-01-06 10:55:41 +0000702 .tmio_caps = MMC_CAP_SD_HIGHSPEED | MMC_CAP_SDIO_IRQ |
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900703 MMC_CAP_NEEDS_POLL,
704 .get_cd = slot_cn7_get_cd,
705};
706
707static struct resource sdhi1_resources[] = {
708 [0] = {
709 .name = "SDHI1",
710 .start = 0xe6860000,
711 .end = 0xe68601ff,
712 .flags = IORESOURCE_MEM,
713 },
714 [1] = {
715 .start = evt2irq(0x0e80),
716 .flags = IORESOURCE_IRQ,
717 },
718};
719
720static struct platform_device sdhi1_device = {
721 .name = "sh_mobile_sdhi",
722 .num_resources = ARRAY_SIZE(sdhi1_resources),
723 .resource = sdhi1_resources,
724 .id = 1,
725 .dev = {
726 .platform_data = &sdhi1_info,
727 },
728};
Yusuke Goda41491b92010-12-15 08:31:04 +0000729#endif
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900730
Yusuke Godada5d1f42011-01-07 09:48:36 +0000731/*
732 * The card detect pin of the top SD/MMC slot (CN23) is active low and is
733 * connected to GPIO SCIFB_SCK of SH7372 (GPIO_PORT162).
734 */
735static int slot_cn23_get_cd(struct platform_device *pdev)
736{
737 return !gpio_get_value(GPIO_PORT162);
738}
739
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900740/* SDHI2 */
741static struct sh_mobile_sdhi_info sdhi2_info = {
742 .dma_slave_tx = SHDMA_SLAVE_SDHI2_TX,
743 .dma_slave_rx = SHDMA_SLAVE_SDHI2_RX,
744 .tmio_flags = TMIO_MMC_WRPROTECT_DISABLE,
Magnus Dammda97da72011-01-06 10:55:41 +0000745 .tmio_caps = MMC_CAP_SD_HIGHSPEED | MMC_CAP_SDIO_IRQ |
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900746 MMC_CAP_NEEDS_POLL,
Yusuke Godada5d1f42011-01-07 09:48:36 +0000747 .get_cd = slot_cn23_get_cd,
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900748};
749
750static struct resource sdhi2_resources[] = {
751 [0] = {
752 .name = "SDHI2",
753 .start = 0xe6870000,
754 .end = 0xe68701ff,
755 .flags = IORESOURCE_MEM,
756 },
757 [1] = {
758 .start = evt2irq(0x1200),
759 .flags = IORESOURCE_IRQ,
760 },
761};
762
763static struct platform_device sdhi2_device = {
764 .name = "sh_mobile_sdhi",
765 .num_resources = ARRAY_SIZE(sdhi2_resources),
766 .resource = sdhi2_resources,
767 .id = 2,
768 .dev = {
769 .platform_data = &sdhi2_info,
770 },
771};
772
Yusuke Goda41491b92010-12-15 08:31:04 +0000773/* SH_MMCIF */
774static struct resource sh_mmcif_resources[] = {
775 [0] = {
776 .name = "MMCIF",
777 .start = 0xE6BD0000,
778 .end = 0xE6BD00FF,
779 .flags = IORESOURCE_MEM,
780 },
781 [1] = {
782 /* MMC ERR */
783 .start = evt2irq(0x1ac0),
784 .flags = IORESOURCE_IRQ,
785 },
786 [2] = {
787 /* MMC NOR */
788 .start = evt2irq(0x1ae0),
789 .flags = IORESOURCE_IRQ,
790 },
791};
792
793static struct sh_mmcif_plat_data sh_mmcif_plat = {
794 .sup_pclk = 0,
795 .ocr = MMC_VDD_165_195 | MMC_VDD_32_33 | MMC_VDD_33_34,
796 .caps = MMC_CAP_4_BIT_DATA |
797 MMC_CAP_8_BIT_DATA |
798 MMC_CAP_NEEDS_POLL,
799 .get_cd = slot_cn7_get_cd,
800};
801
802static struct platform_device sh_mmcif_device = {
803 .name = "sh_mmcif",
804 .id = 0,
805 .dev = {
806 .dma_mask = NULL,
807 .coherent_dma_mask = 0xffffffff,
808 .platform_data = &sh_mmcif_plat,
809 },
810 .num_resources = ARRAY_SIZE(sh_mmcif_resources),
811 .resource = sh_mmcif_resources,
812};
813
Magnus Dammae37c8d2010-12-22 14:47:40 +0000814
815static int mackerel_camera_add(struct soc_camera_link *icl, struct device *dev);
816static void mackerel_camera_del(struct soc_camera_link *icl);
817
818static int camera_set_capture(struct soc_camera_platform_info *info,
819 int enable)
820{
821 return 0; /* camera sensor always enabled */
822}
823
824static struct soc_camera_platform_info camera_info = {
825 .format_name = "UYVY",
826 .format_depth = 16,
827 .format = {
828 .code = V4L2_MBUS_FMT_UYVY8_2X8,
829 .colorspace = V4L2_COLORSPACE_SMPTE170M,
830 .field = V4L2_FIELD_NONE,
831 .width = 640,
832 .height = 480,
833 },
834 .bus_param = SOCAM_PCLK_SAMPLE_RISING | SOCAM_HSYNC_ACTIVE_HIGH |
835 SOCAM_VSYNC_ACTIVE_HIGH | SOCAM_MASTER | SOCAM_DATAWIDTH_8 |
836 SOCAM_DATA_ACTIVE_HIGH,
837 .set_capture = camera_set_capture,
838};
839
840static struct soc_camera_link camera_link = {
841 .bus_id = 0,
842 .add_device = mackerel_camera_add,
843 .del_device = mackerel_camera_del,
844 .module_name = "soc_camera_platform",
845 .priv = &camera_info,
846};
847
848static void dummy_release(struct device *dev)
849{
850}
851
852static struct platform_device camera_device = {
853 .name = "soc_camera_platform",
854 .dev = {
855 .platform_data = &camera_info,
856 .release = dummy_release,
857 },
858};
859
860static int mackerel_camera_add(struct soc_camera_link *icl,
861 struct device *dev)
862{
863 if (icl != &camera_link)
864 return -ENODEV;
865
866 camera_info.dev = dev;
867
868 return platform_device_register(&camera_device);
869}
870
871static void mackerel_camera_del(struct soc_camera_link *icl)
872{
873 if (icl != &camera_link)
874 return;
875
876 platform_device_unregister(&camera_device);
877 memset(&camera_device.dev.kobj, 0,
878 sizeof(camera_device.dev.kobj));
879}
880
881static struct sh_mobile_ceu_info sh_mobile_ceu_info = {
882 .flags = SH_CEU_FLAG_USE_8BIT_BUS,
883};
884
885static struct resource ceu_resources[] = {
886 [0] = {
887 .name = "CEU",
888 .start = 0xfe910000,
889 .end = 0xfe91009f,
890 .flags = IORESOURCE_MEM,
891 },
892 [1] = {
893 .start = intcs_evt2irq(0x880),
894 .flags = IORESOURCE_IRQ,
895 },
896 [2] = {
897 /* place holder for contiguous memory */
898 },
899};
900
901static struct platform_device ceu_device = {
902 .name = "sh_mobile_ceu",
903 .id = 0, /* "ceu0" clock */
904 .num_resources = ARRAY_SIZE(ceu_resources),
905 .resource = ceu_resources,
906 .dev = {
907 .platform_data = &sh_mobile_ceu_info,
908 },
909};
910
911static struct platform_device mackerel_camera = {
912 .name = "soc-camera-pdrv",
913 .id = 0,
914 .dev = {
915 .platform_data = &camera_link,
916 },
917};
918
Kuninori Morimoto920adc72010-11-29 02:21:21 +0000919static struct platform_device *mackerel_devices[] __initdata = {
920 &nor_flash_device,
Kuninori Morimoto2264c152010-11-29 02:21:37 +0000921 &smc911x_device,
Kuninori Morimoto11fee462010-11-29 02:21:43 +0000922 &lcdc_device,
Kuninori Morimoto25338f22010-11-30 04:37:33 +0000923 &usb1_host_device,
Kuninori Morimotod44deb32010-11-30 06:52:18 +0000924 &leds_device,
Kuninori Morimoto1a44d722010-12-01 00:31:46 +0000925 &fsi_device,
926 &fsi_ak4643_device,
Kuninori Morimoto3f25c9c2011-01-24 10:09:02 +0900927 &fsi_hdmi_device,
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900928 &sdhi0_device,
Yusuke Goda41491b92010-12-15 08:31:04 +0000929#if !defined(CONFIG_MMC_SH_MMCIF)
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900930 &sdhi1_device,
Yusuke Goda41491b92010-12-15 08:31:04 +0000931#endif
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900932 &sdhi2_device,
Yusuke Goda41491b92010-12-15 08:31:04 +0000933 &sh_mmcif_device,
Magnus Dammae37c8d2010-12-22 14:47:40 +0000934 &ceu_device,
935 &mackerel_camera,
Kuninori Morimoto12c43092011-01-06 02:44:09 +0000936 &hdmi_lcdc_device,
937 &hdmi_device,
Kuninori Morimoto1a44d722010-12-01 00:31:46 +0000938};
939
Tony SIMcd8ab002010-12-09 01:55:55 +0000940/* Keypad Initialization */
941#define KEYPAD_BUTTON(ev_type, ev_code, act_low) \
942{ \
943 .type = ev_type, \
944 .code = ev_code, \
945 .active_low = act_low, \
946}
947
948#define KEYPAD_BUTTON_LOW(event_code) KEYPAD_BUTTON(EV_KEY, event_code, 1)
949
950static struct tca6416_button mackerel_gpio_keys[] = {
951 KEYPAD_BUTTON_LOW(KEY_HOME),
952 KEYPAD_BUTTON_LOW(KEY_MENU),
953 KEYPAD_BUTTON_LOW(KEY_BACK),
954 KEYPAD_BUTTON_LOW(KEY_POWER),
955};
956
957static struct tca6416_keys_platform_data mackerel_tca6416_keys_info = {
958 .buttons = mackerel_gpio_keys,
959 .nbuttons = ARRAY_SIZE(mackerel_gpio_keys),
960 .rep = 1,
961 .use_polling = 0,
962 .pinmask = 0x000F,
963};
964
Kuninori Morimoto1a44d722010-12-01 00:31:46 +0000965/* I2C */
Tony SIM6ae1e192011-01-11 09:47:59 +0900966#define IRQ7 evt2irq(0x02e0)
Tony SIMcd8ab002010-12-09 01:55:55 +0000967#define IRQ9 evt2irq(0x0320)
968
Kuninori Morimoto1a44d722010-12-01 00:31:46 +0000969static struct i2c_board_info i2c0_devices[] = {
970 {
971 I2C_BOARD_INFO("ak4643", 0x13),
972 },
Tony SIMcd8ab002010-12-09 01:55:55 +0000973 /* Keypad */
974 {
975 I2C_BOARD_INFO("tca6408-keys", 0x20),
976 .platform_data = &mackerel_tca6416_keys_info,
977 .irq = IRQ9,
978 },
Tony SIM6ae1e192011-01-11 09:47:59 +0900979 /* Touchscreen */
980 {
981 I2C_BOARD_INFO("st1232-ts", 0x55),
982 .irq = IRQ7,
983 },
Kuninori Morimoto920adc72010-11-29 02:21:21 +0000984};
985
Tony SIM80f1dc72010-12-07 09:12:14 +0000986#define IRQ21 evt2irq(0x32a0)
987
988static struct i2c_board_info i2c1_devices[] = {
989 /* Accelerometer */
990 {
991 I2C_BOARD_INFO("adxl34x", 0x53),
992 .irq = IRQ21,
993 },
994};
995
Kuninori Morimoto920adc72010-11-29 02:21:21 +0000996static struct map_desc mackerel_io_desc[] __initdata = {
997 /* create a 1:1 entity map for 0xe6xxxxxx
998 * used by CPGA, INTC and PFC.
999 */
1000 {
1001 .virtual = 0xe6000000,
1002 .pfn = __phys_to_pfn(0xe6000000),
1003 .length = 256 << 20,
1004 .type = MT_DEVICE_NONSHARED
1005 },
1006};
1007
1008static void __init mackerel_map_io(void)
1009{
1010 iotable_init(mackerel_io_desc, ARRAY_SIZE(mackerel_io_desc));
1011
1012 /* setup early devices and console here as well */
1013 sh7372_add_early_devices();
1014 shmobile_setup_console();
1015}
1016
Kuninori Morimoto1a44d722010-12-01 00:31:46 +00001017#define GPIO_PORT9CR 0xE6051009
1018#define GPIO_PORT10CR 0xE605100A
Kuninori Morimoto12c43092011-01-06 02:44:09 +00001019#define SRCR4 0xe61580bc
Kuninori Morimoto98d27b82011-01-06 02:44:15 +00001020#define USCCR1 0xE6058144
Kuninori Morimoto920adc72010-11-29 02:21:21 +00001021static void __init mackerel_init(void)
1022{
Kuninori Morimoto12c43092011-01-06 02:44:09 +00001023 u32 srcr4;
Kuninori Morimoto98d27b82011-01-06 02:44:15 +00001024 struct clk *clk;
Kuninori Morimoto12c43092011-01-06 02:44:09 +00001025
Kuninori Morimoto920adc72010-11-29 02:21:21 +00001026 sh7372_pinmux_init();
1027
1028 /* enable SCIFA0 */
1029 gpio_request(GPIO_FN_SCIFA0_TXD, NULL);
1030 gpio_request(GPIO_FN_SCIFA0_RXD, NULL);
1031
Kuninori Morimoto2264c152010-11-29 02:21:37 +00001032 /* enable SMSC911X */
1033 gpio_request(GPIO_FN_CS5A, NULL);
1034 gpio_request(GPIO_FN_IRQ6_39, NULL);
1035
Kuninori Morimoto11fee462010-11-29 02:21:43 +00001036 /* LCDC */
Kuninori Morimotoeb87e672010-11-29 06:19:52 +00001037 gpio_request(GPIO_FN_LCDD23, NULL);
1038 gpio_request(GPIO_FN_LCDD22, NULL);
1039 gpio_request(GPIO_FN_LCDD21, NULL);
1040 gpio_request(GPIO_FN_LCDD20, NULL);
1041 gpio_request(GPIO_FN_LCDD19, NULL);
1042 gpio_request(GPIO_FN_LCDD18, NULL);
Kuninori Morimoto11fee462010-11-29 02:21:43 +00001043 gpio_request(GPIO_FN_LCDD17, NULL);
1044 gpio_request(GPIO_FN_LCDD16, NULL);
1045 gpio_request(GPIO_FN_LCDD15, NULL);
1046 gpio_request(GPIO_FN_LCDD14, NULL);
1047 gpio_request(GPIO_FN_LCDD13, NULL);
1048 gpio_request(GPIO_FN_LCDD12, NULL);
1049 gpio_request(GPIO_FN_LCDD11, NULL);
1050 gpio_request(GPIO_FN_LCDD10, NULL);
1051 gpio_request(GPIO_FN_LCDD9, NULL);
1052 gpio_request(GPIO_FN_LCDD8, NULL);
1053 gpio_request(GPIO_FN_LCDD7, NULL);
1054 gpio_request(GPIO_FN_LCDD6, NULL);
1055 gpio_request(GPIO_FN_LCDD5, NULL);
1056 gpio_request(GPIO_FN_LCDD4, NULL);
1057 gpio_request(GPIO_FN_LCDD3, NULL);
1058 gpio_request(GPIO_FN_LCDD2, NULL);
1059 gpio_request(GPIO_FN_LCDD1, NULL);
1060 gpio_request(GPIO_FN_LCDD0, NULL);
1061 gpio_request(GPIO_FN_LCDDISP, NULL);
1062 gpio_request(GPIO_FN_LCDDCK, NULL);
1063
1064 gpio_request(GPIO_PORT31, NULL); /* backlight */
1065 gpio_direction_output(GPIO_PORT31, 1);
1066
1067 gpio_request(GPIO_PORT151, NULL); /* LCDDON */
1068 gpio_direction_output(GPIO_PORT151, 1);
1069
Kuninori Morimoto25338f22010-11-30 04:37:33 +00001070 /* USB enable */
1071 gpio_request(GPIO_FN_VBUS0_1, NULL);
1072 gpio_request(GPIO_FN_IDIN_1_18, NULL);
1073 gpio_request(GPIO_FN_PWEN_1_115, NULL);
1074 gpio_request(GPIO_FN_OVCN_1_114, NULL);
1075 gpio_request(GPIO_FN_EXTLP_1, NULL);
1076 gpio_request(GPIO_FN_OVCN2_1, NULL);
1077
1078 /* setup USB phy */
Kuninori Morimotod0fb0c42010-12-28 05:54:53 +00001079 __raw_writew(0x8a0a, 0xE6058130); /* USBCR4 */
Kuninori Morimoto25338f22010-11-30 04:37:33 +00001080
Kuninori Morimoto1a44d722010-12-01 00:31:46 +00001081 /* enable FSI2 port A (ak4643) */
1082 gpio_request(GPIO_FN_FSIAIBT, NULL);
1083 gpio_request(GPIO_FN_FSIAILR, NULL);
1084 gpio_request(GPIO_FN_FSIAISLD, NULL);
1085 gpio_request(GPIO_FN_FSIAOSLD, NULL);
1086 gpio_request(GPIO_PORT161, NULL);
1087 gpio_direction_output(GPIO_PORT161, 0); /* slave */
1088
1089 gpio_request(GPIO_PORT9, NULL);
1090 gpio_request(GPIO_PORT10, NULL);
1091 gpio_no_direction(GPIO_PORT9CR); /* FSIAOBT needs no direction */
1092 gpio_no_direction(GPIO_PORT10CR); /* FSIAOLR needs no direction */
1093
1094 intc_set_priority(IRQ_FSI, 3); /* irq priority FSI(3) > SMSC911X(2) */
1095
Kuninori Morimoto98d27b82011-01-06 02:44:15 +00001096 /* setup FSI2 port B (HDMI) */
1097 gpio_request(GPIO_FN_FSIBCK, NULL);
1098 __raw_writew(__raw_readw(USCCR1) & ~(1 << 6), USCCR1); /* use SPDIF */
1099
1100 /* set SPU2 clock to 119.6 MHz */
1101 clk = clk_get(NULL, "spu_clk");
1102 if (!IS_ERR(clk)) {
1103 clk_set_rate(clk, clk_round_rate(clk, 119600000));
1104 clk_put(clk);
1105 }
1106
Tony SIMcd8ab002010-12-09 01:55:55 +00001107 /* enable Keypad */
1108 gpio_request(GPIO_FN_IRQ9_42, NULL);
1109 set_irq_type(IRQ9, IRQ_TYPE_LEVEL_HIGH);
1110
Tony SIM6ae1e192011-01-11 09:47:59 +09001111 /* enable Touchscreen */
1112 gpio_request(GPIO_FN_IRQ7_40, NULL);
1113 set_irq_type(IRQ7, IRQ_TYPE_LEVEL_LOW);
1114
Tony SIM80f1dc72010-12-07 09:12:14 +00001115 /* enable Accelerometer */
1116 gpio_request(GPIO_FN_IRQ21, NULL);
1117 set_irq_type(IRQ21, IRQ_TYPE_LEVEL_HIGH);
Kuninori Morimoto1a44d722010-12-01 00:31:46 +00001118
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001119 /* enable SDHI0 */
1120 gpio_request(GPIO_FN_SDHICD0, NULL);
1121 gpio_request(GPIO_FN_SDHIWP0, NULL);
1122 gpio_request(GPIO_FN_SDHICMD0, NULL);
1123 gpio_request(GPIO_FN_SDHICLK0, NULL);
1124 gpio_request(GPIO_FN_SDHID0_3, NULL);
1125 gpio_request(GPIO_FN_SDHID0_2, NULL);
1126 gpio_request(GPIO_FN_SDHID0_1, NULL);
1127 gpio_request(GPIO_FN_SDHID0_0, NULL);
1128
Yusuke Goda41491b92010-12-15 08:31:04 +00001129#if !defined(CONFIG_MMC_SH_MMCIF)
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001130 /* enable SDHI1 */
1131 gpio_request(GPIO_FN_SDHICMD1, NULL);
1132 gpio_request(GPIO_FN_SDHICLK1, NULL);
1133 gpio_request(GPIO_FN_SDHID1_3, NULL);
1134 gpio_request(GPIO_FN_SDHID1_2, NULL);
1135 gpio_request(GPIO_FN_SDHID1_1, NULL);
1136 gpio_request(GPIO_FN_SDHID1_0, NULL);
Yusuke Goda41491b92010-12-15 08:31:04 +00001137#endif
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001138 /* card detect pin for MMC slot (CN7) */
1139 gpio_request(GPIO_PORT41, NULL);
1140 gpio_direction_input(GPIO_PORT41);
1141
1142 /* enable SDHI2 */
1143 gpio_request(GPIO_FN_SDHICMD2, NULL);
1144 gpio_request(GPIO_FN_SDHICLK2, NULL);
1145 gpio_request(GPIO_FN_SDHID2_3, NULL);
1146 gpio_request(GPIO_FN_SDHID2_2, NULL);
1147 gpio_request(GPIO_FN_SDHID2_1, NULL);
1148 gpio_request(GPIO_FN_SDHID2_0, NULL);
1149
Yusuke Godada5d1f42011-01-07 09:48:36 +00001150 /* card detect pin for microSD slot (CN23) */
1151 gpio_request(GPIO_PORT162, NULL);
1152 gpio_direction_input(GPIO_PORT162);
1153
Yusuke Goda41491b92010-12-15 08:31:04 +00001154 /* MMCIF */
1155 gpio_request(GPIO_FN_MMCD0_0, NULL);
1156 gpio_request(GPIO_FN_MMCD0_1, NULL);
1157 gpio_request(GPIO_FN_MMCD0_2, NULL);
1158 gpio_request(GPIO_FN_MMCD0_3, NULL);
1159 gpio_request(GPIO_FN_MMCD0_4, NULL);
1160 gpio_request(GPIO_FN_MMCD0_5, NULL);
1161 gpio_request(GPIO_FN_MMCD0_6, NULL);
1162 gpio_request(GPIO_FN_MMCD0_7, NULL);
1163 gpio_request(GPIO_FN_MMCCMD0, NULL);
1164 gpio_request(GPIO_FN_MMCCLK0, NULL);
1165
Yusuke Goda56e78da2010-12-20 01:06:04 +00001166 /* enable GPS module (GT-720F) */
1167 gpio_request(GPIO_FN_SCIFA2_TXD1, NULL);
1168 gpio_request(GPIO_FN_SCIFA2_RXD1, NULL);
1169
Magnus Dammae37c8d2010-12-22 14:47:40 +00001170 /* CEU */
1171 gpio_request(GPIO_FN_VIO_CLK, NULL);
1172 gpio_request(GPIO_FN_VIO_VD, NULL);
1173 gpio_request(GPIO_FN_VIO_HD, NULL);
1174 gpio_request(GPIO_FN_VIO_FIELD, NULL);
1175 gpio_request(GPIO_FN_VIO_CKO, NULL);
1176 gpio_request(GPIO_FN_VIO_D7, NULL);
1177 gpio_request(GPIO_FN_VIO_D6, NULL);
1178 gpio_request(GPIO_FN_VIO_D5, NULL);
1179 gpio_request(GPIO_FN_VIO_D4, NULL);
1180 gpio_request(GPIO_FN_VIO_D3, NULL);
1181 gpio_request(GPIO_FN_VIO_D2, NULL);
1182 gpio_request(GPIO_FN_VIO_D1, NULL);
1183 gpio_request(GPIO_FN_VIO_D0, NULL);
1184
Kuninori Morimoto12c43092011-01-06 02:44:09 +00001185 /* HDMI */
1186 gpio_request(GPIO_FN_HDMI_HPD, NULL);
1187 gpio_request(GPIO_FN_HDMI_CEC, NULL);
1188
1189 /* Reset HDMI, must be held at least one EXTALR (32768Hz) period */
1190 srcr4 = __raw_readl(SRCR4);
1191 __raw_writel(srcr4 | (1 << 13), SRCR4);
1192 udelay(50);
1193 __raw_writel(srcr4 & ~(1 << 13), SRCR4);
1194
Kuninori Morimoto1a44d722010-12-01 00:31:46 +00001195 i2c_register_board_info(0, i2c0_devices,
1196 ARRAY_SIZE(i2c0_devices));
Tony SIM80f1dc72010-12-07 09:12:14 +00001197 i2c_register_board_info(1, i2c1_devices,
1198 ARRAY_SIZE(i2c1_devices));
Kuninori Morimoto11fee462010-11-29 02:21:43 +00001199
Kuninori Morimoto920adc72010-11-29 02:21:21 +00001200 sh7372_add_standard_devices();
1201
1202 platform_add_devices(mackerel_devices, ARRAY_SIZE(mackerel_devices));
1203}
1204
1205static void __init mackerel_timer_init(void)
1206{
1207 sh7372_clock_init();
1208 shmobile_timer.init();
Kuninori Morimoto12c43092011-01-06 02:44:09 +00001209
1210 /* External clock source */
1211 clk_set_rate(&sh7372_dv_clki_clk, 27000000);
Kuninori Morimoto920adc72010-11-29 02:21:21 +00001212}
1213
1214static struct sys_timer mackerel_timer = {
1215 .init = mackerel_timer_init,
1216};
1217
1218MACHINE_START(MACKEREL, "mackerel")
1219 .map_io = mackerel_map_io,
1220 .init_irq = sh7372_init_irq,
Magnus Damm863b1712010-12-28 08:27:01 +00001221 .handle_irq = shmobile_handle_irq_intc,
Kuninori Morimoto920adc72010-11-29 02:21:21 +00001222 .init_machine = mackerel_init,
1223 .timer = &mackerel_timer,
1224MACHINE_END