4 * Copyright (C) 2010 Magnus Damm
5 * Copyright (C) 2008 Yoshihiro Shimoda
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.
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.
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
20 #include <linux/kernel.h>
21 #include <linux/init.h>
22 #include <linux/interrupt.h>
23 #include <linux/irq.h>
24 #include <linux/platform_device.h>
25 #include <linux/delay.h>
26 #include <linux/mtd/mtd.h>
27 #include <linux/mtd/partitions.h>
28 #include <linux/mtd/physmap.h>
29 #include <linux/usb/r8a66597.h>
31 #include <linux/input.h>
32 #include <linux/input/sh_keysc.h>
33 #include <linux/mmc/host.h>
34 #include <linux/mmc/sh_mobile_sdhi.h>
35 #include <linux/gpio.h>
36 #include <mach/sh7377.h>
37 #include <mach/common.h>
38 #include <asm/mach-types.h>
39 #include <asm/mach/arch.h>
40 #include <asm/mach/map.h>
41 #include <asm/mach/time.h>
46 * SDHI0 : card detection is possible
47 * SDHI1 : card detection is impossible
50 * JP74 : short # DBG_2V8A for SDHI0
51 * JP75 : NC # DBG_3V3A for SDHI0
52 * JP76 : NC # DBG_3V3A_SD for SDHI0
53 * JP77 : NC # 3V3A_SDIO for SDHI1
54 * JP78 : short # DBG_2V8A for SDHI1
55 * JP79 : NC # DBG_3V3A for SDHI1
56 * JP80 : NC # DBG_3V3A_SD for SDHI1
59 * S32 : all off # to dissever from G3-CORE_DBG board
60 * S33 : all off # to dissever from G3-CORE_DBG board
63 * S1 : all off # to dissever from G3-CORE_DBG board
64 * S3 : all off # to dissever from G3-CORE_DBG board
65 * S4 : all off # to dissever from G3-CORE_DBG board
68 static struct mtd_partition nor_flash_partitions
[] = {
76 .offset
= MTDPART_OFS_APPEND
,
81 .offset
= MTDPART_OFS_APPEND
,
82 .size
= 8 * 1024 * 1024,
83 .mask_flags
= MTD_WRITEABLE
,
87 .offset
= MTDPART_OFS_APPEND
,
88 .size
= 8 * 1024 * 1024,
92 .offset
= MTDPART_OFS_APPEND
,
93 .size
= MTDPART_SIZ_FULL
,
97 static struct physmap_flash_data nor_flash_data
= {
99 .parts
= nor_flash_partitions
,
100 .nr_parts
= ARRAY_SIZE(nor_flash_partitions
),
103 static struct resource nor_flash_resources
[] = {
106 .end
= 0x08000000 - 1,
107 .flags
= IORESOURCE_MEM
,
111 static struct platform_device nor_flash_device
= {
112 .name
= "physmap-flash",
114 .platform_data
= &nor_flash_data
,
116 .num_resources
= ARRAY_SIZE(nor_flash_resources
),
117 .resource
= nor_flash_resources
,
121 static void usb_host_port_power(int port
, int power
)
123 if (!power
) /* only power-on supported for now */
126 /* set VBOUT/PWEN and EXTLP0 in DVSTCTR */
127 __raw_writew(__raw_readw(0xe6890008) | 0x600, 0xe6890008);
130 static struct r8a66597_platdata usb_host_data
= {
132 .port_power
= usb_host_port_power
,
135 static struct resource usb_host_resources
[] = {
140 .flags
= IORESOURCE_MEM
,
143 .start
= evt2irq(0x0a20), /* USBHS_USHI0 */
144 .flags
= IORESOURCE_IRQ
,
148 static struct platform_device usb_host_device
= {
149 .name
= "r8a66597_hcd",
152 .platform_data
= &usb_host_data
,
154 .coherent_dma_mask
= 0xffffffff,
156 .num_resources
= ARRAY_SIZE(usb_host_resources
),
157 .resource
= usb_host_resources
,
161 static struct sh_keysc_info keysc_info
= {
162 .mode
= SH_KEYSC_MODE_5
,
166 KEY_A
, KEY_B
, KEY_C
, KEY_D
, KEY_E
, KEY_F
,
167 KEY_G
, KEY_H
, KEY_I
, KEY_J
, KEY_K
, KEY_L
,
168 KEY_M
, KEY_N
, KEY_U
, KEY_P
, KEY_Q
, KEY_R
,
169 KEY_S
, KEY_T
, KEY_U
, KEY_V
, KEY_W
, KEY_X
,
170 KEY_Y
, KEY_Z
, KEY_HOME
, KEY_SLEEP
, KEY_WAKEUP
, KEY_COFFEE
,
171 KEY_0
, KEY_1
, KEY_2
, KEY_3
, KEY_4
, KEY_5
,
172 KEY_6
, KEY_7
, KEY_8
, KEY_9
, KEY_STOP
, KEY_COMPUTER
,
176 static struct resource keysc_resources
[] = {
181 .flags
= IORESOURCE_MEM
,
184 .start
= evt2irq(0x0be0), /* KEYSC_KEY */
185 .flags
= IORESOURCE_IRQ
,
189 static struct platform_device keysc_device
= {
191 .id
= 0, /* keysc0 clock */
192 .num_resources
= ARRAY_SIZE(keysc_resources
),
193 .resource
= keysc_resources
,
195 .platform_data
= &keysc_info
,
200 static struct sh_mobile_sdhi_info sdhi0_info
= {
201 .tmio_caps
= MMC_CAP_SDIO_IRQ
,
204 static struct resource sdhi0_resources
[] = {
209 .flags
= IORESOURCE_MEM
,
212 .start
= evt2irq(0x0e00), /* SDHI0 */
213 .flags
= IORESOURCE_IRQ
,
217 static struct platform_device sdhi0_device
= {
218 .name
= "sh_mobile_sdhi",
219 .num_resources
= ARRAY_SIZE(sdhi0_resources
),
220 .resource
= sdhi0_resources
,
223 .platform_data
= &sdhi0_info
,
227 static struct sh_mobile_sdhi_info sdhi1_info
= {
228 .tmio_caps
= MMC_CAP_NONREMOVABLE
| MMC_CAP_SDIO_IRQ
,
231 static struct resource sdhi1_resources
[] = {
236 .flags
= IORESOURCE_MEM
,
239 .start
= evt2irq(0x0e80), /* SDHI1 */
240 .flags
= IORESOURCE_IRQ
,
244 static struct platform_device sdhi1_device
= {
245 .name
= "sh_mobile_sdhi",
246 .num_resources
= ARRAY_SIZE(sdhi1_resources
),
247 .resource
= sdhi1_resources
,
250 .platform_data
= &sdhi1_info
,
254 static struct platform_device
*g4evm_devices
[] __initdata
= {
262 static struct map_desc g4evm_io_desc
[] __initdata
= {
263 /* create a 1:1 entity map for 0xe6xxxxxx
264 * used by CPGA, INTC and PFC.
267 .virtual = 0xe6000000,
268 .pfn
= __phys_to_pfn(0xe6000000),
270 .type
= MT_DEVICE_NONSHARED
274 static void __init
g4evm_map_io(void)
276 iotable_init(g4evm_io_desc
, ARRAY_SIZE(g4evm_io_desc
));
278 /* setup early devices and console here as well */
279 sh7377_add_early_devices();
280 shmobile_setup_console();
283 #define GPIO_SDHID0_D0 0xe60520fc
284 #define GPIO_SDHID0_D1 0xe60520fd
285 #define GPIO_SDHID0_D2 0xe60520fe
286 #define GPIO_SDHID0_D3 0xe60520ff
287 #define GPIO_SDHICMD0 0xe6052100
289 #define GPIO_SDHID1_D0 0xe6052103
290 #define GPIO_SDHID1_D1 0xe6052104
291 #define GPIO_SDHID1_D2 0xe6052105
292 #define GPIO_SDHID1_D3 0xe6052106
293 #define GPIO_SDHICMD1 0xe6052107
298 * gpio_pull_up is quick_hack.
300 * current gpio frame work doesn't have
301 * the method to control only pull up/down/free.
302 * this function should be replaced by correct gpio function
304 static void __init
gpio_pull_up(u32 addr
)
306 u8 data
= __raw_readb(addr
);
310 __raw_writeb(data
, addr
);
313 static void __init
g4evm_init(void)
315 sh7377_pinmux_init();
318 gpio_request(GPIO_PORT109
, NULL
);
319 gpio_direction_output(GPIO_PORT109
, 1);
320 gpio_export(GPIO_PORT109
, 1);
323 gpio_request(GPIO_PORT110
, NULL
);
324 gpio_direction_output(GPIO_PORT110
, 1);
325 gpio_export(GPIO_PORT110
, 1);
328 gpio_request(GPIO_PORT112
, NULL
);
329 gpio_direction_output(GPIO_PORT112
, 1);
330 gpio_export(GPIO_PORT112
, 1);
333 gpio_request(GPIO_PORT113
, NULL
);
334 gpio_direction_output(GPIO_PORT113
, 1);
335 gpio_export(GPIO_PORT113
, 1);
338 gpio_request(GPIO_FN_VBUS_0
, NULL
);
339 gpio_request(GPIO_FN_PWEN
, NULL
);
340 gpio_request(GPIO_FN_OVCN
, NULL
);
341 gpio_request(GPIO_FN_OVCN2
, NULL
);
342 gpio_request(GPIO_FN_EXTLP
, NULL
);
343 gpio_request(GPIO_FN_IDIN
, NULL
);
346 __raw_writew(0x0200, 0xe605810a); /* USBCR1 */
347 __raw_writew(0x00e0, 0xe60581c0); /* CPFCH */
348 __raw_writew(0x6010, 0xe60581c6); /* CGPOSR */
349 __raw_writew(0x8a0a, 0xe605810c); /* USBCR2 */
352 gpio_request(GPIO_FN_PORT60_KEYOUT5
, NULL
);
353 gpio_request(GPIO_FN_PORT61_KEYOUT4
, NULL
);
354 gpio_request(GPIO_FN_PORT62_KEYOUT3
, NULL
);
355 gpio_request(GPIO_FN_PORT63_KEYOUT2
, NULL
);
356 gpio_request(GPIO_FN_PORT64_KEYOUT1
, NULL
);
357 gpio_request(GPIO_FN_PORT65_KEYOUT0
, NULL
);
358 gpio_request(GPIO_FN_PORT66_KEYIN0_PU
, NULL
);
359 gpio_request(GPIO_FN_PORT67_KEYIN1_PU
, NULL
);
360 gpio_request(GPIO_FN_PORT68_KEYIN2_PU
, NULL
);
361 gpio_request(GPIO_FN_PORT69_KEYIN3_PU
, NULL
);
362 gpio_request(GPIO_FN_PORT70_KEYIN4_PU
, NULL
);
363 gpio_request(GPIO_FN_PORT71_KEYIN5_PU
, NULL
);
364 gpio_request(GPIO_FN_PORT72_KEYIN6_PU
, NULL
);
367 gpio_request(GPIO_FN_SDHICLK0
, NULL
);
368 gpio_request(GPIO_FN_SDHICD0
, NULL
);
369 gpio_request(GPIO_FN_SDHID0_0
, NULL
);
370 gpio_request(GPIO_FN_SDHID0_1
, NULL
);
371 gpio_request(GPIO_FN_SDHID0_2
, NULL
);
372 gpio_request(GPIO_FN_SDHID0_3
, NULL
);
373 gpio_request(GPIO_FN_SDHICMD0
, NULL
);
374 gpio_request(GPIO_FN_SDHIWP0
, NULL
);
375 gpio_pull_up(GPIO_SDHID0_D0
);
376 gpio_pull_up(GPIO_SDHID0_D1
);
377 gpio_pull_up(GPIO_SDHID0_D2
);
378 gpio_pull_up(GPIO_SDHID0_D3
);
379 gpio_pull_up(GPIO_SDHICMD0
);
382 gpio_request(GPIO_FN_SDHICLK1
, NULL
);
383 gpio_request(GPIO_FN_SDHID1_0
, NULL
);
384 gpio_request(GPIO_FN_SDHID1_1
, NULL
);
385 gpio_request(GPIO_FN_SDHID1_2
, NULL
);
386 gpio_request(GPIO_FN_SDHID1_3
, NULL
);
387 gpio_request(GPIO_FN_SDHICMD1
, NULL
);
388 gpio_pull_up(GPIO_SDHID1_D0
);
389 gpio_pull_up(GPIO_SDHID1_D1
);
390 gpio_pull_up(GPIO_SDHID1_D2
);
391 gpio_pull_up(GPIO_SDHID1_D3
);
392 gpio_pull_up(GPIO_SDHICMD1
);
394 sh7377_add_standard_devices();
396 platform_add_devices(g4evm_devices
, ARRAY_SIZE(g4evm_devices
));
399 static void __init
g4evm_timer_init(void)
402 shmobile_timer
.init();
405 static struct sys_timer g4evm_timer
= {
406 .init
= g4evm_timer_init
,
409 MACHINE_START(G4EVM
, "g4evm")
410 .map_io
= g4evm_map_io
,
411 .init_irq
= sh7377_init_irq
,
412 .handle_irq
= shmobile_handle_irq_intc
,
413 .init_machine
= g4evm_init
,
414 .timer
= &g4evm_timer
,