blob: 448ddbe4333504d517a0ba5c70099c198fb2e9a9 [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/tmio.h>
36#include <linux/mmc/host.h>
Yusuke Goda41491b92010-12-15 08:31:04 +000037#include <linux/mmc/sh_mmcif.h>
Guennadi Liakhovetski17e75d82011-03-09 11:27:56 +010038#include <linux/mmc/sh_mobile_sdhi.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 Morimoto66ee3be2011-05-25 07:56:25 +000046#include <linux/usb/renesas_usbhs.h>
Kuninori Morimoto920adc72010-11-29 02:21:21 +000047
Kuninori Morimoto12c43092011-01-06 02:44:09 +000048#include <video/sh_mobile_hdmi.h>
Kuninori Morimoto11fee462010-11-29 02:21:43 +000049#include <video/sh_mobile_lcdc.h>
Magnus Dammae37c8d2010-12-22 14:47:40 +000050#include <media/sh_mobile_ceu.h>
51#include <media/soc_camera.h>
52#include <media/soc_camera_platform.h>
Kuninori Morimoto1a44d722010-12-01 00:31:46 +000053#include <sound/sh_fsi.h>
54
Kuninori Morimoto920adc72010-11-29 02:21:21 +000055#include <mach/common.h>
56#include <mach/sh7372.h>
57
58#include <asm/mach/arch.h>
59#include <asm/mach/time.h>
60#include <asm/mach/map.h>
61#include <asm/mach-types.h>
62
63/*
64 * Address Interface BusWidth note
65 * ------------------------------------------------------------------
66 * 0x0000_0000 NOR Flash ROM (MCP) 16bit SW7 : bit1 = ON
67 * 0x0800_0000 user area -
68 * 0x1000_0000 NOR Flash ROM (MCP) 16bit SW7 : bit1 = OFF
69 * 0x1400_0000 Ether (LAN9220) 16bit
70 * 0x1600_0000 user area - cannot use with NAND
71 * 0x1800_0000 user area -
72 * 0x1A00_0000 -
73 * 0x4000_0000 LPDDR2-SDRAM (POP) 32bit
74 */
75
Kuninori Morimoto4b82b682010-11-29 02:21:48 +000076/*
77 * CPU mode
78 *
79 * SW4 | Boot Area| Master | Remarks
80 * 1 | 2 | 3 | 4 | 5 | 6 | 8 | | Processor|
81 * ----+-----+-----+-----+-----+-----+-----+----------+----------+--------------
82 * ON | ON | OFF | ON | ON | OFF | OFF | External | System | External ROM
83 * ON | ON | ON | ON | ON | OFF | OFF | External | System | ROM Debug
84 * ON | ON | X | ON | OFF | OFF | OFF | Built-in | System | ROM Debug
85 * X | OFF | X | X | X | X | OFF | Built-in | System | MaskROM
86 * OFF | X | X | X | X | X | OFF | Built-in | System | MaskROM
87 * X | X | X | OFF | X | X | OFF | Built-in | System | MaskROM
88 * OFF | ON | OFF | X | X | OFF | ON | External | System | Standalone
89 * ON | OFF | OFF | X | X | OFF | ON | External | Realtime | Standalone
90*/
91
92/*
93 * NOR Flash ROM
94 *
95 * SW1 | SW2 | SW7 | NOR Flash ROM
96 * bit1 | bit1 bit2 | bit1 | Memory allocation
97 * ------+------------+------+------------------
98 * OFF | ON OFF | ON | Area 0
99 * OFF | ON OFF | OFF | Area 4
100 */
101
102/*
103 * SMSC 9220
104 *
105 * SW1 SMSC 9220
106 * -----------------------
107 * ON access disable
108 * OFF access enable
109 */
110
111/*
112 * NAND Flash ROM
113 *
114 * SW1 | SW2 | SW7 | NAND Flash ROM
115 * bit1 | bit1 bit2 | bit2 | Memory allocation
116 * ------+------------+------+------------------
117 * OFF | ON OFF | ON | FCE 0
118 * OFF | ON OFF | OFF | FCE 1
119 */
120
121/*
122 * External interrupt pin settings
123 *
124 * IRQX | pin setting | device | level
125 * ------+--------------------+--------------------+-------
126 * IRQ0 | ICR1A.IRQ0SA=0010 | SDHI2 card detect | Low
127 * IRQ6 | ICR1A.IRQ6SA=0011 | Ether(LAN9220) | High
128 * IRQ7 | ICR1A.IRQ7SA=0010 | LCD Tuch Panel | Low
129 * IRQ8 | ICR2A.IRQ8SA=0010 | MMC/SD card detect | Low
130 * IRQ9 | ICR2A.IRQ9SA=0010 | KEY(TCA6408) | Low
131 * IRQ21 | ICR4A.IRQ21SA=0011 | Sensor(ADXL345) | High
132 * IRQ22 | ICR4A.IRQ22SA=0011 | Sensor(AK8975) | High
Kuninori Morimoto25338f22010-11-30 04:37:33 +0000133 */
Kuninori Morimoto4b82b682010-11-29 02:21:48 +0000134
Kuninori Morimoto25338f22010-11-30 04:37:33 +0000135/*
136 * USB
137 *
138 * USB0 : CN22 : Function
139 * USB1 : CN31 : Function/Host *1
140 *
141 * J30 (for CN31) *1
142 * ----------+---------------+-------------
143 * 1-2 short | VBUS 5V | Host
144 * open | external VBUS | Function
145 *
146 * *1
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +0000147 * CN31 is used as
148 * CONFIG_USB_R8A66597_HCD Host
149 * CONFIG_USB_RENESAS_USBHS Function
150 *
151 * CAUTION
152 *
153 * renesas_usbhs driver can use external interrupt mode
154 * (which come from USB-PHY) or autonomy mode (it use own interrupt)
155 * for detecting connection/disconnection when Function.
156 * USB will be power OFF while it has been disconnecting
157 * if external interrupt mode, and it is always power ON if autonomy mode,
158 *
159 * mackerel can not use external interrupt (IRQ7-PORT167) mode on "USB0",
160 * because Touchscreen is using IRQ7-PORT40.
161 * It is impossible to use IRQ7 demux on this board.
162 *
163 * We can use external interrupt mode USB-Function on "USB1".
164 * USB1 can become Host by r8a66597, and become Function by renesas_usbhs.
165 * But don't select both drivers in same time.
166 * These uses same IRQ number for request_irq(), and aren't supporting
167 * IRQF_SHARD / IORESOURCE_IRQ_SHAREABLE.
168 *
169 * Actually these are old/new version of USB driver.
170 * This mean its register will be broken if it supports SHARD IRQ,
Kuninori Morimoto25338f22010-11-30 04:37:33 +0000171 */
Kuninori Morimoto4b82b682010-11-29 02:21:48 +0000172
Kuninori Morimoto1a44d722010-12-01 00:31:46 +0000173/*
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900174 * SDHI0 (CN12)
175 *
176 * SW56 : OFF
177 *
178 */
179
180/* MMC /SDHI1 (CN7)
181 *
182 * I/O voltage : 1.8v
183 *
184 * Power voltage : 1.8v or 3.3v
Yusuke Goda41491b92010-12-15 08:31:04 +0000185 * J22 : select power voltage *1
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900186 * 1-2 pin : 1.8v
187 * 2-3 pin : 3.3v
188 *
Yusuke Goda41491b92010-12-15 08:31:04 +0000189 * *1
190 * Please change J22 depends the card to be used.
191 * MMC's OCR field set to support either voltage for the card inserted.
192 *
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900193 * SW1 | SW33
194 * | bit1 | bit2 | bit3 | bit4
195 * -------------+------+------+------+-------
Simon Horman2150dac2011-01-07 22:26:15 +0000196 * MMC0 OFF | OFF | X | ON | X (Use MMCIF)
197 * SDHI1 OFF | ON | X | OFF | X (Use MFD_SH_MOBILE_SDHI)
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900198 *
199 */
200
201/*
202 * SDHI2 (CN23)
203 *
204 * microSD card sloct
205 *
206 */
207
208/*
Kuninori Morimoto1a44d722010-12-01 00:31:46 +0000209 * FIXME !!
210 *
211 * gpio_no_direction
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +0000212 * gpio_pull_down
Kuninori Morimoto1a44d722010-12-01 00:31:46 +0000213 * are quick_hack.
214 *
215 * current gpio frame work doesn't have
216 * the method to control only pull up/down/free.
217 * this function should be replaced by correct gpio function
218 */
219static void __init gpio_no_direction(u32 addr)
220{
221 __raw_writeb(0x00, addr);
222}
223
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +0000224static void __init gpio_pull_down(u32 addr)
225{
226 u8 data = __raw_readb(addr);
227
228 data &= 0x0F;
229 data |= 0xA0;
230
231 __raw_writeb(data, addr);
232}
233
Kuninori Morimoto920adc72010-11-29 02:21:21 +0000234/* MTD */
235static struct mtd_partition nor_flash_partitions[] = {
236 {
237 .name = "loader",
238 .offset = 0x00000000,
239 .size = 512 * 1024,
240 .mask_flags = MTD_WRITEABLE,
241 },
242 {
243 .name = "bootenv",
244 .offset = MTDPART_OFS_APPEND,
245 .size = 512 * 1024,
246 .mask_flags = MTD_WRITEABLE,
247 },
248 {
249 .name = "kernel_ro",
250 .offset = MTDPART_OFS_APPEND,
251 .size = 8 * 1024 * 1024,
252 .mask_flags = MTD_WRITEABLE,
253 },
254 {
255 .name = "kernel",
256 .offset = MTDPART_OFS_APPEND,
257 .size = 8 * 1024 * 1024,
258 },
259 {
260 .name = "data",
261 .offset = MTDPART_OFS_APPEND,
262 .size = MTDPART_SIZ_FULL,
263 },
264};
265
266static struct physmap_flash_data nor_flash_data = {
267 .width = 2,
268 .parts = nor_flash_partitions,
269 .nr_parts = ARRAY_SIZE(nor_flash_partitions),
270};
271
272static struct resource nor_flash_resources[] = {
273 [0] = {
274 .start = 0x00000000,
275 .end = 0x08000000 - 1,
276 .flags = IORESOURCE_MEM,
277 }
278};
279
280static struct platform_device nor_flash_device = {
281 .name = "physmap-flash",
282 .dev = {
283 .platform_data = &nor_flash_data,
284 },
285 .num_resources = ARRAY_SIZE(nor_flash_resources),
286 .resource = nor_flash_resources,
287};
288
Kuninori Morimoto2264c152010-11-29 02:21:37 +0000289/* SMSC */
290static struct resource smc911x_resources[] = {
291 {
292 .start = 0x14000000,
293 .end = 0x16000000 - 1,
294 .flags = IORESOURCE_MEM,
295 }, {
296 .start = evt2irq(0x02c0) /* IRQ6A */,
297 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_LOWLEVEL,
298 },
299};
300
301static struct smsc911x_platform_config smsc911x_info = {
302 .flags = SMSC911X_USE_16BIT | SMSC911X_SAVE_MAC_ADDRESS,
303 .irq_polarity = SMSC911X_IRQ_POLARITY_ACTIVE_LOW,
304 .irq_type = SMSC911X_IRQ_TYPE_PUSH_PULL,
305};
306
307static struct platform_device smc911x_device = {
308 .name = "smsc911x",
309 .id = -1,
310 .num_resources = ARRAY_SIZE(smc911x_resources),
311 .resource = smc911x_resources,
312 .dev = {
313 .platform_data = &smsc911x_info,
314 },
315};
316
Kuninori Morimoto11fee462010-11-29 02:21:43 +0000317/* LCDC */
318static struct fb_videomode mackerel_lcdc_modes[] = {
319 {
320 .name = "WVGA Panel",
321 .xres = 800,
322 .yres = 480,
323 .left_margin = 220,
324 .right_margin = 110,
325 .hsync_len = 70,
326 .upper_margin = 20,
327 .lower_margin = 5,
328 .vsync_len = 5,
329 .sync = 0,
330 },
331};
332
Magnus Damm1fbdfcd2011-03-21 07:49:45 +0000333static int mackerel_set_brightness(void *board_data, int brightness)
334{
335 gpio_set_value(GPIO_PORT31, brightness);
336
337 return 0;
338}
339
340static int mackerel_get_brightness(void *board_data)
341{
342 return gpio_get_value(GPIO_PORT31);
343}
344
Kuninori Morimoto11fee462010-11-29 02:21:43 +0000345static struct sh_mobile_lcdc_info lcdc_info = {
346 .clock_source = LCDC_CLK_BUS,
347 .ch[0] = {
348 .chan = LCDC_CHAN_MAINLCD,
349 .bpp = 16,
350 .lcd_cfg = mackerel_lcdc_modes,
351 .num_cfg = ARRAY_SIZE(mackerel_lcdc_modes),
352 .interface_type = RGB24,
Kuninori Morimoto2c34e932011-03-02 09:05:21 +0000353 .clock_divider = 3,
Kuninori Morimoto11fee462010-11-29 02:21:43 +0000354 .flags = 0,
355 .lcd_size_cfg.width = 152,
356 .lcd_size_cfg.height = 91,
Magnus Damm1fbdfcd2011-03-21 07:49:45 +0000357 .board_cfg = {
358 .set_brightness = mackerel_set_brightness,
359 .get_brightness = mackerel_get_brightness,
360 },
361 .bl_info = {
362 .name = "sh_mobile_lcdc_bl",
363 .max_brightness = 1,
364 },
Kuninori Morimoto11fee462010-11-29 02:21:43 +0000365 }
366};
367
368static struct resource lcdc_resources[] = {
369 [0] = {
370 .name = "LCDC",
371 .start = 0xfe940000,
372 .end = 0xfe943fff,
373 .flags = IORESOURCE_MEM,
374 },
375 [1] = {
376 .start = intcs_evt2irq(0x580),
377 .flags = IORESOURCE_IRQ,
378 },
379};
380
381static struct platform_device lcdc_device = {
382 .name = "sh_mobile_lcdc_fb",
383 .num_resources = ARRAY_SIZE(lcdc_resources),
384 .resource = lcdc_resources,
385 .dev = {
386 .platform_data = &lcdc_info,
387 .coherent_dma_mask = ~0,
388 },
389};
390
Kuninori Morimoto12c43092011-01-06 02:44:09 +0000391/* HDMI */
392static struct sh_mobile_lcdc_info hdmi_lcdc_info = {
393 .clock_source = LCDC_CLK_EXTERNAL,
394 .ch[0] = {
395 .chan = LCDC_CHAN_MAINLCD,
396 .bpp = 16,
397 .interface_type = RGB24,
398 .clock_divider = 1,
399 .flags = LCDC_FLAGS_DWPOL,
400 }
401};
402
403static struct resource hdmi_lcdc_resources[] = {
404 [0] = {
405 .name = "LCDC1",
406 .start = 0xfe944000,
407 .end = 0xfe947fff,
408 .flags = IORESOURCE_MEM,
409 },
410 [1] = {
411 .start = intcs_evt2irq(0x1780),
412 .flags = IORESOURCE_IRQ,
413 },
414};
415
416static struct platform_device hdmi_lcdc_device = {
417 .name = "sh_mobile_lcdc_fb",
418 .num_resources = ARRAY_SIZE(hdmi_lcdc_resources),
419 .resource = hdmi_lcdc_resources,
420 .id = 1,
421 .dev = {
422 .platform_data = &hdmi_lcdc_info,
423 .coherent_dma_mask = ~0,
424 },
425};
426
427static struct sh_mobile_hdmi_info hdmi_info = {
428 .lcd_chan = &hdmi_lcdc_info.ch[0],
429 .lcd_dev = &hdmi_lcdc_device.dev,
Kuninori Morimoto98d27b82011-01-06 02:44:15 +0000430 .flags = HDMI_SND_SRC_SPDIF,
Kuninori Morimoto12c43092011-01-06 02:44:09 +0000431};
432
433static struct resource hdmi_resources[] = {
434 [0] = {
435 .name = "HDMI",
436 .start = 0xe6be0000,
437 .end = 0xe6be00ff,
438 .flags = IORESOURCE_MEM,
439 },
440 [1] = {
441 /* There's also an HDMI interrupt on INTCS @ 0x18e0 */
442 .start = evt2irq(0x17e0),
443 .flags = IORESOURCE_IRQ,
444 },
445};
446
447static struct platform_device hdmi_device = {
448 .name = "sh-mobile-hdmi",
449 .num_resources = ARRAY_SIZE(hdmi_resources),
450 .resource = hdmi_resources,
451 .id = -1,
452 .dev = {
453 .platform_data = &hdmi_info,
454 },
455};
456
Kuninori Morimoto3f25c9c2011-01-24 10:09:02 +0900457static struct platform_device fsi_hdmi_device = {
458 .name = "sh_fsi2_b_hdmi",
459};
460
Guennadi Liakhovetski2ce51f82011-04-04 17:08:05 +0200461static void __init hdmi_init_pm_clock(void)
Kuninori Morimoto12c43092011-01-06 02:44:09 +0000462{
463 struct clk *hdmi_ick = clk_get(&hdmi_device.dev, "ick");
464 int ret;
465 long rate;
466
467 if (IS_ERR(hdmi_ick)) {
468 ret = PTR_ERR(hdmi_ick);
469 pr_err("Cannot get HDMI ICK: %d\n", ret);
470 goto out;
471 }
472
473 ret = clk_set_parent(&sh7372_pllc2_clk, &sh7372_dv_clki_div2_clk);
474 if (ret < 0) {
475 pr_err("Cannot set PLLC2 parent: %d, %d users\n",
476 ret, sh7372_pllc2_clk.usecount);
477 goto out;
478 }
479
480 pr_debug("PLLC2 initial frequency %lu\n",
481 clk_get_rate(&sh7372_pllc2_clk));
482
483 rate = clk_round_rate(&sh7372_pllc2_clk, 594000000);
484 if (rate < 0) {
485 pr_err("Cannot get suitable rate: %ld\n", rate);
486 ret = rate;
487 goto out;
488 }
489
490 ret = clk_set_rate(&sh7372_pllc2_clk, rate);
491 if (ret < 0) {
492 pr_err("Cannot set rate %ld: %d\n", rate, ret);
493 goto out;
494 }
495
Kuninori Morimoto12c43092011-01-06 02:44:09 +0000496 pr_debug("PLLC2 set frequency %lu\n", rate);
497
498 ret = clk_set_parent(hdmi_ick, &sh7372_pllc2_clk);
Guennadi Liakhovetski2ce51f82011-04-04 17:08:05 +0200499 if (ret < 0)
Kuninori Morimoto12c43092011-01-06 02:44:09 +0000500 pr_err("Cannot set HDMI parent: %d\n", ret);
Kuninori Morimoto12c43092011-01-06 02:44:09 +0000501
502out:
503 if (!IS_ERR(hdmi_ick))
504 clk_put(hdmi_ick);
Kuninori Morimoto12c43092011-01-06 02:44:09 +0000505}
Kuninori Morimoto12c43092011-01-06 02:44:09 +0000506
Kuninori Morimoto25338f22010-11-30 04:37:33 +0000507/* USB1 (Host) */
508static void usb1_host_port_power(int port, int power)
509{
510 if (!power) /* only power-on is supported for now */
511 return;
512
513 /* set VBOUT/PWEN and EXTLP1 in DVSTCTR */
514 __raw_writew(__raw_readw(0xE68B0008) | 0x600, 0xE68B0008);
515}
516
517static struct r8a66597_platdata usb1_host_data = {
518 .on_chip = 1,
519 .port_power = usb1_host_port_power,
520};
521
522static struct resource usb1_host_resources[] = {
523 [0] = {
524 .name = "USBHS",
525 .start = 0xE68B0000,
526 .end = 0xE68B00E6 - 1,
527 .flags = IORESOURCE_MEM,
528 },
529 [1] = {
530 .start = evt2irq(0x1ce0) /* USB1_USB1I0 */,
531 .flags = IORESOURCE_IRQ,
532 },
533};
534
535static struct platform_device usb1_host_device = {
536 .name = "r8a66597_hcd",
537 .id = 1,
538 .dev = {
539 .dma_mask = NULL, /* not use dma */
540 .coherent_dma_mask = 0xffffffff,
541 .platform_data = &usb1_host_data,
542 },
543 .num_resources = ARRAY_SIZE(usb1_host_resources),
544 .resource = usb1_host_resources,
545};
546
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +0000547/* USB1 (Function) */
548#define USB_PHY_MODE (1 << 4)
549#define USB_PHY_INT_EN ((1 << 3) | (1 << 2))
550#define USB_PHY_ON (1 << 1)
551#define USB_PHY_OFF (1 << 0)
552#define USB_PHY_INT_CLR (USB_PHY_ON | USB_PHY_OFF)
553
554struct usbhs_private {
555 unsigned int irq;
556 unsigned int usbphyaddr;
557 unsigned int usbcrcaddr;
558 struct renesas_usbhs_platform_info info;
559};
560
561#define usbhs_get_priv(pdev) \
562 container_of(renesas_usbhs_get_info(pdev), \
563 struct usbhs_private, info)
564
565#define usbhs_is_connected(priv) \
566 (!((1 << 7) & __raw_readw(priv->usbcrcaddr)))
567
568static int usbhs1_get_id(struct platform_device *pdev)
569{
570 return USBHS_GADGET;
571}
572
573static int usbhs1_get_vbus(struct platform_device *pdev)
574{
575 return usbhs_is_connected(usbhs_get_priv(pdev));
576}
577
578static irqreturn_t usbhs1_interrupt(int irq, void *data)
579{
580 struct platform_device *pdev = data;
581 struct usbhs_private *priv = usbhs_get_priv(pdev);
582
583 dev_dbg(&pdev->dev, "%s\n", __func__);
584
585 renesas_usbhs_call_notify_hotplug(pdev);
586
587 /* clear status */
588 __raw_writew(__raw_readw(priv->usbphyaddr) | USB_PHY_INT_CLR,
589 priv->usbphyaddr);
590
591 return IRQ_HANDLED;
592}
593
594static int usbhs1_hardware_init(struct platform_device *pdev)
595{
596 struct usbhs_private *priv = usbhs_get_priv(pdev);
597 int ret;
598
599 irq_set_irq_type(priv->irq, IRQ_TYPE_LEVEL_HIGH);
600
601 /* clear interrupt status */
602 __raw_writew(USB_PHY_MODE | USB_PHY_INT_CLR, priv->usbphyaddr);
603
604 ret = request_irq(priv->irq, usbhs1_interrupt, 0,
605 dev_name(&pdev->dev), pdev);
606 if (ret) {
607 dev_err(&pdev->dev, "request_irq err\n");
608 return ret;
609 }
610
611 /* enable USB phy interrupt */
612 __raw_writew(USB_PHY_MODE | USB_PHY_INT_EN, priv->usbphyaddr);
613
614 return 0;
615}
616
617static void usbhs1_hardware_exit(struct platform_device *pdev)
618{
619 struct usbhs_private *priv = usbhs_get_priv(pdev);
620
621 /* clear interrupt status */
622 __raw_writew(USB_PHY_MODE | USB_PHY_INT_CLR, priv->usbphyaddr);
623
624 free_irq(priv->irq, pdev);
625}
626
627static void usbhs1_phy_reset(struct platform_device *pdev)
628{
629 struct usbhs_private *priv = usbhs_get_priv(pdev);
630
631 /* init phy */
632 __raw_writew(0x8a0a, priv->usbcrcaddr);
633}
634
635static u32 usbhs1_pipe_cfg[] = {
636 USB_ENDPOINT_XFER_CONTROL,
637 USB_ENDPOINT_XFER_ISOC,
638 USB_ENDPOINT_XFER_ISOC,
639 USB_ENDPOINT_XFER_BULK,
640 USB_ENDPOINT_XFER_BULK,
641 USB_ENDPOINT_XFER_BULK,
642 USB_ENDPOINT_XFER_INT,
643 USB_ENDPOINT_XFER_INT,
644 USB_ENDPOINT_XFER_INT,
645 USB_ENDPOINT_XFER_BULK,
646 USB_ENDPOINT_XFER_BULK,
647 USB_ENDPOINT_XFER_BULK,
648 USB_ENDPOINT_XFER_BULK,
649 USB_ENDPOINT_XFER_BULK,
650 USB_ENDPOINT_XFER_BULK,
651 USB_ENDPOINT_XFER_BULK,
652};
653
654static struct usbhs_private usbhs1_private = {
655 .irq = evt2irq(0x0300), /* IRQ8 */
656 .usbphyaddr = 0xE60581E2, /* USBPHY1INTAP */
657 .usbcrcaddr = 0xE6058130, /* USBCR4 */
658 .info = {
659 .platform_callback = {
660 .hardware_init = usbhs1_hardware_init,
661 .hardware_exit = usbhs1_hardware_exit,
662 .phy_reset = usbhs1_phy_reset,
663 .get_id = usbhs1_get_id,
664 .get_vbus = usbhs1_get_vbus,
665 },
666 .driver_param = {
667 .buswait_bwait = 4,
668 .pipe_type = usbhs1_pipe_cfg,
669 .pipe_size = ARRAY_SIZE(usbhs1_pipe_cfg),
670 },
671 },
672};
673
674static struct resource usbhs1_resources[] = {
675 [0] = {
676 .name = "USBHS",
677 .start = 0xE68B0000,
678 .end = 0xE68B00E6 - 1,
679 .flags = IORESOURCE_MEM,
680 },
681 [1] = {
682 .start = evt2irq(0x1ce0) /* USB1_USB1I0 */,
683 .flags = IORESOURCE_IRQ,
684 },
685};
686
687static struct platform_device usbhs1_device = {
688 .name = "renesas_usbhs",
689 .id = 1,
690 .dev = {
691 .platform_data = &usbhs1_private.info,
692 },
693 .num_resources = ARRAY_SIZE(usbhs1_resources),
694 .resource = usbhs1_resources,
695};
696
697
Kuninori Morimotod44deb32010-11-30 06:52:18 +0000698/* LED */
699static struct gpio_led mackerel_leds[] = {
700 {
701 .name = "led0",
702 .gpio = GPIO_PORT0,
703 .default_state = LEDS_GPIO_DEFSTATE_ON,
704 },
705 {
706 .name = "led1",
707 .gpio = GPIO_PORT1,
708 .default_state = LEDS_GPIO_DEFSTATE_ON,
709 },
710 {
711 .name = "led2",
712 .gpio = GPIO_PORT2,
713 .default_state = LEDS_GPIO_DEFSTATE_ON,
714 },
715 {
716 .name = "led3",
717 .gpio = GPIO_PORT159,
718 .default_state = LEDS_GPIO_DEFSTATE_ON,
719 }
720};
721
722static struct gpio_led_platform_data mackerel_leds_pdata = {
723 .leds = mackerel_leds,
724 .num_leds = ARRAY_SIZE(mackerel_leds),
725};
726
727static struct platform_device leds_device = {
728 .name = "leds-gpio",
729 .id = 0,
730 .dev = {
731 .platform_data = &mackerel_leds_pdata,
732 },
733};
734
Kuninori Morimoto1a44d722010-12-01 00:31:46 +0000735/* FSI */
736#define IRQ_FSI evt2irq(0x1840)
Kuninori Morimoto98d27b82011-01-06 02:44:15 +0000737static int __fsi_set_round_rate(struct clk *clk, long rate, int enable)
738{
739 int ret;
740
741 if (rate <= 0)
742 return 0;
743
744 if (!enable) {
745 clk_disable(clk);
746 return 0;
747 }
748
749 ret = clk_set_rate(clk, clk_round_rate(clk, rate));
750 if (ret < 0)
751 return ret;
752
753 return clk_enable(clk);
754}
755
756static int fsi_set_rate(struct device *dev, int is_porta, int rate, int enable)
757{
758 struct clk *fsib_clk;
759 struct clk *fdiv_clk = &sh7372_fsidivb_clk;
760 long fsib_rate = 0;
761 long fdiv_rate = 0;
762 int ackmd_bpfmd;
763 int ret;
764
765 /* FSIA is slave mode. nothing to do here */
766 if (is_porta)
767 return 0;
768
769 /* clock start */
770 switch (rate) {
771 case 44100:
772 fsib_rate = rate * 256;
773 ackmd_bpfmd = SH_FSI_ACKMD_256 | SH_FSI_BPFMD_64;
774 break;
775 case 48000:
776 fsib_rate = 85428000; /* around 48kHz x 256 x 7 */
777 fdiv_rate = rate * 256;
778 ackmd_bpfmd = SH_FSI_ACKMD_256 | SH_FSI_BPFMD_64;
779 break;
780 default:
781 pr_err("unsupported rate in FSI2 port B\n");
782 return -EINVAL;
783 }
784
785 /* FSI B setting */
786 fsib_clk = clk_get(dev, "ickb");
787 if (IS_ERR(fsib_clk))
788 return -EIO;
789
790 /* fsib */
791 ret = __fsi_set_round_rate(fsib_clk, fsib_rate, enable);
792 if (ret < 0)
793 goto fsi_set_rate_end;
794
795 /* FSI DIV */
796 ret = __fsi_set_round_rate(fdiv_clk, fdiv_rate, enable);
797 if (ret < 0) {
798 /* disable FSI B */
799 if (enable)
800 __fsi_set_round_rate(fsib_clk, fsib_rate, 0);
801 goto fsi_set_rate_end;
802 }
803
804 ret = ackmd_bpfmd;
805
806fsi_set_rate_end:
807 clk_put(fsib_clk);
808 return ret;
809}
810
Kuninori Morimoto1a44d722010-12-01 00:31:46 +0000811static struct sh_fsi_platform_info fsi_info = {
Kuninori Morimotof17c13c2011-01-24 10:43:19 +0900812 .porta_flags = SH_FSI_BRS_INV,
Kuninori Morimoto98d27b82011-01-06 02:44:15 +0000813
814 .portb_flags = SH_FSI_BRS_INV |
815 SH_FSI_BRM_INV |
816 SH_FSI_LRS_INV |
Kuninori Morimotof17c13c2011-01-24 10:43:19 +0900817 SH_FSI_FMT_SPDIF,
Kuninori Morimoto98d27b82011-01-06 02:44:15 +0000818
819 .set_rate = fsi_set_rate,
Kuninori Morimoto1a44d722010-12-01 00:31:46 +0000820};
821
822static struct resource fsi_resources[] = {
823 [0] = {
824 .name = "FSI",
825 .start = 0xFE3C0000,
826 .end = 0xFE3C0400 - 1,
827 .flags = IORESOURCE_MEM,
828 },
829 [1] = {
830 .start = IRQ_FSI,
831 .flags = IORESOURCE_IRQ,
832 },
833};
834
835static struct platform_device fsi_device = {
836 .name = "sh_fsi2",
837 .id = -1,
838 .num_resources = ARRAY_SIZE(fsi_resources),
839 .resource = fsi_resources,
840 .dev = {
841 .platform_data = &fsi_info,
842 },
843};
844
845static struct platform_device fsi_ak4643_device = {
846 .name = "sh_fsi2_a_ak4643",
847};
Kuninori Morimotod44deb32010-11-30 06:52:18 +0000848
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900849/*
850 * The card detect pin of the top SD/MMC slot (CN7) is active low and is
851 * connected to GPIO A22 of SH7372 (GPIO_PORT41).
852 */
853static int slot_cn7_get_cd(struct platform_device *pdev)
854{
Magnus Dammceb50f32011-01-12 10:43:07 +0000855 return !gpio_get_value(GPIO_PORT41);
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900856}
857
858/* SDHI0 */
859static struct sh_mobile_sdhi_info sdhi0_info = {
860 .dma_slave_tx = SHDMA_SLAVE_SDHI0_TX,
861 .dma_slave_rx = SHDMA_SLAVE_SDHI0_RX,
Magnus Dammda97da72011-01-06 10:55:41 +0000862 .tmio_caps = MMC_CAP_SD_HIGHSPEED | MMC_CAP_SDIO_IRQ,
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900863};
864
865static struct resource sdhi0_resources[] = {
866 [0] = {
867 .name = "SDHI0",
868 .start = 0xe6850000,
Guennadi Liakhovetski31d31fe72011-03-09 13:09:27 +0100869 .end = 0xe68500ff,
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900870 .flags = IORESOURCE_MEM,
871 },
872 [1] = {
Simon Horman2007aea2011-04-27 07:43:58 +0000873 .start = evt2irq(0x0e00) /* SDHI0_SDHI0I0 */,
874 .flags = IORESOURCE_IRQ,
875 },
876 [2] = {
877 .start = evt2irq(0x0e20) /* SDHI0_SDHI0I1 */,
878 .flags = IORESOURCE_IRQ,
879 },
880 [3] = {
881 .start = evt2irq(0x0e40) /* SDHI0_SDHI0I2 */,
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900882 .flags = IORESOURCE_IRQ,
883 },
884};
885
886static struct platform_device sdhi0_device = {
887 .name = "sh_mobile_sdhi",
888 .num_resources = ARRAY_SIZE(sdhi0_resources),
889 .resource = sdhi0_resources,
890 .id = 0,
891 .dev = {
892 .platform_data = &sdhi0_info,
893 },
894};
895
Guennadi Liakhovetski5bcd7512011-05-05 15:56:27 +0000896#if !defined(CONFIG_MMC_SH_MMCIF) && !defined(CONFIG_MMC_SH_MMCIF_MODULE)
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900897/* SDHI1 */
898static struct sh_mobile_sdhi_info sdhi1_info = {
899 .dma_slave_tx = SHDMA_SLAVE_SDHI1_TX,
900 .dma_slave_rx = SHDMA_SLAVE_SDHI1_RX,
901 .tmio_ocr_mask = MMC_VDD_165_195,
902 .tmio_flags = TMIO_MMC_WRPROTECT_DISABLE,
Magnus Dammda97da72011-01-06 10:55:41 +0000903 .tmio_caps = MMC_CAP_SD_HIGHSPEED | MMC_CAP_SDIO_IRQ |
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900904 MMC_CAP_NEEDS_POLL,
905 .get_cd = slot_cn7_get_cd,
906};
907
908static struct resource sdhi1_resources[] = {
909 [0] = {
910 .name = "SDHI1",
911 .start = 0xe6860000,
Guennadi Liakhovetski31d31fe72011-03-09 13:09:27 +0100912 .end = 0xe68600ff,
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900913 .flags = IORESOURCE_MEM,
914 },
915 [1] = {
Simon Horman2007aea2011-04-27 07:43:58 +0000916 .start = evt2irq(0x0e80), /* SDHI1_SDHI1I0 */
917 .flags = IORESOURCE_IRQ,
918 },
919 [2] = {
920 .start = evt2irq(0x0ea0), /* SDHI1_SDHI1I1 */
921 .flags = IORESOURCE_IRQ,
922 },
923 [3] = {
924 .start = evt2irq(0x0ec0), /* SDHI1_SDHI1I2 */
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900925 .flags = IORESOURCE_IRQ,
926 },
927};
928
929static struct platform_device sdhi1_device = {
930 .name = "sh_mobile_sdhi",
931 .num_resources = ARRAY_SIZE(sdhi1_resources),
932 .resource = sdhi1_resources,
933 .id = 1,
934 .dev = {
935 .platform_data = &sdhi1_info,
936 },
937};
Yusuke Goda41491b92010-12-15 08:31:04 +0000938#endif
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900939
Yusuke Godada5d1f42011-01-07 09:48:36 +0000940/*
941 * The card detect pin of the top SD/MMC slot (CN23) is active low and is
942 * connected to GPIO SCIFB_SCK of SH7372 (GPIO_PORT162).
943 */
944static int slot_cn23_get_cd(struct platform_device *pdev)
945{
946 return !gpio_get_value(GPIO_PORT162);
947}
948
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900949/* SDHI2 */
950static struct sh_mobile_sdhi_info sdhi2_info = {
951 .dma_slave_tx = SHDMA_SLAVE_SDHI2_TX,
952 .dma_slave_rx = SHDMA_SLAVE_SDHI2_RX,
953 .tmio_flags = TMIO_MMC_WRPROTECT_DISABLE,
Magnus Dammda97da72011-01-06 10:55:41 +0000954 .tmio_caps = MMC_CAP_SD_HIGHSPEED | MMC_CAP_SDIO_IRQ |
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900955 MMC_CAP_NEEDS_POLL,
Yusuke Godada5d1f42011-01-07 09:48:36 +0000956 .get_cd = slot_cn23_get_cd,
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900957};
958
959static struct resource sdhi2_resources[] = {
960 [0] = {
961 .name = "SDHI2",
962 .start = 0xe6870000,
Guennadi Liakhovetski31d31fe72011-03-09 13:09:27 +0100963 .end = 0xe68700ff,
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900964 .flags = IORESOURCE_MEM,
965 },
966 [1] = {
Simon Horman2007aea2011-04-27 07:43:58 +0000967 .start = evt2irq(0x1200), /* SDHI2_SDHI2I0 */
968 .flags = IORESOURCE_IRQ,
969 },
970 [2] = {
971 .start = evt2irq(0x1220), /* SDHI2_SDHI2I1 */
972 .flags = IORESOURCE_IRQ,
973 },
974 [3] = {
975 .start = evt2irq(0x1240), /* SDHI2_SDHI2I2 */
Yusuke Goda6dff7da2010-12-14 14:18:03 +0900976 .flags = IORESOURCE_IRQ,
977 },
978};
979
980static struct platform_device sdhi2_device = {
981 .name = "sh_mobile_sdhi",
982 .num_resources = ARRAY_SIZE(sdhi2_resources),
983 .resource = sdhi2_resources,
984 .id = 2,
985 .dev = {
986 .platform_data = &sdhi2_info,
987 },
988};
989
Yusuke Goda41491b92010-12-15 08:31:04 +0000990/* SH_MMCIF */
991static struct resource sh_mmcif_resources[] = {
992 [0] = {
993 .name = "MMCIF",
994 .start = 0xE6BD0000,
995 .end = 0xE6BD00FF,
996 .flags = IORESOURCE_MEM,
997 },
998 [1] = {
999 /* MMC ERR */
1000 .start = evt2irq(0x1ac0),
1001 .flags = IORESOURCE_IRQ,
1002 },
1003 [2] = {
1004 /* MMC NOR */
1005 .start = evt2irq(0x1ae0),
1006 .flags = IORESOURCE_IRQ,
1007 },
1008};
1009
Guennadi Liakhovetskife78e682011-05-05 15:56:31 +00001010static struct sh_mmcif_dma sh_mmcif_dma = {
1011 .chan_priv_rx = {
1012 .slave_id = SHDMA_SLAVE_MMCIF_RX,
1013 },
1014 .chan_priv_tx = {
1015 .slave_id = SHDMA_SLAVE_MMCIF_TX,
1016 },
1017};
1018
Yusuke Goda41491b92010-12-15 08:31:04 +00001019static struct sh_mmcif_plat_data sh_mmcif_plat = {
1020 .sup_pclk = 0,
1021 .ocr = MMC_VDD_165_195 | MMC_VDD_32_33 | MMC_VDD_33_34,
1022 .caps = MMC_CAP_4_BIT_DATA |
1023 MMC_CAP_8_BIT_DATA |
1024 MMC_CAP_NEEDS_POLL,
1025 .get_cd = slot_cn7_get_cd,
Guennadi Liakhovetskife78e682011-05-05 15:56:31 +00001026 .dma = &sh_mmcif_dma,
Yusuke Goda41491b92010-12-15 08:31:04 +00001027};
1028
1029static struct platform_device sh_mmcif_device = {
1030 .name = "sh_mmcif",
1031 .id = 0,
1032 .dev = {
1033 .dma_mask = NULL,
1034 .coherent_dma_mask = 0xffffffff,
1035 .platform_data = &sh_mmcif_plat,
1036 },
1037 .num_resources = ARRAY_SIZE(sh_mmcif_resources),
1038 .resource = sh_mmcif_resources,
1039};
1040
Magnus Dammae37c8d2010-12-22 14:47:40 +00001041
1042static int mackerel_camera_add(struct soc_camera_link *icl, struct device *dev);
1043static void mackerel_camera_del(struct soc_camera_link *icl);
1044
1045static int camera_set_capture(struct soc_camera_platform_info *info,
1046 int enable)
1047{
1048 return 0; /* camera sensor always enabled */
1049}
1050
1051static struct soc_camera_platform_info camera_info = {
1052 .format_name = "UYVY",
1053 .format_depth = 16,
1054 .format = {
1055 .code = V4L2_MBUS_FMT_UYVY8_2X8,
1056 .colorspace = V4L2_COLORSPACE_SMPTE170M,
1057 .field = V4L2_FIELD_NONE,
1058 .width = 640,
1059 .height = 480,
1060 },
1061 .bus_param = SOCAM_PCLK_SAMPLE_RISING | SOCAM_HSYNC_ACTIVE_HIGH |
1062 SOCAM_VSYNC_ACTIVE_HIGH | SOCAM_MASTER | SOCAM_DATAWIDTH_8 |
1063 SOCAM_DATA_ACTIVE_HIGH,
1064 .set_capture = camera_set_capture,
1065};
1066
1067static struct soc_camera_link camera_link = {
1068 .bus_id = 0,
1069 .add_device = mackerel_camera_add,
1070 .del_device = mackerel_camera_del,
1071 .module_name = "soc_camera_platform",
1072 .priv = &camera_info,
1073};
1074
Guennadi Liakhovetski86a73142011-02-22 09:57:49 +00001075static struct platform_device *camera_device;
Magnus Dammae37c8d2010-12-22 14:47:40 +00001076
Guennadi Liakhovetski86a73142011-02-22 09:57:49 +00001077static void mackerel_camera_release(struct device *dev)
1078{
1079 soc_camera_platform_release(&camera_device);
1080}
Magnus Dammae37c8d2010-12-22 14:47:40 +00001081
1082static int mackerel_camera_add(struct soc_camera_link *icl,
1083 struct device *dev)
1084{
Guennadi Liakhovetski86a73142011-02-22 09:57:49 +00001085 return soc_camera_platform_add(icl, dev, &camera_device, &camera_link,
1086 mackerel_camera_release, 0);
Magnus Dammae37c8d2010-12-22 14:47:40 +00001087}
1088
1089static void mackerel_camera_del(struct soc_camera_link *icl)
1090{
Guennadi Liakhovetski86a73142011-02-22 09:57:49 +00001091 soc_camera_platform_del(icl, camera_device, &camera_link);
Magnus Dammae37c8d2010-12-22 14:47:40 +00001092}
1093
1094static struct sh_mobile_ceu_info sh_mobile_ceu_info = {
1095 .flags = SH_CEU_FLAG_USE_8BIT_BUS,
1096};
1097
1098static struct resource ceu_resources[] = {
1099 [0] = {
1100 .name = "CEU",
1101 .start = 0xfe910000,
1102 .end = 0xfe91009f,
1103 .flags = IORESOURCE_MEM,
1104 },
1105 [1] = {
1106 .start = intcs_evt2irq(0x880),
1107 .flags = IORESOURCE_IRQ,
1108 },
1109 [2] = {
1110 /* place holder for contiguous memory */
1111 },
1112};
1113
1114static struct platform_device ceu_device = {
1115 .name = "sh_mobile_ceu",
1116 .id = 0, /* "ceu0" clock */
1117 .num_resources = ARRAY_SIZE(ceu_resources),
1118 .resource = ceu_resources,
1119 .dev = {
Guennadi Liakhovetski05a5f012011-03-23 09:29:16 +00001120 .platform_data = &sh_mobile_ceu_info,
1121 .coherent_dma_mask = 0xffffffff,
Magnus Dammae37c8d2010-12-22 14:47:40 +00001122 },
1123};
1124
1125static struct platform_device mackerel_camera = {
1126 .name = "soc-camera-pdrv",
1127 .id = 0,
1128 .dev = {
1129 .platform_data = &camera_link,
1130 },
1131};
1132
Kuninori Morimoto920adc72010-11-29 02:21:21 +00001133static struct platform_device *mackerel_devices[] __initdata = {
1134 &nor_flash_device,
Kuninori Morimoto2264c152010-11-29 02:21:37 +00001135 &smc911x_device,
Kuninori Morimoto11fee462010-11-29 02:21:43 +00001136 &lcdc_device,
Kuninori Morimoto25338f22010-11-30 04:37:33 +00001137 &usb1_host_device,
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +00001138 &usbhs1_device,
Kuninori Morimotod44deb32010-11-30 06:52:18 +00001139 &leds_device,
Kuninori Morimoto1a44d722010-12-01 00:31:46 +00001140 &fsi_device,
1141 &fsi_ak4643_device,
Kuninori Morimoto3f25c9c2011-01-24 10:09:02 +09001142 &fsi_hdmi_device,
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001143 &sdhi0_device,
Guennadi Liakhovetski5bcd7512011-05-05 15:56:27 +00001144#if !defined(CONFIG_MMC_SH_MMCIF) && !defined(CONFIG_MMC_SH_MMCIF_MODULE)
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001145 &sdhi1_device,
Yusuke Goda41491b92010-12-15 08:31:04 +00001146#endif
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001147 &sdhi2_device,
Yusuke Goda41491b92010-12-15 08:31:04 +00001148 &sh_mmcif_device,
Magnus Dammae37c8d2010-12-22 14:47:40 +00001149 &ceu_device,
1150 &mackerel_camera,
Kuninori Morimoto12c43092011-01-06 02:44:09 +00001151 &hdmi_lcdc_device,
1152 &hdmi_device,
Kuninori Morimoto1a44d722010-12-01 00:31:46 +00001153};
1154
Tony SIMcd8ab002010-12-09 01:55:55 +00001155/* Keypad Initialization */
1156#define KEYPAD_BUTTON(ev_type, ev_code, act_low) \
1157{ \
1158 .type = ev_type, \
1159 .code = ev_code, \
1160 .active_low = act_low, \
1161}
1162
1163#define KEYPAD_BUTTON_LOW(event_code) KEYPAD_BUTTON(EV_KEY, event_code, 1)
1164
1165static struct tca6416_button mackerel_gpio_keys[] = {
1166 KEYPAD_BUTTON_LOW(KEY_HOME),
1167 KEYPAD_BUTTON_LOW(KEY_MENU),
1168 KEYPAD_BUTTON_LOW(KEY_BACK),
1169 KEYPAD_BUTTON_LOW(KEY_POWER),
1170};
1171
1172static struct tca6416_keys_platform_data mackerel_tca6416_keys_info = {
1173 .buttons = mackerel_gpio_keys,
1174 .nbuttons = ARRAY_SIZE(mackerel_gpio_keys),
1175 .rep = 1,
1176 .use_polling = 0,
1177 .pinmask = 0x000F,
1178};
1179
Kuninori Morimoto1a44d722010-12-01 00:31:46 +00001180/* I2C */
Tony SIM6ae1e192011-01-11 09:47:59 +09001181#define IRQ7 evt2irq(0x02e0)
Tony SIMcd8ab002010-12-09 01:55:55 +00001182#define IRQ9 evt2irq(0x0320)
1183
Kuninori Morimoto1a44d722010-12-01 00:31:46 +00001184static struct i2c_board_info i2c0_devices[] = {
1185 {
1186 I2C_BOARD_INFO("ak4643", 0x13),
1187 },
Tony SIMcd8ab002010-12-09 01:55:55 +00001188 /* Keypad */
1189 {
1190 I2C_BOARD_INFO("tca6408-keys", 0x20),
1191 .platform_data = &mackerel_tca6416_keys_info,
1192 .irq = IRQ9,
1193 },
Tony SIM6ae1e192011-01-11 09:47:59 +09001194 /* Touchscreen */
1195 {
1196 I2C_BOARD_INFO("st1232-ts", 0x55),
1197 .irq = IRQ7,
1198 },
Kuninori Morimoto920adc72010-11-29 02:21:21 +00001199};
1200
Tony SIM80f1dc72010-12-07 09:12:14 +00001201#define IRQ21 evt2irq(0x32a0)
1202
1203static struct i2c_board_info i2c1_devices[] = {
1204 /* Accelerometer */
1205 {
1206 I2C_BOARD_INFO("adxl34x", 0x53),
1207 .irq = IRQ21,
1208 },
1209};
1210
Kuninori Morimoto920adc72010-11-29 02:21:21 +00001211static struct map_desc mackerel_io_desc[] __initdata = {
1212 /* create a 1:1 entity map for 0xe6xxxxxx
1213 * used by CPGA, INTC and PFC.
1214 */
1215 {
1216 .virtual = 0xe6000000,
1217 .pfn = __phys_to_pfn(0xe6000000),
1218 .length = 256 << 20,
1219 .type = MT_DEVICE_NONSHARED
1220 },
1221};
1222
1223static void __init mackerel_map_io(void)
1224{
1225 iotable_init(mackerel_io_desc, ARRAY_SIZE(mackerel_io_desc));
1226
1227 /* setup early devices and console here as well */
1228 sh7372_add_early_devices();
1229 shmobile_setup_console();
1230}
1231
Kuninori Morimoto1a44d722010-12-01 00:31:46 +00001232#define GPIO_PORT9CR 0xE6051009
1233#define GPIO_PORT10CR 0xE605100A
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +00001234#define GPIO_PORT168CR 0xE60520A8
Kuninori Morimoto12c43092011-01-06 02:44:09 +00001235#define SRCR4 0xe61580bc
Kuninori Morimoto98d27b82011-01-06 02:44:15 +00001236#define USCCR1 0xE6058144
Kuninori Morimoto920adc72010-11-29 02:21:21 +00001237static void __init mackerel_init(void)
1238{
Kuninori Morimoto12c43092011-01-06 02:44:09 +00001239 u32 srcr4;
Kuninori Morimoto98d27b82011-01-06 02:44:15 +00001240 struct clk *clk;
Kuninori Morimoto12c43092011-01-06 02:44:09 +00001241
Kuninori Morimoto920adc72010-11-29 02:21:21 +00001242 sh7372_pinmux_init();
1243
1244 /* enable SCIFA0 */
1245 gpio_request(GPIO_FN_SCIFA0_TXD, NULL);
1246 gpio_request(GPIO_FN_SCIFA0_RXD, NULL);
1247
Kuninori Morimoto2264c152010-11-29 02:21:37 +00001248 /* enable SMSC911X */
1249 gpio_request(GPIO_FN_CS5A, NULL);
1250 gpio_request(GPIO_FN_IRQ6_39, NULL);
1251
Kuninori Morimoto11fee462010-11-29 02:21:43 +00001252 /* LCDC */
Kuninori Morimotoeb87e672010-11-29 06:19:52 +00001253 gpio_request(GPIO_FN_LCDD23, NULL);
1254 gpio_request(GPIO_FN_LCDD22, NULL);
1255 gpio_request(GPIO_FN_LCDD21, NULL);
1256 gpio_request(GPIO_FN_LCDD20, NULL);
1257 gpio_request(GPIO_FN_LCDD19, NULL);
1258 gpio_request(GPIO_FN_LCDD18, NULL);
Kuninori Morimoto11fee462010-11-29 02:21:43 +00001259 gpio_request(GPIO_FN_LCDD17, NULL);
1260 gpio_request(GPIO_FN_LCDD16, NULL);
1261 gpio_request(GPIO_FN_LCDD15, NULL);
1262 gpio_request(GPIO_FN_LCDD14, NULL);
1263 gpio_request(GPIO_FN_LCDD13, NULL);
1264 gpio_request(GPIO_FN_LCDD12, NULL);
1265 gpio_request(GPIO_FN_LCDD11, NULL);
1266 gpio_request(GPIO_FN_LCDD10, NULL);
1267 gpio_request(GPIO_FN_LCDD9, NULL);
1268 gpio_request(GPIO_FN_LCDD8, NULL);
1269 gpio_request(GPIO_FN_LCDD7, NULL);
1270 gpio_request(GPIO_FN_LCDD6, NULL);
1271 gpio_request(GPIO_FN_LCDD5, NULL);
1272 gpio_request(GPIO_FN_LCDD4, NULL);
1273 gpio_request(GPIO_FN_LCDD3, NULL);
1274 gpio_request(GPIO_FN_LCDD2, NULL);
1275 gpio_request(GPIO_FN_LCDD1, NULL);
1276 gpio_request(GPIO_FN_LCDD0, NULL);
1277 gpio_request(GPIO_FN_LCDDISP, NULL);
1278 gpio_request(GPIO_FN_LCDDCK, NULL);
1279
1280 gpio_request(GPIO_PORT31, NULL); /* backlight */
Magnus Damm1fbdfcd2011-03-21 07:49:45 +00001281 gpio_direction_output(GPIO_PORT31, 0); /* off by default */
Kuninori Morimoto11fee462010-11-29 02:21:43 +00001282
1283 gpio_request(GPIO_PORT151, NULL); /* LCDDON */
1284 gpio_direction_output(GPIO_PORT151, 1);
1285
Kuninori Morimoto25338f22010-11-30 04:37:33 +00001286 /* USB enable */
1287 gpio_request(GPIO_FN_VBUS0_1, NULL);
1288 gpio_request(GPIO_FN_IDIN_1_18, NULL);
1289 gpio_request(GPIO_FN_PWEN_1_115, NULL);
1290 gpio_request(GPIO_FN_OVCN_1_114, NULL);
1291 gpio_request(GPIO_FN_EXTLP_1, NULL);
1292 gpio_request(GPIO_FN_OVCN2_1, NULL);
Kuninori Morimoto66ee3be2011-05-25 07:56:25 +00001293 gpio_pull_down(GPIO_PORT168CR);
Kuninori Morimoto25338f22010-11-30 04:37:33 +00001294
1295 /* setup USB phy */
Kuninori Morimotod0fb0c42010-12-28 05:54:53 +00001296 __raw_writew(0x8a0a, 0xE6058130); /* USBCR4 */
Kuninori Morimoto25338f22010-11-30 04:37:33 +00001297
Kuninori Morimoto1a44d722010-12-01 00:31:46 +00001298 /* enable FSI2 port A (ak4643) */
1299 gpio_request(GPIO_FN_FSIAIBT, NULL);
1300 gpio_request(GPIO_FN_FSIAILR, NULL);
1301 gpio_request(GPIO_FN_FSIAISLD, NULL);
1302 gpio_request(GPIO_FN_FSIAOSLD, NULL);
1303 gpio_request(GPIO_PORT161, NULL);
1304 gpio_direction_output(GPIO_PORT161, 0); /* slave */
1305
1306 gpio_request(GPIO_PORT9, NULL);
1307 gpio_request(GPIO_PORT10, NULL);
1308 gpio_no_direction(GPIO_PORT9CR); /* FSIAOBT needs no direction */
1309 gpio_no_direction(GPIO_PORT10CR); /* FSIAOLR needs no direction */
1310
1311 intc_set_priority(IRQ_FSI, 3); /* irq priority FSI(3) > SMSC911X(2) */
1312
Kuninori Morimoto98d27b82011-01-06 02:44:15 +00001313 /* setup FSI2 port B (HDMI) */
1314 gpio_request(GPIO_FN_FSIBCK, NULL);
1315 __raw_writew(__raw_readw(USCCR1) & ~(1 << 6), USCCR1); /* use SPDIF */
1316
1317 /* set SPU2 clock to 119.6 MHz */
1318 clk = clk_get(NULL, "spu_clk");
1319 if (!IS_ERR(clk)) {
1320 clk_set_rate(clk, clk_round_rate(clk, 119600000));
1321 clk_put(clk);
1322 }
1323
Tony SIMcd8ab002010-12-09 01:55:55 +00001324 /* enable Keypad */
1325 gpio_request(GPIO_FN_IRQ9_42, NULL);
Thomas Gleixner6845664a2011-03-24 13:25:22 +01001326 irq_set_irq_type(IRQ9, IRQ_TYPE_LEVEL_HIGH);
Tony SIMcd8ab002010-12-09 01:55:55 +00001327
Tony SIM6ae1e192011-01-11 09:47:59 +09001328 /* enable Touchscreen */
1329 gpio_request(GPIO_FN_IRQ7_40, NULL);
Thomas Gleixner6845664a2011-03-24 13:25:22 +01001330 irq_set_irq_type(IRQ7, IRQ_TYPE_LEVEL_LOW);
Tony SIM6ae1e192011-01-11 09:47:59 +09001331
Tony SIM80f1dc72010-12-07 09:12:14 +00001332 /* enable Accelerometer */
1333 gpio_request(GPIO_FN_IRQ21, NULL);
Thomas Gleixner6845664a2011-03-24 13:25:22 +01001334 irq_set_irq_type(IRQ21, IRQ_TYPE_LEVEL_HIGH);
Kuninori Morimoto1a44d722010-12-01 00:31:46 +00001335
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001336 /* enable SDHI0 */
1337 gpio_request(GPIO_FN_SDHICD0, NULL);
1338 gpio_request(GPIO_FN_SDHIWP0, NULL);
1339 gpio_request(GPIO_FN_SDHICMD0, NULL);
1340 gpio_request(GPIO_FN_SDHICLK0, NULL);
1341 gpio_request(GPIO_FN_SDHID0_3, NULL);
1342 gpio_request(GPIO_FN_SDHID0_2, NULL);
1343 gpio_request(GPIO_FN_SDHID0_1, NULL);
1344 gpio_request(GPIO_FN_SDHID0_0, NULL);
1345
Guennadi Liakhovetski5bcd7512011-05-05 15:56:27 +00001346#if !defined(CONFIG_MMC_SH_MMCIF) && !defined(CONFIG_MMC_SH_MMCIF_MODULE)
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001347 /* enable SDHI1 */
1348 gpio_request(GPIO_FN_SDHICMD1, NULL);
1349 gpio_request(GPIO_FN_SDHICLK1, NULL);
1350 gpio_request(GPIO_FN_SDHID1_3, NULL);
1351 gpio_request(GPIO_FN_SDHID1_2, NULL);
1352 gpio_request(GPIO_FN_SDHID1_1, NULL);
1353 gpio_request(GPIO_FN_SDHID1_0, NULL);
Yusuke Goda41491b92010-12-15 08:31:04 +00001354#endif
Yusuke Goda6dff7da2010-12-14 14:18:03 +09001355 /* card detect pin for MMC slot (CN7) */
1356 gpio_request(GPIO_PORT41, NULL);
1357 gpio_direction_input(GPIO_PORT41);
1358
1359 /* enable SDHI2 */
1360 gpio_request(GPIO_FN_SDHICMD2, NULL);
1361 gpio_request(GPIO_FN_SDHICLK2, NULL);
1362 gpio_request(GPIO_FN_SDHID2_3, NULL);
1363 gpio_request(GPIO_FN_SDHID2_2, NULL);
1364 gpio_request(GPIO_FN_SDHID2_1, NULL);
1365 gpio_request(GPIO_FN_SDHID2_0, NULL);
1366
Yusuke Godada5d1f42011-01-07 09:48:36 +00001367 /* card detect pin for microSD slot (CN23) */
1368 gpio_request(GPIO_PORT162, NULL);
1369 gpio_direction_input(GPIO_PORT162);
1370
Yusuke Goda41491b92010-12-15 08:31:04 +00001371 /* MMCIF */
1372 gpio_request(GPIO_FN_MMCD0_0, NULL);
1373 gpio_request(GPIO_FN_MMCD0_1, NULL);
1374 gpio_request(GPIO_FN_MMCD0_2, NULL);
1375 gpio_request(GPIO_FN_MMCD0_3, NULL);
1376 gpio_request(GPIO_FN_MMCD0_4, NULL);
1377 gpio_request(GPIO_FN_MMCD0_5, NULL);
1378 gpio_request(GPIO_FN_MMCD0_6, NULL);
1379 gpio_request(GPIO_FN_MMCD0_7, NULL);
1380 gpio_request(GPIO_FN_MMCCMD0, NULL);
1381 gpio_request(GPIO_FN_MMCCLK0, NULL);
1382
Yusuke Goda56e78da2010-12-20 01:06:04 +00001383 /* enable GPS module (GT-720F) */
1384 gpio_request(GPIO_FN_SCIFA2_TXD1, NULL);
1385 gpio_request(GPIO_FN_SCIFA2_RXD1, NULL);
1386
Magnus Dammae37c8d2010-12-22 14:47:40 +00001387 /* CEU */
1388 gpio_request(GPIO_FN_VIO_CLK, NULL);
1389 gpio_request(GPIO_FN_VIO_VD, NULL);
1390 gpio_request(GPIO_FN_VIO_HD, NULL);
1391 gpio_request(GPIO_FN_VIO_FIELD, NULL);
1392 gpio_request(GPIO_FN_VIO_CKO, NULL);
1393 gpio_request(GPIO_FN_VIO_D7, NULL);
1394 gpio_request(GPIO_FN_VIO_D6, NULL);
1395 gpio_request(GPIO_FN_VIO_D5, NULL);
1396 gpio_request(GPIO_FN_VIO_D4, NULL);
1397 gpio_request(GPIO_FN_VIO_D3, NULL);
1398 gpio_request(GPIO_FN_VIO_D2, NULL);
1399 gpio_request(GPIO_FN_VIO_D1, NULL);
1400 gpio_request(GPIO_FN_VIO_D0, NULL);
1401
Kuninori Morimoto12c43092011-01-06 02:44:09 +00001402 /* HDMI */
1403 gpio_request(GPIO_FN_HDMI_HPD, NULL);
1404 gpio_request(GPIO_FN_HDMI_CEC, NULL);
1405
1406 /* Reset HDMI, must be held at least one EXTALR (32768Hz) period */
1407 srcr4 = __raw_readl(SRCR4);
1408 __raw_writel(srcr4 | (1 << 13), SRCR4);
1409 udelay(50);
1410 __raw_writel(srcr4 & ~(1 << 13), SRCR4);
1411
Kuninori Morimoto1a44d722010-12-01 00:31:46 +00001412 i2c_register_board_info(0, i2c0_devices,
1413 ARRAY_SIZE(i2c0_devices));
Tony SIM80f1dc72010-12-07 09:12:14 +00001414 i2c_register_board_info(1, i2c1_devices,
1415 ARRAY_SIZE(i2c1_devices));
Kuninori Morimoto11fee462010-11-29 02:21:43 +00001416
Kuninori Morimoto920adc72010-11-29 02:21:21 +00001417 sh7372_add_standard_devices();
1418
1419 platform_add_devices(mackerel_devices, ARRAY_SIZE(mackerel_devices));
Guennadi Liakhovetski2ce51f82011-04-04 17:08:05 +02001420
1421 hdmi_init_pm_clock();
Magnus Damm97991652011-04-29 02:28:08 +09001422 sh7372_pm_init();
Kuninori Morimoto920adc72010-11-29 02:21:21 +00001423}
1424
1425static void __init mackerel_timer_init(void)
1426{
1427 sh7372_clock_init();
1428 shmobile_timer.init();
Kuninori Morimoto12c43092011-01-06 02:44:09 +00001429
1430 /* External clock source */
1431 clk_set_rate(&sh7372_dv_clki_clk, 27000000);
Kuninori Morimoto920adc72010-11-29 02:21:21 +00001432}
1433
1434static struct sys_timer mackerel_timer = {
1435 .init = mackerel_timer_init,
1436};
1437
1438MACHINE_START(MACKEREL, "mackerel")
1439 .map_io = mackerel_map_io,
1440 .init_irq = sh7372_init_irq,
Magnus Damm863b1712010-12-28 08:27:01 +00001441 .handle_irq = shmobile_handle_irq_intc,
Kuninori Morimoto920adc72010-11-29 02:21:21 +00001442 .init_machine = mackerel_init,
1443 .timer = &mackerel_timer,
1444MACHINE_END