2007-02-11 17:31:01 +00:00
|
|
|
/* linux/include/asm-arm/plat-s3c24xx/devs.h
|
2005-04-16 22:20:36 +00: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-29 18:07:23 +00:00
|
|
|
#include <linux/platform_device.h>
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2006-06-18 22:04:05 +00:00
|
|
|
struct s3c24xx_uart_resources {
|
|
|
|
struct resource *resources;
|
|
|
|
unsigned long nr_resources;
|
|
|
|
};
|
|
|
|
|
|
|
|
extern struct s3c24xx_uart_resources s3c2410_uart_resources[];
|
2008-10-21 13:06:46 +00:00
|
|
|
extern struct s3c24xx_uart_resources s3c64xx_uart_resources[];
|
2006-06-18 22:04:05 +00:00
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
extern struct platform_device *s3c24xx_uart_devs[];
|
2006-06-18 22:04:05 +00:00
|
|
|
extern struct platform_device *s3c24xx_uart_src[];
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2008-07-01 12:17:24 +00:00
|
|
|
extern struct platform_device s3c_device_timer[];
|
|
|
|
|
2009-06-03 19:08:38 +00:00
|
|
|
extern struct platform_device s3c64xx_device_iis0;
|
|
|
|
extern struct platform_device s3c64xx_device_iis1;
|
2009-06-03 19:08:39 +00:00
|
|
|
extern struct platform_device s3c64xx_device_iisv4;
|
2009-06-03 19:08:38 +00:00
|
|
|
|
2008-11-19 15:41:31 +00:00
|
|
|
extern struct platform_device s3c_device_fb;
|
2005-04-16 22:20:36 +00:00
|
|
|
extern struct platform_device s3c_device_usb;
|
|
|
|
extern struct platform_device s3c_device_lcd;
|
|
|
|
extern struct platform_device s3c_device_wdt;
|
2008-10-31 16:14:40 +00:00
|
|
|
extern struct platform_device s3c_device_i2c0;
|
2008-10-31 16:14:55 +00:00
|
|
|
extern struct platform_device s3c_device_i2c1;
|
2005-04-16 22:20:36 +00:00
|
|
|
extern struct platform_device s3c_device_rtc;
|
|
|
|
extern struct platform_device s3c_device_adc;
|
|
|
|
extern struct platform_device s3c_device_sdi;
|
2009-06-23 15:30:02 +00:00
|
|
|
extern struct platform_device s3c_device_iis;
|
2009-04-17 11:36:44 +00:00
|
|
|
extern struct platform_device s3c_device_hwmon;
|
2008-10-31 16:14:28 +00:00
|
|
|
extern struct platform_device s3c_device_hsmmc0;
|
|
|
|
extern struct platform_device s3c_device_hsmmc1;
|
|
|
|
extern struct platform_device s3c_device_hsmmc2;
|
2005-04-16 22:20:36 +00: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;
|
2009-05-16 21:05:27 +00:00
|
|
|
extern struct platform_device s3c_device_usb_hsotg;
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
/* s3c2440 specific devices */
|
|
|
|
|
|
|
|
#ifdef CONFIG_CPU_S3C2440
|
|
|
|
|
|
|
|
extern struct platform_device s3c_device_camif;
|
|
|
|
|
|
|
|
#endif
|