1 /* linux/arch/arm/plat-samsung/devs.c
3 * Copyright (c) 2011 Samsung Electronics Co., Ltd.
4 * http://www.samsung.com
6 * Base SAMSUNG platform device definitions
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation.
13 #include <linux/kernel.h>
14 #include <linux/types.h>
15 #include <linux/interrupt.h>
16 #include <linux/list.h>
17 #include <linux/timer.h>
18 #include <linux/init.h>
19 #include <linux/serial_core.h>
20 #include <linux/platform_device.h>
22 #include <linux/slab.h>
23 #include <linux/string.h>
24 #include <linux/dma-mapping.h>
26 #include <linux/gfp.h>
27 #include <linux/mtd/mtd.h>
28 #include <linux/mtd/onenand.h>
29 #include <linux/mtd/partitions.h>
30 #include <linux/mmc/host.h>
31 #include <linux/ioport.h>
32 #include <linux/platform_data/s3c-hsudc.h>
33 #include <linux/platform_data/s3c-hsotg.h>
35 #include <media/s5p_hdmi.h>
39 #include <asm/mach/arch.h>
40 #include <asm/mach/map.h>
41 #include <asm/mach/irq.h>
43 #include <mach/hardware.h>
45 #include <mach/irqs.h>
49 #include <plat/devs.h>
52 #include <plat/ehci.h>
54 #include <plat/fb-s3c2410.h>
55 #include <plat/hwmon.h>
57 #include <plat/keypad.h>
59 #include <plat/nand.h>
60 #include <plat/sdhci.h>
63 #include <plat/usb-control.h>
64 #include <plat/usb-phy.h>
65 #include <plat/regs-iic.h>
66 #include <plat/regs-serial.h>
67 #include <plat/regs-spi.h>
68 #include <plat/s3c64xx-spi.h>
70 static u64 samsung_device_dma_mask
= DMA_BIT_MASK(32);
73 #ifdef CONFIG_CPU_S3C2440
74 static struct resource s3c_ac97_resource
[] = {
75 [0] = DEFINE_RES_MEM(S3C2440_PA_AC97
, S3C2440_SZ_AC97
),
76 [1] = DEFINE_RES_IRQ(IRQ_S3C244X_AC97
),
77 [2] = DEFINE_RES_DMA_NAMED(DMACH_PCM_OUT
, "PCM out"),
78 [3] = DEFINE_RES_DMA_NAMED(DMACH_PCM_IN
, "PCM in"),
79 [4] = DEFINE_RES_DMA_NAMED(DMACH_MIC_IN
, "Mic in"),
82 struct platform_device s3c_device_ac97
= {
83 .name
= "samsung-ac97",
85 .num_resources
= ARRAY_SIZE(s3c_ac97_resource
),
86 .resource
= s3c_ac97_resource
,
88 .dma_mask
= &samsung_device_dma_mask
,
89 .coherent_dma_mask
= DMA_BIT_MASK(32),
92 #endif /* CONFIG_CPU_S3C2440 */
96 #ifdef CONFIG_PLAT_S3C24XX
97 static struct resource s3c_adc_resource
[] = {
98 [0] = DEFINE_RES_MEM(S3C24XX_PA_ADC
, S3C24XX_SZ_ADC
),
99 [1] = DEFINE_RES_IRQ(IRQ_TC
),
100 [2] = DEFINE_RES_IRQ(IRQ_ADC
),
103 struct platform_device s3c_device_adc
= {
104 .name
= "s3c24xx-adc",
106 .num_resources
= ARRAY_SIZE(s3c_adc_resource
),
107 .resource
= s3c_adc_resource
,
109 #endif /* CONFIG_PLAT_S3C24XX */
111 #if defined(CONFIG_SAMSUNG_DEV_ADC)
112 static struct resource s3c_adc_resource
[] = {
113 [0] = DEFINE_RES_MEM(SAMSUNG_PA_ADC
, SZ_256
),
114 [1] = DEFINE_RES_IRQ(IRQ_TC
),
115 [2] = DEFINE_RES_IRQ(IRQ_ADC
),
118 struct platform_device s3c_device_adc
= {
119 .name
= "samsung-adc",
121 .num_resources
= ARRAY_SIZE(s3c_adc_resource
),
122 .resource
= s3c_adc_resource
,
124 #endif /* CONFIG_SAMSUNG_DEV_ADC */
126 /* Camif Controller */
128 #ifdef CONFIG_CPU_S3C2440
129 static struct resource s3c_camif_resource
[] = {
130 [0] = DEFINE_RES_MEM(S3C2440_PA_CAMIF
, S3C2440_SZ_CAMIF
),
131 [1] = DEFINE_RES_IRQ(IRQ_S3C2440_CAM_C
),
132 [2] = DEFINE_RES_IRQ(IRQ_S3C2440_CAM_P
),
135 struct platform_device s3c_device_camif
= {
136 .name
= "s3c2440-camif",
138 .num_resources
= ARRAY_SIZE(s3c_camif_resource
),
139 .resource
= s3c_camif_resource
,
141 .dma_mask
= &samsung_device_dma_mask
,
142 .coherent_dma_mask
= DMA_BIT_MASK(32),
145 #endif /* CONFIG_CPU_S3C2440 */
149 struct platform_device samsung_asoc_dma
= {
150 .name
= "samsung-audio",
153 .dma_mask
= &samsung_device_dma_mask
,
154 .coherent_dma_mask
= DMA_BIT_MASK(32),
158 struct platform_device samsung_asoc_idma
= {
159 .name
= "samsung-idma",
162 .dma_mask
= &samsung_device_dma_mask
,
163 .coherent_dma_mask
= DMA_BIT_MASK(32),
169 #ifdef CONFIG_S3C_DEV_FB
170 static struct resource s3c_fb_resource
[] = {
171 [0] = DEFINE_RES_MEM(S3C_PA_FB
, SZ_16K
),
172 [1] = DEFINE_RES_IRQ(IRQ_LCD_VSYNC
),
173 [2] = DEFINE_RES_IRQ(IRQ_LCD_FIFO
),
174 [3] = DEFINE_RES_IRQ(IRQ_LCD_SYSTEM
),
177 struct platform_device s3c_device_fb
= {
180 .num_resources
= ARRAY_SIZE(s3c_fb_resource
),
181 .resource
= s3c_fb_resource
,
183 .dma_mask
= &samsung_device_dma_mask
,
184 .coherent_dma_mask
= DMA_BIT_MASK(32),
188 void __init
s3c_fb_set_platdata(struct s3c_fb_platdata
*pd
)
190 s3c_set_platdata(pd
, sizeof(struct s3c_fb_platdata
),
193 #endif /* CONFIG_S3C_DEV_FB */
197 #ifdef CONFIG_S5P_DEV_FIMC0
198 static struct resource s5p_fimc0_resource
[] = {
199 [0] = DEFINE_RES_MEM(S5P_PA_FIMC0
, SZ_4K
),
200 [1] = DEFINE_RES_IRQ(IRQ_FIMC0
),
203 struct platform_device s5p_device_fimc0
= {
206 .num_resources
= ARRAY_SIZE(s5p_fimc0_resource
),
207 .resource
= s5p_fimc0_resource
,
209 .dma_mask
= &samsung_device_dma_mask
,
210 .coherent_dma_mask
= DMA_BIT_MASK(32),
214 struct platform_device s5p_device_fimc_md
= {
215 .name
= "s5p-fimc-md",
218 #endif /* CONFIG_S5P_DEV_FIMC0 */
220 #ifdef CONFIG_S5P_DEV_FIMC1
221 static struct resource s5p_fimc1_resource
[] = {
222 [0] = DEFINE_RES_MEM(S5P_PA_FIMC1
, SZ_4K
),
223 [1] = DEFINE_RES_IRQ(IRQ_FIMC1
),
226 struct platform_device s5p_device_fimc1
= {
229 .num_resources
= ARRAY_SIZE(s5p_fimc1_resource
),
230 .resource
= s5p_fimc1_resource
,
232 .dma_mask
= &samsung_device_dma_mask
,
233 .coherent_dma_mask
= DMA_BIT_MASK(32),
236 #endif /* CONFIG_S5P_DEV_FIMC1 */
238 #ifdef CONFIG_S5P_DEV_FIMC2
239 static struct resource s5p_fimc2_resource
[] = {
240 [0] = DEFINE_RES_MEM(S5P_PA_FIMC2
, SZ_4K
),
241 [1] = DEFINE_RES_IRQ(IRQ_FIMC2
),
244 struct platform_device s5p_device_fimc2
= {
247 .num_resources
= ARRAY_SIZE(s5p_fimc2_resource
),
248 .resource
= s5p_fimc2_resource
,
250 .dma_mask
= &samsung_device_dma_mask
,
251 .coherent_dma_mask
= DMA_BIT_MASK(32),
254 #endif /* CONFIG_S5P_DEV_FIMC2 */
256 #ifdef CONFIG_S5P_DEV_FIMC3
257 static struct resource s5p_fimc3_resource
[] = {
258 [0] = DEFINE_RES_MEM(S5P_PA_FIMC3
, SZ_4K
),
259 [1] = DEFINE_RES_IRQ(IRQ_FIMC3
),
262 struct platform_device s5p_device_fimc3
= {
265 .num_resources
= ARRAY_SIZE(s5p_fimc3_resource
),
266 .resource
= s5p_fimc3_resource
,
268 .dma_mask
= &samsung_device_dma_mask
,
269 .coherent_dma_mask
= DMA_BIT_MASK(32),
272 #endif /* CONFIG_S5P_DEV_FIMC3 */
276 #ifdef CONFIG_S5P_DEV_G2D
277 static struct resource s5p_g2d_resource
[] = {
278 [0] = DEFINE_RES_MEM(S5P_PA_G2D
, SZ_4K
),
279 [1] = DEFINE_RES_IRQ(IRQ_2D
),
282 struct platform_device s5p_device_g2d
= {
285 .num_resources
= ARRAY_SIZE(s5p_g2d_resource
),
286 .resource
= s5p_g2d_resource
,
288 .dma_mask
= &samsung_device_dma_mask
,
289 .coherent_dma_mask
= DMA_BIT_MASK(32),
292 #endif /* CONFIG_S5P_DEV_G2D */
294 #ifdef CONFIG_S5P_DEV_JPEG
295 static struct resource s5p_jpeg_resource
[] = {
296 [0] = DEFINE_RES_MEM(S5P_PA_JPEG
, SZ_4K
),
297 [1] = DEFINE_RES_IRQ(IRQ_JPEG
),
300 struct platform_device s5p_device_jpeg
= {
303 .num_resources
= ARRAY_SIZE(s5p_jpeg_resource
),
304 .resource
= s5p_jpeg_resource
,
306 .dma_mask
= &samsung_device_dma_mask
,
307 .coherent_dma_mask
= DMA_BIT_MASK(32),
310 #endif /* CONFIG_S5P_DEV_JPEG */
314 #ifdef CONFIG_S5P_DEV_FIMD0
315 static struct resource s5p_fimd0_resource
[] = {
316 [0] = DEFINE_RES_MEM(S5P_PA_FIMD0
, SZ_32K
),
317 [1] = DEFINE_RES_IRQ(IRQ_FIMD0_VSYNC
),
318 [2] = DEFINE_RES_IRQ(IRQ_FIMD0_FIFO
),
319 [3] = DEFINE_RES_IRQ(IRQ_FIMD0_SYSTEM
),
322 struct platform_device s5p_device_fimd0
= {
325 .num_resources
= ARRAY_SIZE(s5p_fimd0_resource
),
326 .resource
= s5p_fimd0_resource
,
328 .dma_mask
= &samsung_device_dma_mask
,
329 .coherent_dma_mask
= DMA_BIT_MASK(32),
333 void __init
s5p_fimd0_set_platdata(struct s3c_fb_platdata
*pd
)
335 s3c_set_platdata(pd
, sizeof(struct s3c_fb_platdata
),
338 #endif /* CONFIG_S5P_DEV_FIMD0 */
342 #ifdef CONFIG_S3C_DEV_HWMON
343 struct platform_device s3c_device_hwmon
= {
346 .dev
.parent
= &s3c_device_adc
.dev
,
349 void __init
s3c_hwmon_set_platdata(struct s3c_hwmon_pdata
*pd
)
351 s3c_set_platdata(pd
, sizeof(struct s3c_hwmon_pdata
),
354 #endif /* CONFIG_S3C_DEV_HWMON */
358 #ifdef CONFIG_S3C_DEV_HSMMC
359 static struct resource s3c_hsmmc_resource
[] = {
360 [0] = DEFINE_RES_MEM(S3C_PA_HSMMC0
, SZ_4K
),
361 [1] = DEFINE_RES_IRQ(IRQ_HSMMC0
),
364 struct s3c_sdhci_platdata s3c_hsmmc0_def_platdata
= {
366 .host_caps
= (MMC_CAP_4_BIT_DATA
|
367 MMC_CAP_MMC_HIGHSPEED
| MMC_CAP_SD_HIGHSPEED
),
370 struct platform_device s3c_device_hsmmc0
= {
373 .num_resources
= ARRAY_SIZE(s3c_hsmmc_resource
),
374 .resource
= s3c_hsmmc_resource
,
376 .dma_mask
= &samsung_device_dma_mask
,
377 .coherent_dma_mask
= DMA_BIT_MASK(32),
378 .platform_data
= &s3c_hsmmc0_def_platdata
,
382 void s3c_sdhci0_set_platdata(struct s3c_sdhci_platdata
*pd
)
384 s3c_sdhci_set_platdata(pd
, &s3c_hsmmc0_def_platdata
);
386 #endif /* CONFIG_S3C_DEV_HSMMC */
388 #ifdef CONFIG_S3C_DEV_HSMMC1
389 static struct resource s3c_hsmmc1_resource
[] = {
390 [0] = DEFINE_RES_MEM(S3C_PA_HSMMC1
, SZ_4K
),
391 [1] = DEFINE_RES_IRQ(IRQ_HSMMC1
),
394 struct s3c_sdhci_platdata s3c_hsmmc1_def_platdata
= {
396 .host_caps
= (MMC_CAP_4_BIT_DATA
|
397 MMC_CAP_MMC_HIGHSPEED
| MMC_CAP_SD_HIGHSPEED
),
400 struct platform_device s3c_device_hsmmc1
= {
403 .num_resources
= ARRAY_SIZE(s3c_hsmmc1_resource
),
404 .resource
= s3c_hsmmc1_resource
,
406 .dma_mask
= &samsung_device_dma_mask
,
407 .coherent_dma_mask
= DMA_BIT_MASK(32),
408 .platform_data
= &s3c_hsmmc1_def_platdata
,
412 void s3c_sdhci1_set_platdata(struct s3c_sdhci_platdata
*pd
)
414 s3c_sdhci_set_platdata(pd
, &s3c_hsmmc1_def_platdata
);
416 #endif /* CONFIG_S3C_DEV_HSMMC1 */
420 #ifdef CONFIG_S3C_DEV_HSMMC2
421 static struct resource s3c_hsmmc2_resource
[] = {
422 [0] = DEFINE_RES_MEM(S3C_PA_HSMMC2
, SZ_4K
),
423 [1] = DEFINE_RES_IRQ(IRQ_HSMMC2
),
426 struct s3c_sdhci_platdata s3c_hsmmc2_def_platdata
= {
428 .host_caps
= (MMC_CAP_4_BIT_DATA
|
429 MMC_CAP_MMC_HIGHSPEED
| MMC_CAP_SD_HIGHSPEED
),
432 struct platform_device s3c_device_hsmmc2
= {
435 .num_resources
= ARRAY_SIZE(s3c_hsmmc2_resource
),
436 .resource
= s3c_hsmmc2_resource
,
438 .dma_mask
= &samsung_device_dma_mask
,
439 .coherent_dma_mask
= DMA_BIT_MASK(32),
440 .platform_data
= &s3c_hsmmc2_def_platdata
,
444 void s3c_sdhci2_set_platdata(struct s3c_sdhci_platdata
*pd
)
446 s3c_sdhci_set_platdata(pd
, &s3c_hsmmc2_def_platdata
);
448 #endif /* CONFIG_S3C_DEV_HSMMC2 */
450 #ifdef CONFIG_S3C_DEV_HSMMC3
451 static struct resource s3c_hsmmc3_resource
[] = {
452 [0] = DEFINE_RES_MEM(S3C_PA_HSMMC3
, SZ_4K
),
453 [1] = DEFINE_RES_IRQ(IRQ_HSMMC3
),
456 struct s3c_sdhci_platdata s3c_hsmmc3_def_platdata
= {
458 .host_caps
= (MMC_CAP_4_BIT_DATA
|
459 MMC_CAP_MMC_HIGHSPEED
| MMC_CAP_SD_HIGHSPEED
),
462 struct platform_device s3c_device_hsmmc3
= {
465 .num_resources
= ARRAY_SIZE(s3c_hsmmc3_resource
),
466 .resource
= s3c_hsmmc3_resource
,
468 .dma_mask
= &samsung_device_dma_mask
,
469 .coherent_dma_mask
= DMA_BIT_MASK(32),
470 .platform_data
= &s3c_hsmmc3_def_platdata
,
474 void s3c_sdhci3_set_platdata(struct s3c_sdhci_platdata
*pd
)
476 s3c_sdhci_set_platdata(pd
, &s3c_hsmmc3_def_platdata
);
478 #endif /* CONFIG_S3C_DEV_HSMMC3 */
482 static struct resource s3c_i2c0_resource
[] = {
483 [0] = DEFINE_RES_MEM(S3C_PA_IIC
, SZ_4K
),
484 [1] = DEFINE_RES_IRQ(IRQ_IIC
),
487 struct platform_device s3c_device_i2c0
= {
488 .name
= "s3c2410-i2c",
489 #ifdef CONFIG_S3C_DEV_I2C1
494 .num_resources
= ARRAY_SIZE(s3c_i2c0_resource
),
495 .resource
= s3c_i2c0_resource
,
498 struct s3c2410_platform_i2c default_i2c_data __initdata
= {
501 .frequency
= 100*1000,
505 void __init
s3c_i2c0_set_platdata(struct s3c2410_platform_i2c
*pd
)
507 struct s3c2410_platform_i2c
*npd
;
510 pd
= &default_i2c_data
;
514 npd
= s3c_set_platdata(pd
, sizeof(struct s3c2410_platform_i2c
),
518 npd
->cfg_gpio
= s3c_i2c0_cfg_gpio
;
521 #ifdef CONFIG_S3C_DEV_I2C1
522 static struct resource s3c_i2c1_resource
[] = {
523 [0] = DEFINE_RES_MEM(S3C_PA_IIC1
, SZ_4K
),
524 [1] = DEFINE_RES_IRQ(IRQ_IIC1
),
527 struct platform_device s3c_device_i2c1
= {
528 .name
= "s3c2410-i2c",
530 .num_resources
= ARRAY_SIZE(s3c_i2c1_resource
),
531 .resource
= s3c_i2c1_resource
,
534 void __init
s3c_i2c1_set_platdata(struct s3c2410_platform_i2c
*pd
)
536 struct s3c2410_platform_i2c
*npd
;
539 pd
= &default_i2c_data
;
543 npd
= s3c_set_platdata(pd
, sizeof(struct s3c2410_platform_i2c
),
547 npd
->cfg_gpio
= s3c_i2c1_cfg_gpio
;
549 #endif /* CONFIG_S3C_DEV_I2C1 */
551 #ifdef CONFIG_S3C_DEV_I2C2
552 static struct resource s3c_i2c2_resource
[] = {
553 [0] = DEFINE_RES_MEM(S3C_PA_IIC2
, SZ_4K
),
554 [1] = DEFINE_RES_IRQ(IRQ_IIC2
),
557 struct platform_device s3c_device_i2c2
= {
558 .name
= "s3c2410-i2c",
560 .num_resources
= ARRAY_SIZE(s3c_i2c2_resource
),
561 .resource
= s3c_i2c2_resource
,
564 void __init
s3c_i2c2_set_platdata(struct s3c2410_platform_i2c
*pd
)
566 struct s3c2410_platform_i2c
*npd
;
569 pd
= &default_i2c_data
;
573 npd
= s3c_set_platdata(pd
, sizeof(struct s3c2410_platform_i2c
),
577 npd
->cfg_gpio
= s3c_i2c2_cfg_gpio
;
579 #endif /* CONFIG_S3C_DEV_I2C2 */
581 #ifdef CONFIG_S3C_DEV_I2C3
582 static struct resource s3c_i2c3_resource
[] = {
583 [0] = DEFINE_RES_MEM(S3C_PA_IIC3
, SZ_4K
),
584 [1] = DEFINE_RES_IRQ(IRQ_IIC3
),
587 struct platform_device s3c_device_i2c3
= {
588 .name
= "s3c2440-i2c",
590 .num_resources
= ARRAY_SIZE(s3c_i2c3_resource
),
591 .resource
= s3c_i2c3_resource
,
594 void __init
s3c_i2c3_set_platdata(struct s3c2410_platform_i2c
*pd
)
596 struct s3c2410_platform_i2c
*npd
;
599 pd
= &default_i2c_data
;
603 npd
= s3c_set_platdata(pd
, sizeof(struct s3c2410_platform_i2c
),
607 npd
->cfg_gpio
= s3c_i2c3_cfg_gpio
;
609 #endif /*CONFIG_S3C_DEV_I2C3 */
611 #ifdef CONFIG_S3C_DEV_I2C4
612 static struct resource s3c_i2c4_resource
[] = {
613 [0] = DEFINE_RES_MEM(S3C_PA_IIC4
, SZ_4K
),
614 [1] = DEFINE_RES_IRQ(IRQ_IIC4
),
617 struct platform_device s3c_device_i2c4
= {
618 .name
= "s3c2440-i2c",
620 .num_resources
= ARRAY_SIZE(s3c_i2c4_resource
),
621 .resource
= s3c_i2c4_resource
,
624 void __init
s3c_i2c4_set_platdata(struct s3c2410_platform_i2c
*pd
)
626 struct s3c2410_platform_i2c
*npd
;
629 pd
= &default_i2c_data
;
633 npd
= s3c_set_platdata(pd
, sizeof(struct s3c2410_platform_i2c
),
637 npd
->cfg_gpio
= s3c_i2c4_cfg_gpio
;
639 #endif /*CONFIG_S3C_DEV_I2C4 */
641 #ifdef CONFIG_S3C_DEV_I2C5
642 static struct resource s3c_i2c5_resource
[] = {
643 [0] = DEFINE_RES_MEM(S3C_PA_IIC5
, SZ_4K
),
644 [1] = DEFINE_RES_IRQ(IRQ_IIC5
),
647 struct platform_device s3c_device_i2c5
= {
648 .name
= "s3c2440-i2c",
650 .num_resources
= ARRAY_SIZE(s3c_i2c5_resource
),
651 .resource
= s3c_i2c5_resource
,
654 void __init
s3c_i2c5_set_platdata(struct s3c2410_platform_i2c
*pd
)
656 struct s3c2410_platform_i2c
*npd
;
659 pd
= &default_i2c_data
;
663 npd
= s3c_set_platdata(pd
, sizeof(struct s3c2410_platform_i2c
),
667 npd
->cfg_gpio
= s3c_i2c5_cfg_gpio
;
669 #endif /*CONFIG_S3C_DEV_I2C5 */
671 #ifdef CONFIG_S3C_DEV_I2C6
672 static struct resource s3c_i2c6_resource
[] = {
673 [0] = DEFINE_RES_MEM(S3C_PA_IIC6
, SZ_4K
),
674 [1] = DEFINE_RES_IRQ(IRQ_IIC6
),
677 struct platform_device s3c_device_i2c6
= {
678 .name
= "s3c2440-i2c",
680 .num_resources
= ARRAY_SIZE(s3c_i2c6_resource
),
681 .resource
= s3c_i2c6_resource
,
684 void __init
s3c_i2c6_set_platdata(struct s3c2410_platform_i2c
*pd
)
686 struct s3c2410_platform_i2c
*npd
;
689 pd
= &default_i2c_data
;
693 npd
= s3c_set_platdata(pd
, sizeof(struct s3c2410_platform_i2c
),
697 npd
->cfg_gpio
= s3c_i2c6_cfg_gpio
;
699 #endif /* CONFIG_S3C_DEV_I2C6 */
701 #ifdef CONFIG_S3C_DEV_I2C7
702 static struct resource s3c_i2c7_resource
[] = {
703 [0] = DEFINE_RES_MEM(S3C_PA_IIC7
, SZ_4K
),
704 [1] = DEFINE_RES_IRQ(IRQ_IIC7
),
707 struct platform_device s3c_device_i2c7
= {
708 .name
= "s3c2440-i2c",
710 .num_resources
= ARRAY_SIZE(s3c_i2c7_resource
),
711 .resource
= s3c_i2c7_resource
,
714 void __init
s3c_i2c7_set_platdata(struct s3c2410_platform_i2c
*pd
)
716 struct s3c2410_platform_i2c
*npd
;
719 pd
= &default_i2c_data
;
723 npd
= s3c_set_platdata(pd
, sizeof(struct s3c2410_platform_i2c
),
727 npd
->cfg_gpio
= s3c_i2c7_cfg_gpio
;
729 #endif /* CONFIG_S3C_DEV_I2C7 */
733 #ifdef CONFIG_S5P_DEV_I2C_HDMIPHY
734 static struct resource s5p_i2c_resource
[] = {
735 [0] = DEFINE_RES_MEM(S5P_PA_IIC_HDMIPHY
, SZ_4K
),
736 [1] = DEFINE_RES_IRQ(IRQ_IIC_HDMIPHY
),
739 struct platform_device s5p_device_i2c_hdmiphy
= {
740 .name
= "s3c2440-hdmiphy-i2c",
742 .num_resources
= ARRAY_SIZE(s5p_i2c_resource
),
743 .resource
= s5p_i2c_resource
,
746 void __init
s5p_i2c_hdmiphy_set_platdata(struct s3c2410_platform_i2c
*pd
)
748 struct s3c2410_platform_i2c
*npd
;
751 pd
= &default_i2c_data
;
753 if (soc_is_exynos4210() ||
754 soc_is_exynos4212() || soc_is_exynos4412())
756 else if (soc_is_s5pv210())
762 npd
= s3c_set_platdata(pd
, sizeof(struct s3c2410_platform_i2c
),
763 &s5p_device_i2c_hdmiphy
);
766 struct s5p_hdmi_platform_data s5p_hdmi_def_platdata
;
768 void __init
s5p_hdmi_set_platdata(struct i2c_board_info
*hdmiphy_info
,
769 struct i2c_board_info
*mhl_info
, int mhl_bus
)
771 struct s5p_hdmi_platform_data
*pd
= &s5p_hdmi_def_platdata
;
773 if (soc_is_exynos4210() ||
774 soc_is_exynos4212() || soc_is_exynos4412())
776 else if (soc_is_s5pv210())
781 pd
->hdmiphy_info
= hdmiphy_info
;
782 pd
->mhl_info
= mhl_info
;
783 pd
->mhl_bus
= mhl_bus
;
785 s3c_set_platdata(pd
, sizeof(struct s5p_hdmi_platform_data
),
789 #endif /* CONFIG_S5P_DEV_I2C_HDMIPHY */
793 #ifdef CONFIG_PLAT_S3C24XX
794 static struct resource s3c_iis_resource
[] = {
795 [0] = DEFINE_RES_MEM(S3C24XX_PA_IIS
, S3C24XX_SZ_IIS
),
798 struct platform_device s3c_device_iis
= {
799 .name
= "s3c24xx-iis",
801 .num_resources
= ARRAY_SIZE(s3c_iis_resource
),
802 .resource
= s3c_iis_resource
,
804 .dma_mask
= &samsung_device_dma_mask
,
805 .coherent_dma_mask
= DMA_BIT_MASK(32),
808 #endif /* CONFIG_PLAT_S3C24XX */
812 #ifdef CONFIG_SAMSUNG_DEV_IDE
813 static struct resource s3c_cfcon_resource
[] = {
814 [0] = DEFINE_RES_MEM(SAMSUNG_PA_CFCON
, SZ_16K
),
815 [1] = DEFINE_RES_IRQ(IRQ_CFCON
),
818 struct platform_device s3c_device_cfcon
= {
820 .num_resources
= ARRAY_SIZE(s3c_cfcon_resource
),
821 .resource
= s3c_cfcon_resource
,
824 void __init
s3c_ide_set_platdata(struct s3c_ide_platdata
*pdata
)
826 s3c_set_platdata(pdata
, sizeof(struct s3c_ide_platdata
),
829 #endif /* CONFIG_SAMSUNG_DEV_IDE */
833 #ifdef CONFIG_SAMSUNG_DEV_KEYPAD
834 static struct resource samsung_keypad_resources
[] = {
835 [0] = DEFINE_RES_MEM(SAMSUNG_PA_KEYPAD
, SZ_32
),
836 [1] = DEFINE_RES_IRQ(IRQ_KEYPAD
),
839 struct platform_device samsung_device_keypad
= {
840 .name
= "samsung-keypad",
842 .num_resources
= ARRAY_SIZE(samsung_keypad_resources
),
843 .resource
= samsung_keypad_resources
,
846 void __init
samsung_keypad_set_platdata(struct samsung_keypad_platdata
*pd
)
848 struct samsung_keypad_platdata
*npd
;
850 npd
= s3c_set_platdata(pd
, sizeof(struct samsung_keypad_platdata
),
851 &samsung_device_keypad
);
854 npd
->cfg_gpio
= samsung_keypad_cfg_gpio
;
856 #endif /* CONFIG_SAMSUNG_DEV_KEYPAD */
860 #ifdef CONFIG_PLAT_S3C24XX
861 static struct resource s3c_lcd_resource
[] = {
862 [0] = DEFINE_RES_MEM(S3C24XX_PA_LCD
, S3C24XX_SZ_LCD
),
863 [1] = DEFINE_RES_IRQ(IRQ_LCD
),
866 struct platform_device s3c_device_lcd
= {
867 .name
= "s3c2410-lcd",
869 .num_resources
= ARRAY_SIZE(s3c_lcd_resource
),
870 .resource
= s3c_lcd_resource
,
872 .dma_mask
= &samsung_device_dma_mask
,
873 .coherent_dma_mask
= DMA_BIT_MASK(32),
877 void __init
s3c24xx_fb_set_platdata(struct s3c2410fb_mach_info
*pd
)
879 struct s3c2410fb_mach_info
*npd
;
881 npd
= s3c_set_platdata(pd
, sizeof(*npd
), &s3c_device_lcd
);
883 npd
->displays
= kmemdup(pd
->displays
,
884 sizeof(struct s3c2410fb_display
) * npd
->num_displays
,
887 printk(KERN_ERR
"no memory for LCD display data\n");
889 printk(KERN_ERR
"no memory for LCD platform data\n");
892 #endif /* CONFIG_PLAT_S3C24XX */
896 #ifdef CONFIG_S5P_DEV_MFC
897 static struct resource s5p_mfc_resource
[] = {
898 [0] = DEFINE_RES_MEM(S5P_PA_MFC
, SZ_64K
),
899 [1] = DEFINE_RES_IRQ(IRQ_MFC
),
902 struct platform_device s5p_device_mfc
= {
905 .num_resources
= ARRAY_SIZE(s5p_mfc_resource
),
906 .resource
= s5p_mfc_resource
,
910 * MFC hardware has 2 memory interfaces which are modelled as two separate
911 * platform devices to let dma-mapping distinguish between them.
913 * MFC parent device (s5p_device_mfc) must be registered before memory
914 * interface specific devices (s5p_device_mfc_l and s5p_device_mfc_r).
917 struct platform_device s5p_device_mfc_l
= {
921 .parent
= &s5p_device_mfc
.dev
,
922 .dma_mask
= &samsung_device_dma_mask
,
923 .coherent_dma_mask
= DMA_BIT_MASK(32),
927 struct platform_device s5p_device_mfc_r
= {
931 .parent
= &s5p_device_mfc
.dev
,
932 .dma_mask
= &samsung_device_dma_mask
,
933 .coherent_dma_mask
= DMA_BIT_MASK(32),
936 #endif /* CONFIG_S5P_DEV_MFC */
940 #ifdef CONFIG_S5P_DEV_CSIS0
941 static struct resource s5p_mipi_csis0_resource
[] = {
942 [0] = DEFINE_RES_MEM(S5P_PA_MIPI_CSIS0
, SZ_16K
),
943 [1] = DEFINE_RES_IRQ(IRQ_MIPI_CSIS0
),
946 struct platform_device s5p_device_mipi_csis0
= {
947 .name
= "s5p-mipi-csis",
949 .num_resources
= ARRAY_SIZE(s5p_mipi_csis0_resource
),
950 .resource
= s5p_mipi_csis0_resource
,
952 #endif /* CONFIG_S5P_DEV_CSIS0 */
954 #ifdef CONFIG_S5P_DEV_CSIS1
955 static struct resource s5p_mipi_csis1_resource
[] = {
956 [0] = DEFINE_RES_MEM(S5P_PA_MIPI_CSIS1
, SZ_16K
),
957 [1] = DEFINE_RES_IRQ(IRQ_MIPI_CSIS1
),
960 struct platform_device s5p_device_mipi_csis1
= {
961 .name
= "s5p-mipi-csis",
963 .num_resources
= ARRAY_SIZE(s5p_mipi_csis1_resource
),
964 .resource
= s5p_mipi_csis1_resource
,
970 #ifdef CONFIG_S3C_DEV_NAND
971 static struct resource s3c_nand_resource
[] = {
972 [0] = DEFINE_RES_MEM(S3C_PA_NAND
, SZ_1M
),
975 struct platform_device s3c_device_nand
= {
976 .name
= "s3c2410-nand",
978 .num_resources
= ARRAY_SIZE(s3c_nand_resource
),
979 .resource
= s3c_nand_resource
,
983 * s3c_nand_copy_set() - copy nand set data
984 * @set: The new structure, directly copied from the old.
986 * Copy all the fields from the NAND set field from what is probably __initdata
987 * to new kernel memory. The code returns 0 if the copy happened correctly or
988 * an error code for the calling function to display.
990 * Note, we currently do not try and look to see if we've already copied the
991 * data in a previous set.
993 static int __init
s3c_nand_copy_set(struct s3c2410_nand_set
*set
)
998 size
= sizeof(struct mtd_partition
) * set
->nr_partitions
;
1000 ptr
= kmemdup(set
->partitions
, size
, GFP_KERNEL
);
1001 set
->partitions
= ptr
;
1007 if (set
->nr_map
&& set
->nr_chips
) {
1008 size
= sizeof(int) * set
->nr_chips
;
1009 ptr
= kmemdup(set
->nr_map
, size
, GFP_KERNEL
);
1016 if (set
->ecc_layout
) {
1017 ptr
= kmemdup(set
->ecc_layout
,
1018 sizeof(struct nand_ecclayout
), GFP_KERNEL
);
1019 set
->ecc_layout
= ptr
;
1028 void __init
s3c_nand_set_platdata(struct s3c2410_platform_nand
*nand
)
1030 struct s3c2410_platform_nand
*npd
;
1034 /* note, if we get a failure in allocation, we simply drop out of the
1035 * function. If there is so little memory available at initialisation
1036 * time then there is little chance the system is going to run.
1039 npd
= s3c_set_platdata(nand
, sizeof(struct s3c2410_platform_nand
),
1044 /* now see if we need to copy any of the nand set data */
1046 size
= sizeof(struct s3c2410_nand_set
) * npd
->nr_sets
;
1048 struct s3c2410_nand_set
*from
= npd
->sets
;
1049 struct s3c2410_nand_set
*to
;
1052 to
= kmemdup(from
, size
, GFP_KERNEL
);
1053 npd
->sets
= to
; /* set, even if we failed */
1056 printk(KERN_ERR
"%s: no memory for sets\n", __func__
);
1060 for (i
= 0; i
< npd
->nr_sets
; i
++) {
1061 ret
= s3c_nand_copy_set(to
);
1063 printk(KERN_ERR
"%s: failed to copy set %d\n",
1071 #endif /* CONFIG_S3C_DEV_NAND */
1075 #ifdef CONFIG_S3C_DEV_ONENAND
1076 static struct resource s3c_onenand_resources
[] = {
1077 [0] = DEFINE_RES_MEM(S3C_PA_ONENAND
, SZ_1K
),
1078 [1] = DEFINE_RES_MEM(S3C_PA_ONENAND_BUF
, S3C_SZ_ONENAND_BUF
),
1079 [2] = DEFINE_RES_IRQ(IRQ_ONENAND
),
1082 struct platform_device s3c_device_onenand
= {
1083 .name
= "samsung-onenand",
1085 .num_resources
= ARRAY_SIZE(s3c_onenand_resources
),
1086 .resource
= s3c_onenand_resources
,
1088 #endif /* CONFIG_S3C_DEV_ONENAND */
1090 #ifdef CONFIG_S3C64XX_DEV_ONENAND1
1091 static struct resource s3c64xx_onenand1_resources
[] = {
1092 [0] = DEFINE_RES_MEM(S3C64XX_PA_ONENAND1
, SZ_1K
),
1093 [1] = DEFINE_RES_MEM(S3C64XX_PA_ONENAND1_BUF
, S3C64XX_SZ_ONENAND1_BUF
),
1094 [2] = DEFINE_RES_IRQ(IRQ_ONENAND1
),
1097 struct platform_device s3c64xx_device_onenand1
= {
1098 .name
= "samsung-onenand",
1100 .num_resources
= ARRAY_SIZE(s3c64xx_onenand1_resources
),
1101 .resource
= s3c64xx_onenand1_resources
,
1104 void __init
s3c64xx_onenand1_set_platdata(struct onenand_platform_data
*pdata
)
1106 s3c_set_platdata(pdata
, sizeof(struct onenand_platform_data
),
1107 &s3c64xx_device_onenand1
);
1109 #endif /* CONFIG_S3C64XX_DEV_ONENAND1 */
1111 #ifdef CONFIG_S5P_DEV_ONENAND
1112 static struct resource s5p_onenand_resources
[] = {
1113 [0] = DEFINE_RES_MEM(S5P_PA_ONENAND
, SZ_128K
),
1114 [1] = DEFINE_RES_MEM(S5P_PA_ONENAND_DMA
, SZ_8K
),
1115 [2] = DEFINE_RES_IRQ(IRQ_ONENAND_AUDI
),
1118 struct platform_device s5p_device_onenand
= {
1119 .name
= "s5pc110-onenand",
1121 .num_resources
= ARRAY_SIZE(s5p_onenand_resources
),
1122 .resource
= s5p_onenand_resources
,
1124 #endif /* CONFIG_S5P_DEV_ONENAND */
1128 #ifdef CONFIG_PLAT_S5P
1129 static struct resource s5p_pmu_resource
[] = {
1130 DEFINE_RES_IRQ(IRQ_PMU
)
1133 static struct platform_device s5p_device_pmu
= {
1135 .id
= ARM_PMU_DEVICE_CPU
,
1136 .num_resources
= ARRAY_SIZE(s5p_pmu_resource
),
1137 .resource
= s5p_pmu_resource
,
1140 static int __init
s5p_pmu_init(void)
1142 platform_device_register(&s5p_device_pmu
);
1145 arch_initcall(s5p_pmu_init
);
1146 #endif /* CONFIG_PLAT_S5P */
1150 #ifdef CONFIG_SAMSUNG_DEV_PWM
1152 #define TIMER_RESOURCE_SIZE (1)
1154 #define TIMER_RESOURCE(_tmr, _irq) \
1155 (struct resource [TIMER_RESOURCE_SIZE]) { \
1159 .flags = IORESOURCE_IRQ \
1163 #define DEFINE_S3C_TIMER(_tmr_no, _irq) \
1164 .name = "s3c24xx-pwm", \
1166 .num_resources = TIMER_RESOURCE_SIZE, \
1167 .resource = TIMER_RESOURCE(_tmr_no, _irq), \
1170 * since we already have an static mapping for the timer,
1171 * we do not bother setting any IO resource for the base.
1174 struct platform_device s3c_device_timer
[] = {
1175 [0] = { DEFINE_S3C_TIMER(0, IRQ_TIMER0
) },
1176 [1] = { DEFINE_S3C_TIMER(1, IRQ_TIMER1
) },
1177 [2] = { DEFINE_S3C_TIMER(2, IRQ_TIMER2
) },
1178 [3] = { DEFINE_S3C_TIMER(3, IRQ_TIMER3
) },
1179 [4] = { DEFINE_S3C_TIMER(4, IRQ_TIMER4
) },
1181 #endif /* CONFIG_SAMSUNG_DEV_PWM */
1185 #ifdef CONFIG_PLAT_S3C24XX
1186 static struct resource s3c_rtc_resource
[] = {
1187 [0] = DEFINE_RES_MEM(S3C24XX_PA_RTC
, SZ_256
),
1188 [1] = DEFINE_RES_IRQ(IRQ_RTC
),
1189 [2] = DEFINE_RES_IRQ(IRQ_TICK
),
1192 struct platform_device s3c_device_rtc
= {
1193 .name
= "s3c2410-rtc",
1195 .num_resources
= ARRAY_SIZE(s3c_rtc_resource
),
1196 .resource
= s3c_rtc_resource
,
1198 #endif /* CONFIG_PLAT_S3C24XX */
1200 #ifdef CONFIG_S3C_DEV_RTC
1201 static struct resource s3c_rtc_resource
[] = {
1202 [0] = DEFINE_RES_MEM(S3C_PA_RTC
, SZ_256
),
1203 [1] = DEFINE_RES_IRQ(IRQ_RTC_ALARM
),
1204 [2] = DEFINE_RES_IRQ(IRQ_RTC_TIC
),
1207 struct platform_device s3c_device_rtc
= {
1208 .name
= "s3c64xx-rtc",
1210 .num_resources
= ARRAY_SIZE(s3c_rtc_resource
),
1211 .resource
= s3c_rtc_resource
,
1213 #endif /* CONFIG_S3C_DEV_RTC */
1217 #ifdef CONFIG_PLAT_S3C24XX
1218 static struct resource s3c_sdi_resource
[] = {
1219 [0] = DEFINE_RES_MEM(S3C24XX_PA_SDI
, S3C24XX_SZ_SDI
),
1220 [1] = DEFINE_RES_IRQ(IRQ_SDI
),
1223 struct platform_device s3c_device_sdi
= {
1224 .name
= "s3c2410-sdi",
1226 .num_resources
= ARRAY_SIZE(s3c_sdi_resource
),
1227 .resource
= s3c_sdi_resource
,
1230 void __init
s3c24xx_mci_set_platdata(struct s3c24xx_mci_pdata
*pdata
)
1232 s3c_set_platdata(pdata
, sizeof(struct s3c24xx_mci_pdata
),
1235 #endif /* CONFIG_PLAT_S3C24XX */
1239 #ifdef CONFIG_PLAT_S3C24XX
1240 static struct resource s3c_spi0_resource
[] = {
1241 [0] = DEFINE_RES_MEM(S3C24XX_PA_SPI
, SZ_32
),
1242 [1] = DEFINE_RES_IRQ(IRQ_SPI0
),
1245 struct platform_device s3c_device_spi0
= {
1246 .name
= "s3c2410-spi",
1248 .num_resources
= ARRAY_SIZE(s3c_spi0_resource
),
1249 .resource
= s3c_spi0_resource
,
1251 .dma_mask
= &samsung_device_dma_mask
,
1252 .coherent_dma_mask
= DMA_BIT_MASK(32),
1256 static struct resource s3c_spi1_resource
[] = {
1257 [0] = DEFINE_RES_MEM(S3C24XX_PA_SPI1
, SZ_32
),
1258 [1] = DEFINE_RES_IRQ(IRQ_SPI1
),
1261 struct platform_device s3c_device_spi1
= {
1262 .name
= "s3c2410-spi",
1264 .num_resources
= ARRAY_SIZE(s3c_spi1_resource
),
1265 .resource
= s3c_spi1_resource
,
1267 .dma_mask
= &samsung_device_dma_mask
,
1268 .coherent_dma_mask
= DMA_BIT_MASK(32),
1271 #endif /* CONFIG_PLAT_S3C24XX */
1275 #ifdef CONFIG_PLAT_S3C24XX
1276 static struct resource s3c_ts_resource
[] = {
1277 [0] = DEFINE_RES_MEM(S3C24XX_PA_ADC
, S3C24XX_SZ_ADC
),
1278 [1] = DEFINE_RES_IRQ(IRQ_TC
),
1281 struct platform_device s3c_device_ts
= {
1282 .name
= "s3c2410-ts",
1284 .dev
.parent
= &s3c_device_adc
.dev
,
1285 .num_resources
= ARRAY_SIZE(s3c_ts_resource
),
1286 .resource
= s3c_ts_resource
,
1289 void __init
s3c24xx_ts_set_platdata(struct s3c2410_ts_mach_info
*hard_s3c2410ts_info
)
1291 s3c_set_platdata(hard_s3c2410ts_info
,
1292 sizeof(struct s3c2410_ts_mach_info
), &s3c_device_ts
);
1294 #endif /* CONFIG_PLAT_S3C24XX */
1296 #ifdef CONFIG_SAMSUNG_DEV_TS
1297 static struct resource s3c_ts_resource
[] = {
1298 [0] = DEFINE_RES_MEM(SAMSUNG_PA_ADC
, SZ_256
),
1299 [1] = DEFINE_RES_IRQ(IRQ_TC
),
1302 static struct s3c2410_ts_mach_info default_ts_data __initdata
= {
1305 .oversampling_shift
= 2,
1308 struct platform_device s3c_device_ts
= {
1309 .name
= "s3c64xx-ts",
1311 .num_resources
= ARRAY_SIZE(s3c_ts_resource
),
1312 .resource
= s3c_ts_resource
,
1315 void __init
s3c24xx_ts_set_platdata(struct s3c2410_ts_mach_info
*pd
)
1318 pd
= &default_ts_data
;
1320 s3c_set_platdata(pd
, sizeof(struct s3c2410_ts_mach_info
),
1323 #endif /* CONFIG_SAMSUNG_DEV_TS */
1327 #ifdef CONFIG_S5P_DEV_TV
1329 static struct resource s5p_hdmi_resources
[] = {
1330 [0] = DEFINE_RES_MEM(S5P_PA_HDMI
, SZ_1M
),
1331 [1] = DEFINE_RES_IRQ(IRQ_HDMI
),
1334 struct platform_device s5p_device_hdmi
= {
1337 .num_resources
= ARRAY_SIZE(s5p_hdmi_resources
),
1338 .resource
= s5p_hdmi_resources
,
1341 static struct resource s5p_sdo_resources
[] = {
1342 [0] = DEFINE_RES_MEM(S5P_PA_SDO
, SZ_64K
),
1343 [1] = DEFINE_RES_IRQ(IRQ_SDO
),
1346 struct platform_device s5p_device_sdo
= {
1349 .num_resources
= ARRAY_SIZE(s5p_sdo_resources
),
1350 .resource
= s5p_sdo_resources
,
1353 static struct resource s5p_mixer_resources
[] = {
1354 [0] = DEFINE_RES_MEM_NAMED(S5P_PA_MIXER
, SZ_64K
, "mxr"),
1355 [1] = DEFINE_RES_MEM_NAMED(S5P_PA_VP
, SZ_64K
, "vp"),
1356 [2] = DEFINE_RES_IRQ_NAMED(IRQ_MIXER
, "irq"),
1359 struct platform_device s5p_device_mixer
= {
1360 .name
= "s5p-mixer",
1362 .num_resources
= ARRAY_SIZE(s5p_mixer_resources
),
1363 .resource
= s5p_mixer_resources
,
1365 .dma_mask
= &samsung_device_dma_mask
,
1366 .coherent_dma_mask
= DMA_BIT_MASK(32),
1369 #endif /* CONFIG_S5P_DEV_TV */
1373 #ifdef CONFIG_S3C_DEV_USB_HOST
1374 static struct resource s3c_usb_resource
[] = {
1375 [0] = DEFINE_RES_MEM(S3C_PA_USBHOST
, SZ_256
),
1376 [1] = DEFINE_RES_IRQ(IRQ_USBH
),
1379 struct platform_device s3c_device_ohci
= {
1380 .name
= "s3c2410-ohci",
1382 .num_resources
= ARRAY_SIZE(s3c_usb_resource
),
1383 .resource
= s3c_usb_resource
,
1385 .dma_mask
= &samsung_device_dma_mask
,
1386 .coherent_dma_mask
= DMA_BIT_MASK(32),
1391 * s3c_ohci_set_platdata - initialise OHCI device platform data
1392 * @info: The platform data.
1394 * This call copies the @info passed in and sets the device .platform_data
1395 * field to that copy. The @info is copied so that the original can be marked
1399 void __init
s3c_ohci_set_platdata(struct s3c2410_hcd_info
*info
)
1401 s3c_set_platdata(info
, sizeof(struct s3c2410_hcd_info
),
1404 #endif /* CONFIG_S3C_DEV_USB_HOST */
1406 /* USB Device (Gadget) */
1408 #ifdef CONFIG_PLAT_S3C24XX
1409 static struct resource s3c_usbgadget_resource
[] = {
1410 [0] = DEFINE_RES_MEM(S3C24XX_PA_USBDEV
, S3C24XX_SZ_USBDEV
),
1411 [1] = DEFINE_RES_IRQ(IRQ_USBD
),
1414 struct platform_device s3c_device_usbgadget
= {
1415 .name
= "s3c2410-usbgadget",
1417 .num_resources
= ARRAY_SIZE(s3c_usbgadget_resource
),
1418 .resource
= s3c_usbgadget_resource
,
1421 void __init
s3c24xx_udc_set_platdata(struct s3c2410_udc_mach_info
*pd
)
1423 s3c_set_platdata(pd
, sizeof(*pd
), &s3c_device_usbgadget
);
1425 #endif /* CONFIG_PLAT_S3C24XX */
1427 /* USB EHCI Host Controller */
1429 #ifdef CONFIG_S5P_DEV_USB_EHCI
1430 static struct resource s5p_ehci_resource
[] = {
1431 [0] = DEFINE_RES_MEM(S5P_PA_EHCI
, SZ_256
),
1432 [1] = DEFINE_RES_IRQ(IRQ_USB_HOST
),
1435 struct platform_device s5p_device_ehci
= {
1438 .num_resources
= ARRAY_SIZE(s5p_ehci_resource
),
1439 .resource
= s5p_ehci_resource
,
1441 .dma_mask
= &samsung_device_dma_mask
,
1442 .coherent_dma_mask
= DMA_BIT_MASK(32),
1446 void __init
s5p_ehci_set_platdata(struct s5p_ehci_platdata
*pd
)
1448 struct s5p_ehci_platdata
*npd
;
1450 npd
= s3c_set_platdata(pd
, sizeof(struct s5p_ehci_platdata
),
1454 npd
->phy_init
= s5p_usb_phy_init
;
1456 npd
->phy_exit
= s5p_usb_phy_exit
;
1458 #endif /* CONFIG_S5P_DEV_USB_EHCI */
1462 #ifdef CONFIG_S3C_DEV_USB_HSOTG
1463 static struct resource s3c_usb_hsotg_resources
[] = {
1464 [0] = DEFINE_RES_MEM(S3C_PA_USB_HSOTG
, SZ_128K
),
1465 [1] = DEFINE_RES_IRQ(IRQ_OTG
),
1468 struct platform_device s3c_device_usb_hsotg
= {
1469 .name
= "s3c-hsotg",
1471 .num_resources
= ARRAY_SIZE(s3c_usb_hsotg_resources
),
1472 .resource
= s3c_usb_hsotg_resources
,
1474 .dma_mask
= &samsung_device_dma_mask
,
1475 .coherent_dma_mask
= DMA_BIT_MASK(32),
1479 void __init
s3c_hsotg_set_platdata(struct s3c_hsotg_plat
*pd
)
1481 struct s3c_hsotg_plat
*npd
;
1483 npd
= s3c_set_platdata(pd
, sizeof(struct s3c_hsotg_plat
),
1484 &s3c_device_usb_hsotg
);
1487 npd
->phy_init
= s5p_usb_phy_init
;
1489 npd
->phy_exit
= s5p_usb_phy_exit
;
1491 #endif /* CONFIG_S3C_DEV_USB_HSOTG */
1493 /* USB High Spped 2.0 Device (Gadget) */
1495 #ifdef CONFIG_PLAT_S3C24XX
1496 static struct resource s3c_hsudc_resource
[] = {
1497 [0] = DEFINE_RES_MEM(S3C2416_PA_HSUDC
, S3C2416_SZ_HSUDC
),
1498 [1] = DEFINE_RES_IRQ(IRQ_USBD
),
1501 struct platform_device s3c_device_usb_hsudc
= {
1502 .name
= "s3c-hsudc",
1504 .num_resources
= ARRAY_SIZE(s3c_hsudc_resource
),
1505 .resource
= s3c_hsudc_resource
,
1507 .dma_mask
= &samsung_device_dma_mask
,
1508 .coherent_dma_mask
= DMA_BIT_MASK(32),
1512 void __init
s3c24xx_hsudc_set_platdata(struct s3c24xx_hsudc_platdata
*pd
)
1514 s3c_set_platdata(pd
, sizeof(*pd
), &s3c_device_usb_hsudc
);
1516 #endif /* CONFIG_PLAT_S3C24XX */
1520 #ifdef CONFIG_S3C_DEV_WDT
1521 static struct resource s3c_wdt_resource
[] = {
1522 [0] = DEFINE_RES_MEM(S3C_PA_WDT
, SZ_1K
),
1523 [1] = DEFINE_RES_IRQ(IRQ_WDT
),
1526 struct platform_device s3c_device_wdt
= {
1527 .name
= "s3c2410-wdt",
1529 .num_resources
= ARRAY_SIZE(s3c_wdt_resource
),
1530 .resource
= s3c_wdt_resource
,
1532 #endif /* CONFIG_S3C_DEV_WDT */
1534 #ifdef CONFIG_S3C64XX_DEV_SPI0
1535 static struct resource s3c64xx_spi0_resource
[] = {
1536 [0] = DEFINE_RES_MEM(S3C_PA_SPI0
, SZ_256
),
1537 [1] = DEFINE_RES_DMA(DMACH_SPI0_TX
),
1538 [2] = DEFINE_RES_DMA(DMACH_SPI0_RX
),
1539 [3] = DEFINE_RES_IRQ(IRQ_SPI0
),
1542 struct platform_device s3c64xx_device_spi0
= {
1543 .name
= "s3c6410-spi",
1545 .num_resources
= ARRAY_SIZE(s3c64xx_spi0_resource
),
1546 .resource
= s3c64xx_spi0_resource
,
1548 .dma_mask
= &samsung_device_dma_mask
,
1549 .coherent_dma_mask
= DMA_BIT_MASK(32),
1553 void __init
s3c64xx_spi0_set_platdata(int (*cfg_gpio
)(void), int src_clk_nr
,
1556 struct s3c64xx_spi_info pd
;
1558 /* Reject invalid configuration */
1559 if (!num_cs
|| src_clk_nr
< 0) {
1560 pr_err("%s: Invalid SPI configuration\n", __func__
);
1565 pd
.src_clk_nr
= src_clk_nr
;
1566 pd
.cfg_gpio
= (cfg_gpio
) ? cfg_gpio
: s3c64xx_spi0_cfg_gpio
;
1568 s3c_set_platdata(&pd
, sizeof(pd
), &s3c64xx_device_spi0
);
1570 #endif /* CONFIG_S3C64XX_DEV_SPI0 */
1572 #ifdef CONFIG_S3C64XX_DEV_SPI1
1573 static struct resource s3c64xx_spi1_resource
[] = {
1574 [0] = DEFINE_RES_MEM(S3C_PA_SPI1
, SZ_256
),
1575 [1] = DEFINE_RES_DMA(DMACH_SPI1_TX
),
1576 [2] = DEFINE_RES_DMA(DMACH_SPI1_RX
),
1577 [3] = DEFINE_RES_IRQ(IRQ_SPI1
),
1580 struct platform_device s3c64xx_device_spi1
= {
1581 .name
= "s3c6410-spi",
1583 .num_resources
= ARRAY_SIZE(s3c64xx_spi1_resource
),
1584 .resource
= s3c64xx_spi1_resource
,
1586 .dma_mask
= &samsung_device_dma_mask
,
1587 .coherent_dma_mask
= DMA_BIT_MASK(32),
1591 void __init
s3c64xx_spi1_set_platdata(int (*cfg_gpio
)(void), int src_clk_nr
,
1594 /* Reject invalid configuration */
1595 if (!num_cs
|| src_clk_nr
< 0) {
1596 pr_err("%s: Invalid SPI configuration\n", __func__
);
1601 pd
.src_clk_nr
= src_clk_nr
;
1602 pd
.cfg_gpio
= (cfg_gpio
) ? cfg_gpio
: s3c64xx_spi1_cfg_gpio
;
1604 s3c_set_platdata(&pd
, sizeof(pd
), &s3c64xx_device_spi1
);
1606 #endif /* CONFIG_S3C64XX_DEV_SPI1 */
1608 #ifdef CONFIG_S3C64XX_DEV_SPI2
1609 static struct resource s3c64xx_spi2_resource
[] = {
1610 [0] = DEFINE_RES_MEM(S3C_PA_SPI2
, SZ_256
),
1611 [1] = DEFINE_RES_DMA(DMACH_SPI2_TX
),
1612 [2] = DEFINE_RES_DMA(DMACH_SPI2_RX
),
1613 [3] = DEFINE_RES_IRQ(IRQ_SPI2
),
1616 struct platform_device s3c64xx_device_spi2
= {
1617 .name
= "s3c6410-spi",
1619 .num_resources
= ARRAY_SIZE(s3c64xx_spi2_resource
),
1620 .resource
= s3c64xx_spi2_resource
,
1622 .dma_mask
= &samsung_device_dma_mask
,
1623 .coherent_dma_mask
= DMA_BIT_MASK(32),
1627 void __init
s3c64xx_spi2_set_platdata(int (*cfg_gpio
)(void), int src_clk_nr
,
1630 struct s3c64xx_spi_info pd
;
1632 /* Reject invalid configuration */
1633 if (!num_cs
|| src_clk_nr
< 0) {
1634 pr_err("%s: Invalid SPI configuration\n", __func__
);
1639 pd
.src_clk_nr
= src_clk_nr
;
1640 pd
.cfg_gpio
= (cfg_gpio
) ? cfg_gpio
: s3c64xx_spi2_cfg_gpio
;
1642 s3c_set_platdata(&pd
, sizeof(pd
), &s3c64xx_device_spi2
);
1644 #endif /* CONFIG_S3C64XX_DEV_SPI2 */