2007-02-12 01:31:01 +08:00
|
|
|
/* linux/include/asm-arm/plat-s3c24xx/devs.h
|
2005-04-17 06:20:36 +08:00
|
|
|
*
|
|
|
|
* Copyright (c) 2004 Simtec Electronics
|
|
|
|
* Ben Dooks <ben@simtec.co.uk>
|
|
|
|
*
|
|
|
|
* Header file for s3c2410 standard platform devices
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
|
|
* published by the Free Software Foundation.
|
|
|
|
*/
|
2005-10-30 02:07:23 +08:00
|
|
|
#include <linux/platform_device.h>
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2006-06-19 06:04:05 +08:00
|
|
|
struct s3c24xx_uart_resources {
|
|
|
|
struct resource *resources;
|
|
|
|
unsigned long nr_resources;
|
|
|
|
};
|
|
|
|
|
|
|
|
extern struct s3c24xx_uart_resources s3c2410_uart_resources[];
|
2008-10-21 21:06:46 +08:00
|
|
|
extern struct s3c24xx_uart_resources s3c64xx_uart_resources[];
|
2006-06-19 06:04:05 +08:00
|
|
|
|
2005-04-17 06:20:36 +08:00
|
|
|
extern struct platform_device *s3c24xx_uart_devs[];
|
2006-06-19 06:04:05 +08:00
|
|
|
extern struct platform_device *s3c24xx_uart_src[];
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2008-07-01 20:17:24 +08:00
|
|
|
extern struct platform_device s3c_device_timer[];
|
|
|
|
|
2008-11-19 23:41:31 +08:00
|
|
|
extern struct platform_device s3c_device_fb;
|
2005-04-17 06:20:36 +08:00
|
|
|
extern struct platform_device s3c_device_usb;
|
|
|
|
extern struct platform_device s3c_device_lcd;
|
|
|
|
extern struct platform_device s3c_device_wdt;
|
2008-11-01 00:14:40 +08:00
|
|
|
extern struct platform_device s3c_device_i2c0;
|
2008-11-01 00:14:55 +08:00
|
|
|
extern struct platform_device s3c_device_i2c1;
|
2005-04-17 06:20:36 +08:00
|
|
|
extern struct platform_device s3c_device_iis;
|
|
|
|
extern struct platform_device s3c_device_rtc;
|
|
|
|
extern struct platform_device s3c_device_adc;
|
|
|
|
extern struct platform_device s3c_device_sdi;
|
2008-11-01 00:14:28 +08:00
|
|
|
extern struct platform_device s3c_device_hsmmc0;
|
|
|
|
extern struct platform_device s3c_device_hsmmc1;
|
|
|
|
extern struct platform_device s3c_device_hsmmc2;
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
extern struct platform_device s3c_device_spi0;
|
|
|
|
extern struct platform_device s3c_device_spi1;
|
|
|
|
|
|
|
|
extern struct platform_device s3c_device_nand;
|
|
|
|
|
|
|
|
extern struct platform_device s3c_device_usbgadget;
|
|
|
|
|
|
|
|
/* s3c2440 specific devices */
|
|
|
|
|
|
|
|
#ifdef CONFIG_CPU_S3C2440
|
|
|
|
|
|
|
|
extern struct platform_device s3c_device_camif;
|
|
|
|
|
|
|
|
#endif
|