blob: f7f9ac51e070eb83f4c63c279d43c029339bec62 [file] [log] [blame]
Kuninori Morimoto4d22e562012-04-06 01:28:59 -07001/*
2 * armadillo 800 eva board support
3 *
4 * Copyright (C) 2012 Renesas Solutions Corp.
5 * Copyright (C) 2012 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; version 2 of the License.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19 *
20 */
21
22#include <linux/clk.h>
Kuninori Morimoto1c962932012-04-24 02:09:08 -070023#include <linux/delay.h>
Kuninori Morimoto4d22e562012-04-06 01:28:59 -070024#include <linux/err.h>
25#include <linux/kernel.h>
Kuninori Morimotof7e7d312012-04-06 01:31:33 -070026#include <linux/input.h>
Kuninori Morimoto1c962932012-04-24 02:09:08 -070027#include <linux/irq.h>
Kuninori Morimoto4d22e562012-04-06 01:28:59 -070028#include <linux/platform_device.h>
29#include <linux/gpio.h>
Kuninori Morimotof7e7d312012-04-06 01:31:33 -070030#include <linux/gpio_keys.h>
Kuninori Morimotod8fed1e2012-04-06 01:32:02 -070031#include <linux/sh_eth.h>
Kuninori Morimotodad29d12012-04-06 01:30:09 -070032#include <linux/videodev2.h>
Kuninori Morimoto1c962932012-04-24 02:09:08 -070033#include <linux/usb/renesas_usbhs.h>
Kuninori Morimoto49c01112012-04-24 02:09:19 -070034#include <linux/mfd/tmio.h>
35#include <linux/mmc/host.h>
Kuninori Morimoto0a4266b2012-04-24 02:09:42 -070036#include <linux/mmc/sh_mmcif.h>
Kuninori Morimoto49c01112012-04-24 02:09:19 -070037#include <linux/mmc/sh_mobile_sdhi.h>
Kuninori Morimoto4d22e562012-04-06 01:28:59 -070038#include <mach/common.h>
39#include <mach/irqs.h>
Kuninori Morimoto3760e792012-06-12 02:40:07 -070040#include <mach/r8a7740.h>
41#include <media/mt9t112.h>
42#include <media/sh_mobile_ceu.h>
43#include <media/soc_camera.h>
Kuninori Morimoto4d22e562012-04-06 01:28:59 -070044#include <asm/page.h>
45#include <asm/mach-types.h>
46#include <asm/mach/arch.h>
47#include <asm/mach/map.h>
48#include <asm/mach/time.h>
49#include <asm/hardware/cache-l2x0.h>
Kuninori Morimotodad29d12012-04-06 01:30:09 -070050#include <video/sh_mobile_lcdc.h>
Kuninori Morimoto910c14d2012-06-12 02:39:11 -070051#include <video/sh_mobile_hdmi.h>
Kuninori Morimoto5389bf72012-06-25 03:32:50 -070052#include <sound/sh_fsi.h>
53#include <sound/simple_card.h>
Kuninori Morimoto4d22e562012-04-06 01:28:59 -070054
55/*
56 * CON1 Camera Module
57 * CON2 Extension Bus
58 * CON3 HDMI Output
59 * CON4 Composite Video Output
60 * CON5 H-UDI JTAG
61 * CON6 ARM JTAG
62 * CON7 SD1
63 * CON8 SD2
64 * CON9 RTC BackUp
65 * CON10 Monaural Mic Input
66 * CON11 Stereo Headphone Output
67 * CON12 Audio Line Output(L)
68 * CON13 Audio Line Output(R)
69 * CON14 AWL13 Module
70 * CON15 Extension
71 * CON16 LCD1
72 * CON17 LCD2
73 * CON19 Power Input
74 * CON20 USB1
75 * CON21 USB2
76 * CON22 Serial
77 * CON23 LAN
78 * CON24 USB3
79 * LED1 Camera LED(Yellow)
80 * LED2 Power LED (Green)
81 * ED3-LED6 User LED(Yellow)
82 * LED7 LAN link LED(Green)
83 * LED8 LAN activity LED(Yellow)
84 */
85
86/*
87 * DipSwitch
88 *
89 * SW1
90 *
91 * -12345678-+---------------+----------------------------
92 * 1 | boot | hermit
93 * 0 | boot | OS auto boot
94 * -12345678-+---------------+----------------------------
95 * 00 | boot device | eMMC
96 * 10 | boot device | SDHI0 (CON7)
97 * 01 | boot device | -
98 * 11 | boot device | Extension Buss (CS0)
99 * -12345678-+---------------+----------------------------
100 * 0 | Extension Bus | D8-D15 disable, eMMC enable
101 * 1 | Extension Bus | D8-D15 enable, eMMC disable
102 * -12345678-+---------------+----------------------------
Kuninori Morimoto2e3a5ef2012-04-24 02:09:31 -0700103 * 0 | SDHI1 | COM8 disable, COM14 enable
Kuninori Morimoto4d22e562012-04-06 01:28:59 -0700104 * 1 | SDHI1 | COM8 enable, COM14 disable
105 * -12345678-+---------------+----------------------------
Kuninori Morimoto1c962932012-04-24 02:09:08 -0700106 * 0 | USB0 | COM20 enable, COM24 disable
107 * 1 | USB0 | COM20 disable, COM24 enable
108 * -12345678-+---------------+----------------------------
Kuninori Morimoto4d22e562012-04-06 01:28:59 -0700109 * 00 | JTAG | SH-X2
110 * 10 | JTAG | ARM
111 * 01 | JTAG | -
112 * 11 | JTAG | Boundary Scan
113 *-----------+---------------+----------------------------
114 */
115
Kuninori Morimoto1c962932012-04-24 02:09:08 -0700116/*
Kuninori Morimoto5389bf72012-06-25 03:32:50 -0700117 * FSI-WM8978
118 *
119 * this command is required when playback.
120 *
121 * # amixer set "Headphone" 50
122 */
123
124/*
125 * FIXME !!
126 *
127 * gpio_no_direction
128 *
129 * current gpio frame work doesn't have
130 * the method to control only pull up/down/free.
131 * this function should be replaced by correct gpio function
132 */
133static void __init gpio_no_direction(u32 addr)
134{
135 __raw_writeb(0x00, addr);
136}
137
138/*
Kuninori Morimoto1c962932012-04-24 02:09:08 -0700139 * USB function
140 *
141 * When you use USB Function,
142 * set SW1.6 ON, and connect cable to CN24.
143 *
144 * USBF needs workaround on R8A7740 chip.
145 * These are a little bit complex.
146 * see
147 * usbhsf_power_ctrl()
148 *
149 * CAUTION
150 *
151 * It uses autonomy mode for USB hotplug at this point
152 * (= usbhs_private.platform_callback.get_vbus is NULL),
153 * since we don't know what's happen on PM control
154 * on this workaround.
155 */
156#define USBCR1 0xe605810a
157#define USBH 0xC6700000
158#define USBH_USBCTR 0x10834
159
160struct usbhsf_private {
161 struct clk *phy;
162 struct clk *usb24;
163 struct clk *pci;
164 struct clk *func;
165 struct clk *host;
166 void __iomem *usbh_base;
167 struct renesas_usbhs_platform_info info;
168};
169
170#define usbhsf_get_priv(pdev) \
171 container_of(renesas_usbhs_get_info(pdev), \
172 struct usbhsf_private, info)
173
174static int usbhsf_get_id(struct platform_device *pdev)
175{
176 return USBHS_GADGET;
177}
178
179static void usbhsf_power_ctrl(struct platform_device *pdev,
180 void __iomem *base, int enable)
181{
182 struct usbhsf_private *priv = usbhsf_get_priv(pdev);
183
184 /*
185 * Work around for USB Function.
186 * It needs USB host clock, and settings
187 */
188 if (enable) {
189 /*
190 * enable all the related usb clocks
191 * for usb workaround
192 */
193 clk_enable(priv->usb24);
194 clk_enable(priv->pci);
195 clk_enable(priv->host);
196 clk_enable(priv->func);
197 clk_enable(priv->phy);
198
199 /*
200 * set USBCR1
201 *
202 * Port1 is driven by USB function,
203 * Port2 is driven by USB HOST
204 * One HOST (Port1 or Port2 is HOST)
205 * USB PLL input clock = 24MHz
206 */
207 __raw_writew(0xd750, USBCR1);
208 mdelay(1);
209
210 /*
211 * start USB Host
212 */
213 __raw_writel(0x0000000c, priv->usbh_base + USBH_USBCTR);
214 __raw_writel(0x00000008, priv->usbh_base + USBH_USBCTR);
215 mdelay(10);
216
217 /*
218 * USB PHY Power ON
219 */
220 __raw_writew(0xd770, USBCR1);
221 __raw_writew(0x4000, base + 0x102); /* USBF :: SUSPMODE */
222
223 } else {
224 __raw_writel(0x0000010f, priv->usbh_base + USBH_USBCTR);
225 __raw_writew(0xd7c0, USBCR1); /* GPIO */
226
227 clk_disable(priv->phy);
228 clk_disable(priv->func); /* usb work around */
229 clk_disable(priv->host); /* usb work around */
230 clk_disable(priv->pci); /* usb work around */
231 clk_disable(priv->usb24); /* usb work around */
232 }
233}
234
235static void usbhsf_hardware_exit(struct platform_device *pdev)
236{
237 struct usbhsf_private *priv = usbhsf_get_priv(pdev);
238
239 if (!IS_ERR(priv->phy))
240 clk_put(priv->phy);
241 if (!IS_ERR(priv->usb24))
242 clk_put(priv->usb24);
243 if (!IS_ERR(priv->pci))
244 clk_put(priv->pci);
245 if (!IS_ERR(priv->host))
246 clk_put(priv->host);
247 if (!IS_ERR(priv->func))
248 clk_put(priv->func);
249 if (priv->usbh_base)
250 iounmap(priv->usbh_base);
251
252 priv->phy = NULL;
253 priv->usb24 = NULL;
254 priv->pci = NULL;
255 priv->host = NULL;
256 priv->func = NULL;
257 priv->usbh_base = NULL;
258}
259
260static int usbhsf_hardware_init(struct platform_device *pdev)
261{
262 struct usbhsf_private *priv = usbhsf_get_priv(pdev);
263
264 priv->phy = clk_get(&pdev->dev, "phy");
265 priv->usb24 = clk_get(&pdev->dev, "usb24");
266 priv->pci = clk_get(&pdev->dev, "pci");
267 priv->func = clk_get(&pdev->dev, "func");
268 priv->host = clk_get(&pdev->dev, "host");
269 priv->usbh_base = ioremap_nocache(USBH, 0x20000);
270
271 if (IS_ERR(priv->phy) ||
272 IS_ERR(priv->usb24) ||
273 IS_ERR(priv->pci) ||
274 IS_ERR(priv->host) ||
275 IS_ERR(priv->func) ||
276 !priv->usbh_base) {
277 dev_err(&pdev->dev, "USB clock setting failed\n");
278 usbhsf_hardware_exit(pdev);
279 return -EIO;
280 }
281
282 /* usb24 use 1/1 of parent clock (= usb24s = 24MHz) */
283 clk_set_rate(priv->usb24,
284 clk_get_rate(clk_get_parent(priv->usb24)));
285
286 return 0;
287}
288
289static struct usbhsf_private usbhsf_private = {
290 .info = {
291 .platform_callback = {
292 .get_id = usbhsf_get_id,
293 .hardware_init = usbhsf_hardware_init,
294 .hardware_exit = usbhsf_hardware_exit,
295 .power_ctrl = usbhsf_power_ctrl,
296 },
297 .driver_param = {
298 .buswait_bwait = 5,
299 .detection_delay = 5,
300 },
301 }
302};
303
304static struct resource usbhsf_resources[] = {
305 {
306 .name = "USBHS",
307 .start = 0xe6890000,
308 .end = 0xe6890104 - 1,
309 .flags = IORESOURCE_MEM,
310 },
311 {
312 .start = evt2irq(0x0A20),
313 .flags = IORESOURCE_IRQ,
314 },
315};
316
317static struct platform_device usbhsf_device = {
318 .name = "renesas_usbhs",
319 .dev = {
320 .platform_data = &usbhsf_private.info,
321 },
322 .id = -1,
323 .num_resources = ARRAY_SIZE(usbhsf_resources),
324 .resource = usbhsf_resources,
325};
326
Kuninori Morimotod8fed1e2012-04-06 01:32:02 -0700327/* Ether */
328static struct sh_eth_plat_data sh_eth_platdata = {
329 .phy = 0x00, /* LAN8710A */
330 .edmac_endian = EDMAC_LITTLE_ENDIAN,
331 .register_type = SH_ETH_REG_GIGABIT,
332 .phy_interface = PHY_INTERFACE_MODE_MII,
333};
334
335static struct resource sh_eth_resources[] = {
336 {
337 .start = 0xe9a00000,
338 .end = 0xe9a00800 - 1,
339 .flags = IORESOURCE_MEM,
340 }, {
341 .start = 0xe9a01800,
342 .end = 0xe9a02000 - 1,
343 .flags = IORESOURCE_MEM,
344 }, {
345 .start = evt2irq(0x0500),
346 .flags = IORESOURCE_IRQ,
347 },
348};
349
350static struct platform_device sh_eth_device = {
351 .name = "sh-eth",
Kuninori Morimoto9c18f232012-05-06 22:58:41 -0700352 .id = -1,
Kuninori Morimotod8fed1e2012-04-06 01:32:02 -0700353 .dev = {
354 .platform_data = &sh_eth_platdata,
355 },
356 .resource = sh_eth_resources,
357 .num_resources = ARRAY_SIZE(sh_eth_resources),
358};
359
Kuninori Morimotodad29d12012-04-06 01:30:09 -0700360/* LCDC */
361static struct fb_videomode lcdc0_mode = {
362 .name = "AMPIER/AM-800480",
363 .xres = 800,
364 .yres = 480,
365 .left_margin = 88,
366 .right_margin = 40,
367 .hsync_len = 128,
368 .upper_margin = 20,
369 .lower_margin = 5,
370 .vsync_len = 5,
371 .sync = 0,
372};
373
374static struct sh_mobile_lcdc_info lcdc0_info = {
375 .clock_source = LCDC_CLK_BUS,
376 .ch[0] = {
377 .chan = LCDC_CHAN_MAINLCD,
378 .fourcc = V4L2_PIX_FMT_RGB565,
379 .interface_type = RGB24,
380 .clock_divider = 5,
381 .flags = 0,
382 .lcd_modes = &lcdc0_mode,
383 .num_modes = 1,
384 .panel_cfg = {
385 .width = 111,
386 .height = 68,
387 },
388 },
389};
390
391static struct resource lcdc0_resources[] = {
392 [0] = {
393 .name = "LCD0",
394 .start = 0xfe940000,
395 .end = 0xfe943fff,
396 .flags = IORESOURCE_MEM,
397 },
398 [1] = {
399 .start = intcs_evt2irq(0x580),
400 .flags = IORESOURCE_IRQ,
401 },
402};
403
404static struct platform_device lcdc0_device = {
405 .name = "sh_mobile_lcdc_fb",
406 .num_resources = ARRAY_SIZE(lcdc0_resources),
407 .resource = lcdc0_resources,
408 .id = 0,
409 .dev = {
410 .platform_data = &lcdc0_info,
411 .coherent_dma_mask = ~0,
412 },
413};
414
Kuninori Morimoto910c14d2012-06-12 02:39:11 -0700415/*
416 * LCDC1/HDMI
417 */
418static struct sh_mobile_hdmi_info hdmi_info = {
419 .flags = HDMI_OUTPUT_PUSH_PULL |
420 HDMI_OUTPUT_POLARITY_HI |
421 HDMI_32BIT_REG |
422 HDMI_HAS_HTOP1 |
423 HDMI_SND_SRC_SPDIF,
424};
425
426static struct resource hdmi_resources[] = {
427 [0] = {
428 .name = "HDMI",
429 .start = 0xe6be0000,
430 .end = 0xe6be03ff,
431 .flags = IORESOURCE_MEM,
432 },
433 [1] = {
434 .start = evt2irq(0x1700),
435 .flags = IORESOURCE_IRQ,
436 },
437 [2] = {
438 .name = "HDMI emma3pf",
439 .start = 0xe6be4000,
440 .end = 0xe6be43ff,
441 .flags = IORESOURCE_MEM,
442 },
443};
444
445static struct platform_device hdmi_device = {
446 .name = "sh-mobile-hdmi",
447 .num_resources = ARRAY_SIZE(hdmi_resources),
448 .resource = hdmi_resources,
449 .id = -1,
450 .dev = {
451 .platform_data = &hdmi_info,
452 },
453};
454
455static const struct fb_videomode lcdc1_mode = {
456 .name = "HDMI 720p",
457 .xres = 1280,
458 .yres = 720,
459 .pixclock = 13468,
460 .left_margin = 220,
461 .right_margin = 110,
462 .hsync_len = 40,
463 .upper_margin = 20,
464 .lower_margin = 5,
465 .vsync_len = 5,
466 .refresh = 60,
467 .sync = FB_SYNC_VERT_HIGH_ACT | FB_SYNC_HOR_HIGH_ACT,
468};
469
470static struct sh_mobile_lcdc_info hdmi_lcdc_info = {
471 .clock_source = LCDC_CLK_PERIPHERAL, /* HDMI clock */
472 .ch[0] = {
473 .chan = LCDC_CHAN_MAINLCD,
474 .fourcc = V4L2_PIX_FMT_RGB565,
475 .interface_type = RGB24,
476 .clock_divider = 1,
477 .flags = LCDC_FLAGS_DWPOL,
478 .lcd_modes = &lcdc1_mode,
479 .num_modes = 1,
480 .tx_dev = &hdmi_device,
481 .panel_cfg = {
482 .width = 1280,
483 .height = 720,
484 },
485 },
486};
487
488static struct resource hdmi_lcdc_resources[] = {
489 [0] = {
490 .name = "LCDC1",
491 .start = 0xfe944000,
492 .end = 0xfe948000 - 1,
493 .flags = IORESOURCE_MEM,
494 },
495 [1] = {
496 .start = intcs_evt2irq(0x1780),
497 .flags = IORESOURCE_IRQ,
498 },
499};
500
501static struct platform_device hdmi_lcdc_device = {
502 .name = "sh_mobile_lcdc_fb",
503 .num_resources = ARRAY_SIZE(hdmi_lcdc_resources),
504 .resource = hdmi_lcdc_resources,
505 .id = 1,
506 .dev = {
507 .platform_data = &hdmi_lcdc_info,
508 .coherent_dma_mask = ~0,
509 },
510};
511
Kuninori Morimotof7e7d312012-04-06 01:31:33 -0700512/* GPIO KEY */
513#define GPIO_KEY(c, g, d) { .code = c, .gpio = g, .desc = d, .active_low = 1 }
514
515static struct gpio_keys_button gpio_buttons[] = {
516 GPIO_KEY(KEY_POWER, GPIO_PORT99, "SW1"),
517 GPIO_KEY(KEY_BACK, GPIO_PORT100, "SW2"),
518 GPIO_KEY(KEY_MENU, GPIO_PORT97, "SW3"),
519 GPIO_KEY(KEY_HOME, GPIO_PORT98, "SW4"),
520};
521
522static struct gpio_keys_platform_data gpio_key_info = {
523 .buttons = gpio_buttons,
524 .nbuttons = ARRAY_SIZE(gpio_buttons),
525};
526
527static struct platform_device gpio_keys_device = {
528 .name = "gpio-keys",
529 .id = -1,
530 .dev = {
531 .platform_data = &gpio_key_info,
532 },
533};
534
Kuninori Morimoto49c01112012-04-24 02:09:19 -0700535/* SDHI0 */
536/*
537 * FIXME
538 *
539 * It use polling mode here, since
540 * CD (= Card Detect) pin is not connected to SDHI0_CD.
541 * We can use IRQ31 as card detect irq,
542 * but it needs chattering removal operation
543 */
544#define IRQ31 evt2irq(0x33E0)
545static struct sh_mobile_sdhi_info sdhi0_info = {
Kuninori Morimoto95798e32012-06-25 03:37:38 -0700546 .dma_slave_tx = SHDMA_SLAVE_SDHI0_TX,
547 .dma_slave_rx = SHDMA_SLAVE_SDHI0_RX,
Kuninori Morimoto49c01112012-04-24 02:09:19 -0700548 .tmio_caps = MMC_CAP_SD_HIGHSPEED | MMC_CAP_SDIO_IRQ |\
549 MMC_CAP_NEEDS_POLL,
550 .tmio_ocr_mask = MMC_VDD_165_195 | MMC_VDD_32_33 | MMC_VDD_33_34,
551 .tmio_flags = TMIO_MMC_HAS_IDLE_WAIT,
552};
553
554static struct resource sdhi0_resources[] = {
555 {
556 .name = "SDHI0",
557 .start = 0xe6850000,
558 .end = 0xe6850100 - 1,
559 .flags = IORESOURCE_MEM,
560 },
561 /*
562 * no SH_MOBILE_SDHI_IRQ_CARD_DETECT here
563 */
564 {
565 .name = SH_MOBILE_SDHI_IRQ_SDCARD,
566 .start = evt2irq(0x0E20),
567 .flags = IORESOURCE_IRQ,
568 },
569 {
570 .name = SH_MOBILE_SDHI_IRQ_SDIO,
571 .start = evt2irq(0x0E40),
572 .flags = IORESOURCE_IRQ,
573 },
574};
575
576static struct platform_device sdhi0_device = {
577 .name = "sh_mobile_sdhi",
578 .id = 0,
579 .dev = {
580 .platform_data = &sdhi0_info,
581 },
582 .num_resources = ARRAY_SIZE(sdhi0_resources),
583 .resource = sdhi0_resources,
584};
585
Kuninori Morimoto2e3a5ef2012-04-24 02:09:31 -0700586/* SDHI1 */
587static struct sh_mobile_sdhi_info sdhi1_info = {
Kuninori Morimoto95798e32012-06-25 03:37:38 -0700588 .dma_slave_tx = SHDMA_SLAVE_SDHI1_TX,
589 .dma_slave_rx = SHDMA_SLAVE_SDHI1_RX,
Kuninori Morimoto2e3a5ef2012-04-24 02:09:31 -0700590 .tmio_caps = MMC_CAP_SD_HIGHSPEED | MMC_CAP_SDIO_IRQ,
591 .tmio_ocr_mask = MMC_VDD_165_195 | MMC_VDD_32_33 | MMC_VDD_33_34,
592 .tmio_flags = TMIO_MMC_HAS_IDLE_WAIT,
593};
594
595static struct resource sdhi1_resources[] = {
596 [0] = {
597 .name = "SDHI1",
598 .start = 0xe6860000,
599 .end = 0xe6860100 - 1,
600 .flags = IORESOURCE_MEM,
601 },
602 [1] = {
603 .start = evt2irq(0x0E80),
604 .flags = IORESOURCE_IRQ,
605 },
606 [2] = {
607 .start = evt2irq(0x0EA0),
608 .flags = IORESOURCE_IRQ,
609 },
610 [3] = {
611 .start = evt2irq(0x0EC0),
612 .flags = IORESOURCE_IRQ,
613 },
614};
615
616static struct platform_device sdhi1_device = {
617 .name = "sh_mobile_sdhi",
618 .id = 1,
619 .dev = {
620 .platform_data = &sdhi1_info,
621 },
622 .num_resources = ARRAY_SIZE(sdhi1_resources),
623 .resource = sdhi1_resources,
624};
625
Kuninori Morimoto0a4266b2012-04-24 02:09:42 -0700626/* MMCIF */
627static struct sh_mmcif_plat_data sh_mmcif_plat = {
628 .sup_pclk = 0,
629 .ocr = MMC_VDD_165_195 | MMC_VDD_32_33 | MMC_VDD_33_34,
630 .caps = MMC_CAP_4_BIT_DATA |
631 MMC_CAP_8_BIT_DATA |
632 MMC_CAP_NONREMOVABLE,
633};
634
635static struct resource sh_mmcif_resources[] = {
636 [0] = {
637 .name = "MMCIF",
638 .start = 0xe6bd0000,
639 .end = 0xe6bd0100 - 1,
640 .flags = IORESOURCE_MEM,
641 },
642 [1] = {
643 /* MMC ERR */
644 .start = evt2irq(0x1AC0),
645 .flags = IORESOURCE_IRQ,
646 },
647 [2] = {
648 /* MMC NOR */
649 .start = evt2irq(0x1AE0),
650 .flags = IORESOURCE_IRQ,
651 },
652};
653
654static struct platform_device sh_mmcif_device = {
655 .name = "sh_mmcif",
656 .id = -1,
657 .dev = {
658 .platform_data = &sh_mmcif_plat,
659 },
660 .num_resources = ARRAY_SIZE(sh_mmcif_resources),
661 .resource = sh_mmcif_resources,
662};
663
Kuninori Morimoto3760e792012-06-12 02:40:07 -0700664/* Camera */
665static int mt9t111_power(struct device *dev, int mode)
666{
667 struct clk *mclk = clk_get(NULL, "video1");
668
669 if (IS_ERR(mclk)) {
670 dev_err(dev, "can't get video1 clock\n");
671 return -EINVAL;
672 }
673
674 if (mode) {
675 /* video1 (= CON1 camera) expect 24MHz */
676 clk_set_rate(mclk, clk_round_rate(mclk, 24000000));
677 clk_enable(mclk);
678 gpio_direction_output(GPIO_PORT158, 1);
679 } else {
680 gpio_direction_output(GPIO_PORT158, 0);
681 clk_disable(mclk);
682 }
683
684 clk_put(mclk);
685
686 return 0;
687}
688
689static struct i2c_board_info i2c_camera_mt9t111 = {
690 I2C_BOARD_INFO("mt9t112", 0x3d),
691};
692
693static struct mt9t112_camera_info mt9t111_info = {
694 .divider = { 16, 0, 0, 7, 0, 10, 14, 7, 7 },
695};
696
697static struct soc_camera_link mt9t111_link = {
698 .i2c_adapter_id = 0,
699 .bus_id = 0,
700 .board_info = &i2c_camera_mt9t111,
701 .power = mt9t111_power,
702 .priv = &mt9t111_info,
703};
704
705static struct platform_device camera_device = {
706 .name = "soc-camera-pdrv",
707 .id = 0,
708 .dev = {
709 .platform_data = &mt9t111_link,
710 },
711};
712
713/* CEU0 */
714static struct sh_mobile_ceu_info sh_mobile_ceu0_info = {
715 .flags = SH_CEU_FLAG_LOWER_8BIT,
716};
717
718static struct resource ceu0_resources[] = {
719 [0] = {
720 .name = "CEU",
721 .start = 0xfe910000,
722 .end = 0xfe91009f,
723 .flags = IORESOURCE_MEM,
724 },
725 [1] = {
726 .start = intcs_evt2irq(0x0500),
727 .flags = IORESOURCE_IRQ,
728 },
729 [2] = {
730 /* place holder for contiguous memory */
731 },
732};
733
734static struct platform_device ceu0_device = {
735 .name = "sh_mobile_ceu",
736 .id = 0,
737 .num_resources = ARRAY_SIZE(ceu0_resources),
738 .resource = ceu0_resources,
739 .dev = {
740 .platform_data = &sh_mobile_ceu0_info,
741 .coherent_dma_mask = 0xffffffff,
742 },
743};
744
Kuninori Morimoto5389bf72012-06-25 03:32:50 -0700745/* FSI */
Kuninori Morimoto0676c052012-06-25 03:33:04 -0700746static int fsi_hdmi_set_rate(struct device *dev, int rate, int enable)
747{
748 struct clk *fsib;
749 int ret;
750
751 /* it support 48KHz only */
752 if (48000 != rate)
753 return -EINVAL;
754
755 fsib = clk_get(dev, "ickb");
756 if (IS_ERR(fsib))
757 return -EINVAL;
758
759 if (enable) {
760 ret = SH_FSI_ACKMD_256 | SH_FSI_BPFMD_64;
761 clk_enable(fsib);
762 } else {
763 ret = 0;
764 clk_disable(fsib);
765 }
766
767 clk_put(fsib);
768
769 return ret;
770}
771
Kuninori Morimoto5389bf72012-06-25 03:32:50 -0700772static struct sh_fsi_platform_info fsi_info = {
773 /* FSI-WM8978 */
774 .port_a = {
Kuninori Morimotodc7dd582012-06-25 03:37:20 -0700775 .tx_id = SHDMA_SLAVE_FSIA_TX,
Kuninori Morimoto5389bf72012-06-25 03:32:50 -0700776 },
Kuninori Morimoto0676c052012-06-25 03:33:04 -0700777 /* FSI-HDMI */
778 .port_b = {
779 .flags = SH_FSI_FMT_SPDIF |
780 SH_FSI_ENABLE_STREAM_MODE,
781 .set_rate = fsi_hdmi_set_rate,
Kuninori Morimotodc7dd582012-06-25 03:37:20 -0700782 .tx_id = SHDMA_SLAVE_FSIB_TX,
Kuninori Morimoto0676c052012-06-25 03:33:04 -0700783 }
Kuninori Morimoto5389bf72012-06-25 03:32:50 -0700784};
785
786static struct resource fsi_resources[] = {
787 [0] = {
788 .name = "FSI",
789 .start = 0xfe1f0000,
790 .end = 0xfe1f8400 - 1,
791 .flags = IORESOURCE_MEM,
792 },
793 [1] = {
794 .start = evt2irq(0x1840),
795 .flags = IORESOURCE_IRQ,
796 },
797};
798
799static struct platform_device fsi_device = {
800 .name = "sh_fsi2",
801 .id = -1,
802 .num_resources = ARRAY_SIZE(fsi_resources),
803 .resource = fsi_resources,
804 .dev = {
805 .platform_data = &fsi_info,
806 },
807};
808
809/* FSI-WM8978 */
810static struct asoc_simple_dai_init_info fsi_wm8978_init_info = {
811 .fmt = SND_SOC_DAIFMT_I2S,
812 .codec_daifmt = SND_SOC_DAIFMT_CBM_CFM | SND_SOC_DAIFMT_NB_NF,
813 .cpu_daifmt = SND_SOC_DAIFMT_CBS_CFS,
814 .sysclk = 12288000,
815};
816
817static struct asoc_simple_card_info fsi_wm8978_info = {
818 .name = "wm8978",
819 .card = "FSI2A-WM8978",
820 .cpu_dai = "fsia-dai",
821 .codec = "wm8978.0-001a",
822 .platform = "sh_fsi2",
823 .codec_dai = "wm8978-hifi",
824 .init = &fsi_wm8978_init_info,
825};
826
827static struct platform_device fsi_wm8978_device = {
828 .name = "asoc-simple-card",
829 .id = 0,
830 .dev = {
831 .platform_data = &fsi_wm8978_info,
832 },
833};
834
Kuninori Morimoto0676c052012-06-25 03:33:04 -0700835/* FSI-HDMI */
836static struct asoc_simple_dai_init_info fsi2_hdmi_init_info = {
837 .cpu_daifmt = SND_SOC_DAIFMT_CBM_CFM,
838};
839
840static struct asoc_simple_card_info fsi2_hdmi_info = {
841 .name = "HDMI",
842 .card = "FSI2B-HDMI",
843 .cpu_dai = "fsib-dai",
844 .codec = "sh-mobile-hdmi",
845 .platform = "sh_fsi2",
846 .codec_dai = "sh_mobile_hdmi-hifi",
847 .init = &fsi2_hdmi_init_info,
848};
849
850static struct platform_device fsi_hdmi_device = {
851 .name = "asoc-simple-card",
852 .id = 1,
853 .dev = {
854 .platform_data = &fsi2_hdmi_info,
855 },
856};
857
Kuninori Morimoto46cf6682012-04-06 01:30:42 -0700858/* I2C */
859static struct i2c_board_info i2c0_devices[] = {
860 {
861 I2C_BOARD_INFO("st1232-ts", 0x55),
862 .irq = evt2irq(0x0340),
863 },
Kuninori Morimoto5389bf72012-06-25 03:32:50 -0700864 {
865 I2C_BOARD_INFO("wm8978", 0x1a),
866 },
Kuninori Morimoto46cf6682012-04-06 01:30:42 -0700867};
868
Kuninori Morimoto4d22e562012-04-06 01:28:59 -0700869/*
870 * board devices
871 */
872static struct platform_device *eva_devices[] __initdata = {
Kuninori Morimotodad29d12012-04-06 01:30:09 -0700873 &lcdc0_device,
Kuninori Morimotof7e7d312012-04-06 01:31:33 -0700874 &gpio_keys_device,
Kuninori Morimotod8fed1e2012-04-06 01:32:02 -0700875 &sh_eth_device,
Kuninori Morimoto49c01112012-04-24 02:09:19 -0700876 &sdhi0_device,
Kuninori Morimoto0a4266b2012-04-24 02:09:42 -0700877 &sh_mmcif_device,
Kuninori Morimoto910c14d2012-06-12 02:39:11 -0700878 &hdmi_device,
879 &hdmi_lcdc_device,
Kuninori Morimoto3760e792012-06-12 02:40:07 -0700880 &camera_device,
881 &ceu0_device,
Kuninori Morimoto5389bf72012-06-25 03:32:50 -0700882 &fsi_device,
Kuninori Morimoto0676c052012-06-25 03:33:04 -0700883 &fsi_hdmi_device,
Kuninori Morimoto5389bf72012-06-25 03:32:50 -0700884 &fsi_wm8978_device,
Kuninori Morimoto4d22e562012-04-06 01:28:59 -0700885};
886
Kuninori Morimoto1c962932012-04-24 02:09:08 -0700887static void __init eva_clock_init(void)
888{
889 struct clk *system = clk_get(NULL, "system_clk");
890 struct clk *xtal1 = clk_get(NULL, "extal1");
891 struct clk *usb24s = clk_get(NULL, "usb24s");
Kuninori Morimoto0676c052012-06-25 03:33:04 -0700892 struct clk *fsibck = clk_get(NULL, "fsibck");
893 struct clk *fsib = clk_get(&fsi_device.dev, "ickb");
Kuninori Morimoto1c962932012-04-24 02:09:08 -0700894
895 if (IS_ERR(system) ||
896 IS_ERR(xtal1) ||
Kuninori Morimoto0676c052012-06-25 03:33:04 -0700897 IS_ERR(usb24s) ||
898 IS_ERR(fsibck) ||
899 IS_ERR(fsib)) {
Kuninori Morimoto1c962932012-04-24 02:09:08 -0700900 pr_err("armadillo800eva board clock init failed\n");
901 goto clock_error;
902 }
903
904 /* armadillo 800 eva extal1 is 24MHz */
905 clk_set_rate(xtal1, 24000000);
906
907 /* usb24s use extal1 (= system) clock (= 24MHz) */
908 clk_set_parent(usb24s, system);
909
Kuninori Morimoto0676c052012-06-25 03:33:04 -0700910 /* FSIBCK is 12.288MHz, and it is parent of FSI-B */
911 clk_set_parent(fsib, fsibck);
912 clk_set_rate(fsibck, 12288000);
913 clk_set_rate(fsib, 12288000);
914
Kuninori Morimoto1c962932012-04-24 02:09:08 -0700915clock_error:
916 if (!IS_ERR(system))
917 clk_put(system);
918 if (!IS_ERR(xtal1))
919 clk_put(xtal1);
920 if (!IS_ERR(usb24s))
921 clk_put(usb24s);
Kuninori Morimoto0676c052012-06-25 03:33:04 -0700922 if (!IS_ERR(fsibck))
923 clk_put(fsibck);
924 if (!IS_ERR(fsib))
925 clk_put(fsib);
Kuninori Morimoto1c962932012-04-24 02:09:08 -0700926}
927
Kuninori Morimoto4d22e562012-04-06 01:28:59 -0700928/*
929 * board init
930 */
Kuninori Morimoto5389bf72012-06-25 03:32:50 -0700931#define GPIO_PORT7CR 0xe6050007
932#define GPIO_PORT8CR 0xe6050008
Kuninori Morimoto4d22e562012-04-06 01:28:59 -0700933static void __init eva_init(void)
934{
935 r8a7740_pinmux_init();
Kuninori Morimotod49679e2012-06-12 02:36:21 -0700936 r8a7740_meram_workaround();
Kuninori Morimoto4d22e562012-04-06 01:28:59 -0700937
938 /* SCIFA1 */
939 gpio_request(GPIO_FN_SCIFA1_RXD, NULL);
940 gpio_request(GPIO_FN_SCIFA1_TXD, NULL);
941
Kuninori Morimotodad29d12012-04-06 01:30:09 -0700942 /* LCDC0 */
943 gpio_request(GPIO_FN_LCDC0_SELECT, NULL);
944 gpio_request(GPIO_FN_LCD0_D0, NULL);
945 gpio_request(GPIO_FN_LCD0_D1, NULL);
946 gpio_request(GPIO_FN_LCD0_D2, NULL);
947 gpio_request(GPIO_FN_LCD0_D3, NULL);
948 gpio_request(GPIO_FN_LCD0_D4, NULL);
949 gpio_request(GPIO_FN_LCD0_D5, NULL);
950 gpio_request(GPIO_FN_LCD0_D6, NULL);
951 gpio_request(GPIO_FN_LCD0_D7, NULL);
952 gpio_request(GPIO_FN_LCD0_D8, NULL);
953 gpio_request(GPIO_FN_LCD0_D9, NULL);
954 gpio_request(GPIO_FN_LCD0_D10, NULL);
955 gpio_request(GPIO_FN_LCD0_D11, NULL);
956 gpio_request(GPIO_FN_LCD0_D12, NULL);
957 gpio_request(GPIO_FN_LCD0_D13, NULL);
958 gpio_request(GPIO_FN_LCD0_D14, NULL);
959 gpio_request(GPIO_FN_LCD0_D15, NULL);
960 gpio_request(GPIO_FN_LCD0_D16, NULL);
961 gpio_request(GPIO_FN_LCD0_D17, NULL);
962 gpio_request(GPIO_FN_LCD0_D18_PORT40, NULL);
963 gpio_request(GPIO_FN_LCD0_D19_PORT4, NULL);
964 gpio_request(GPIO_FN_LCD0_D20_PORT3, NULL);
965 gpio_request(GPIO_FN_LCD0_D21_PORT2, NULL);
966 gpio_request(GPIO_FN_LCD0_D22_PORT0, NULL);
967 gpio_request(GPIO_FN_LCD0_D23_PORT1, NULL);
968 gpio_request(GPIO_FN_LCD0_DCK, NULL);
969 gpio_request(GPIO_FN_LCD0_VSYN, NULL);
970 gpio_request(GPIO_FN_LCD0_HSYN, NULL);
971 gpio_request(GPIO_FN_LCD0_DISP, NULL);
972 gpio_request(GPIO_FN_LCD0_LCLK_PORT165, NULL);
973
974 gpio_request(GPIO_PORT61, NULL); /* LCDDON */
975 gpio_direction_output(GPIO_PORT61, 1);
976
977 gpio_request(GPIO_PORT202, NULL); /* LCD0_LED_CONT */
978 gpio_direction_output(GPIO_PORT202, 0);
979
Kuninori Morimoto46cf6682012-04-06 01:30:42 -0700980 /* Touchscreen */
981 gpio_request(GPIO_FN_IRQ10, NULL); /* TP_INT */
982 gpio_request(GPIO_PORT166, NULL); /* TP_RST_B */
983 gpio_direction_output(GPIO_PORT166, 1);
984
Kuninori Morimotod8fed1e2012-04-06 01:32:02 -0700985 /* GETHER */
986 gpio_request(GPIO_FN_ET_CRS, NULL);
987 gpio_request(GPIO_FN_ET_MDC, NULL);
988 gpio_request(GPIO_FN_ET_MDIO, NULL);
989 gpio_request(GPIO_FN_ET_TX_ER, NULL);
990 gpio_request(GPIO_FN_ET_RX_ER, NULL);
991 gpio_request(GPIO_FN_ET_ERXD0, NULL);
992 gpio_request(GPIO_FN_ET_ERXD1, NULL);
993 gpio_request(GPIO_FN_ET_ERXD2, NULL);
994 gpio_request(GPIO_FN_ET_ERXD3, NULL);
995 gpio_request(GPIO_FN_ET_TX_CLK, NULL);
996 gpio_request(GPIO_FN_ET_TX_EN, NULL);
997 gpio_request(GPIO_FN_ET_ETXD0, NULL);
998 gpio_request(GPIO_FN_ET_ETXD1, NULL);
999 gpio_request(GPIO_FN_ET_ETXD2, NULL);
1000 gpio_request(GPIO_FN_ET_ETXD3, NULL);
1001 gpio_request(GPIO_FN_ET_PHY_INT, NULL);
1002 gpio_request(GPIO_FN_ET_COL, NULL);
1003 gpio_request(GPIO_FN_ET_RX_DV, NULL);
1004 gpio_request(GPIO_FN_ET_RX_CLK, NULL);
1005
1006 gpio_request(GPIO_PORT18, NULL); /* PHY_RST */
1007 gpio_direction_output(GPIO_PORT18, 1);
1008
Kuninori Morimoto1c962932012-04-24 02:09:08 -07001009 /* USB */
1010 gpio_request(GPIO_PORT159, NULL); /* USB_DEVICE_MODE */
1011 gpio_direction_input(GPIO_PORT159);
1012
1013 if (gpio_get_value(GPIO_PORT159)) {
1014 /* USB Host */
1015 } else {
1016 /* USB Func */
1017 gpio_request(GPIO_FN_VBUS, NULL);
1018 platform_device_register(&usbhsf_device);
1019 }
1020
Kuninori Morimoto49c01112012-04-24 02:09:19 -07001021 /* SDHI0 */
1022 gpio_request(GPIO_FN_SDHI0_CMD, NULL);
1023 gpio_request(GPIO_FN_SDHI0_CLK, NULL);
1024 gpio_request(GPIO_FN_SDHI0_D0, NULL);
1025 gpio_request(GPIO_FN_SDHI0_D1, NULL);
1026 gpio_request(GPIO_FN_SDHI0_D2, NULL);
1027 gpio_request(GPIO_FN_SDHI0_D3, NULL);
1028 gpio_request(GPIO_FN_SDHI0_WP, NULL);
1029
1030 gpio_request(GPIO_PORT17, NULL); /* SDHI0_18/33_B */
1031 gpio_request(GPIO_PORT74, NULL); /* SDHI0_PON */
1032 gpio_request(GPIO_PORT75, NULL); /* SDSLOT1_PON */
1033 gpio_direction_output(GPIO_PORT17, 0);
1034 gpio_direction_output(GPIO_PORT74, 1);
1035 gpio_direction_output(GPIO_PORT75, 1);
1036
1037 /* we can use GPIO_FN_IRQ31_PORT167 here for SDHI0 CD irq */
1038
Kuninori Morimotodad29d12012-04-06 01:30:09 -07001039 /*
Kuninori Morimoto0a4266b2012-04-24 02:09:42 -07001040 * MMCIF
1041 *
1042 * Here doesn't care SW1.4 status,
1043 * since CON2 is not mounted.
1044 */
1045 gpio_request(GPIO_FN_MMC1_CLK_PORT103, NULL);
1046 gpio_request(GPIO_FN_MMC1_CMD_PORT104, NULL);
1047 gpio_request(GPIO_FN_MMC1_D0_PORT149, NULL);
1048 gpio_request(GPIO_FN_MMC1_D1_PORT148, NULL);
1049 gpio_request(GPIO_FN_MMC1_D2_PORT147, NULL);
1050 gpio_request(GPIO_FN_MMC1_D3_PORT146, NULL);
1051 gpio_request(GPIO_FN_MMC1_D4_PORT145, NULL);
1052 gpio_request(GPIO_FN_MMC1_D5_PORT144, NULL);
1053 gpio_request(GPIO_FN_MMC1_D6_PORT143, NULL);
1054 gpio_request(GPIO_FN_MMC1_D7_PORT142, NULL);
1055
Kuninori Morimoto3760e792012-06-12 02:40:07 -07001056 /* CEU0 */
1057 gpio_request(GPIO_FN_VIO0_D7, NULL);
1058 gpio_request(GPIO_FN_VIO0_D6, NULL);
1059 gpio_request(GPIO_FN_VIO0_D5, NULL);
1060 gpio_request(GPIO_FN_VIO0_D4, NULL);
1061 gpio_request(GPIO_FN_VIO0_D3, NULL);
1062 gpio_request(GPIO_FN_VIO0_D2, NULL);
1063 gpio_request(GPIO_FN_VIO0_D1, NULL);
1064 gpio_request(GPIO_FN_VIO0_D0, NULL);
1065 gpio_request(GPIO_FN_VIO0_CLK, NULL);
1066 gpio_request(GPIO_FN_VIO0_HD, NULL);
1067 gpio_request(GPIO_FN_VIO0_VD, NULL);
1068 gpio_request(GPIO_FN_VIO0_FIELD, NULL);
1069 gpio_request(GPIO_FN_VIO_CKO, NULL);
1070
1071 /* CON1/CON15 Camera */
1072 gpio_request(GPIO_PORT173, NULL); /* STANDBY */
1073 gpio_request(GPIO_PORT172, NULL); /* RST */
1074 gpio_request(GPIO_PORT158, NULL); /* CAM_PON */
1075 gpio_direction_output(GPIO_PORT173, 0);
1076 gpio_direction_output(GPIO_PORT172, 1);
1077 gpio_direction_output(GPIO_PORT158, 0); /* see mt9t111_power() */
1078
Kuninori Morimoto5389bf72012-06-25 03:32:50 -07001079 /* FSI-WM8978 */
1080 gpio_request(GPIO_FN_FSIAIBT, NULL);
1081 gpio_request(GPIO_FN_FSIAILR, NULL);
1082 gpio_request(GPIO_FN_FSIAOMC, NULL);
1083 gpio_request(GPIO_FN_FSIAOSLD, NULL);
1084 gpio_request(GPIO_FN_FSIAISLD_PORT5, NULL);
1085
1086 gpio_request(GPIO_PORT7, NULL);
1087 gpio_request(GPIO_PORT8, NULL);
1088 gpio_no_direction(GPIO_PORT7CR); /* FSIAOBT needs no direction */
1089 gpio_no_direction(GPIO_PORT8CR); /* FSIAOLR needs no direction */
1090
Kuninori Morimoto0676c052012-06-25 03:33:04 -07001091 /* FSI-HDMI */
1092 gpio_request(GPIO_FN_FSIBCK, NULL);
1093
1094 /* HDMI */
1095 gpio_request(GPIO_FN_HDMI_HPD, NULL);
1096 gpio_request(GPIO_FN_HDMI_CEC, NULL);
1097
Kuninori Morimoto0a4266b2012-04-24 02:09:42 -07001098 /*
Kuninori Morimotodad29d12012-04-06 01:30:09 -07001099 * CAUTION
1100 *
1101 * DBGMD/LCDC0/FSIA MUX
1102 * DBGMD_SELECT_B should be set after setting PFC Function.
1103 */
1104 gpio_request(GPIO_PORT176, NULL);
1105 gpio_direction_output(GPIO_PORT176, 1);
1106
Kuninori Morimoto2e3a5ef2012-04-24 02:09:31 -07001107 /*
1108 * We can switch CON8/CON14 by SW1.5,
1109 * but it needs after DBGMD_SELECT_B
1110 */
1111 gpio_request(GPIO_PORT6, NULL);
1112 gpio_direction_input(GPIO_PORT6);
1113 if (gpio_get_value(GPIO_PORT6)) {
1114 /* CON14 enable */
1115 } else {
1116 /* CON8 (SDHI1) enable */
1117 gpio_request(GPIO_FN_SDHI1_CLK, NULL);
1118 gpio_request(GPIO_FN_SDHI1_CMD, NULL);
1119 gpio_request(GPIO_FN_SDHI1_D0, NULL);
1120 gpio_request(GPIO_FN_SDHI1_D1, NULL);
1121 gpio_request(GPIO_FN_SDHI1_D2, NULL);
1122 gpio_request(GPIO_FN_SDHI1_D3, NULL);
1123 gpio_request(GPIO_FN_SDHI1_CD, NULL);
1124 gpio_request(GPIO_FN_SDHI1_WP, NULL);
1125
1126 gpio_request(GPIO_PORT16, NULL); /* SDSLOT2_PON */
1127 gpio_direction_output(GPIO_PORT16, 1);
1128
1129 platform_device_register(&sdhi1_device);
1130 }
1131
1132
Kuninori Morimoto4d22e562012-04-06 01:28:59 -07001133#ifdef CONFIG_CACHE_L2X0
1134 /* Early BRESP enable, Shared attribute override enable, 32K*8way */
1135 l2x0_init(__io(0xf0002000), 0x40440000, 0x82000fff);
1136#endif
1137
Kuninori Morimoto46cf6682012-04-06 01:30:42 -07001138 i2c_register_board_info(0, i2c0_devices, ARRAY_SIZE(i2c0_devices));
1139
Kuninori Morimoto4d22e562012-04-06 01:28:59 -07001140 r8a7740_add_standard_devices();
1141
1142 platform_add_devices(eva_devices,
1143 ARRAY_SIZE(eva_devices));
Kuninori Morimoto0676c052012-06-25 03:33:04 -07001144
1145 eva_clock_init();
Kuninori Morimoto4d22e562012-04-06 01:28:59 -07001146}
1147
1148static void __init eva_earlytimer_init(void)
1149{
Kuninori Morimoto4d22e562012-04-06 01:28:59 -07001150 r8a7740_clock_init(MD_CK0 | MD_CK2);
Kuninori Morimoto4d22e562012-04-06 01:28:59 -07001151 shmobile_earlytimer_init();
1152}
1153
1154static void __init eva_add_early_devices(void)
1155{
1156 r8a7740_add_early_devices();
1157
1158 /* override timer setup with board-specific code */
1159 shmobile_timer.init = eva_earlytimer_init;
1160}
1161
Magnus Damme6bf7052012-05-14 19:54:41 +09001162static const char *eva_boards_compat_dt[] __initdata = {
1163 "renesas,armadillo800eva",
1164 NULL,
1165};
1166
1167DT_MACHINE_START(ARMADILLO800EVA_DT, "armadillo800eva")
Kuninori Morimoto4d22e562012-04-06 01:28:59 -07001168 .map_io = r8a7740_map_io,
1169 .init_early = eva_add_early_devices,
1170 .init_irq = r8a7740_init_irq,
1171 .handle_irq = shmobile_handle_irq_intc,
1172 .init_machine = eva_init,
1173 .timer = &shmobile_timer,
Magnus Damme6bf7052012-05-14 19:54:41 +09001174 .dt_compat = eva_boards_compat_dt,
Kuninori Morimoto4d22e562012-04-06 01:28:59 -07001175MACHINE_END