2017-12-26 03:54:35 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
/*
|
2011-02-14 15:22:36 +08:00
|
|
|
* Copyright (c) 2011 Samsung Electronics Co., Ltd.
|
|
|
|
* http://www.samsung.com
|
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
|
2017-12-26 03:54:35 +08:00
|
|
|
*/
|
2011-06-22 17:03:21 +08:00
|
|
|
|
|
|
|
#ifndef __PLAT_DEVS_H
|
|
|
|
#define __PLAT_DEVS_H __FILE__
|
|
|
|
|
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
|
|
|
|
2011-10-03 08:47:58 +08:00
|
|
|
extern struct platform_device s3c64xx_device_ac97;
|
2009-06-04 03:08:38 +08:00
|
|
|
extern struct platform_device s3c64xx_device_iis0;
|
|
|
|
extern struct platform_device s3c64xx_device_iis1;
|
2009-06-04 03:08:39 +08:00
|
|
|
extern struct platform_device s3c64xx_device_iisv4;
|
2011-10-03 08:47:58 +08:00
|
|
|
extern struct platform_device s3c64xx_device_onenand1;
|
2009-11-17 15:53:56 +08:00
|
|
|
extern struct platform_device s3c64xx_device_pcm0;
|
|
|
|
extern struct platform_device s3c64xx_device_pcm1;
|
2011-10-03 08:47:58 +08:00
|
|
|
extern struct platform_device s3c64xx_device_spi0;
|
|
|
|
extern struct platform_device s3c64xx_device_spi1;
|
2011-12-23 09:14:31 +08:00
|
|
|
extern struct platform_device s3c64xx_device_spi2;
|
2009-11-17 15:53:56 +08:00
|
|
|
|
2011-10-03 08:47:58 +08:00
|
|
|
extern struct platform_device s3c_device_adc;
|
|
|
|
extern struct platform_device s3c_device_cfcon;
|
2008-11-19 23:41:31 +08:00
|
|
|
extern struct platform_device s3c_device_fb;
|
2011-10-03 08:47:58 +08:00
|
|
|
extern struct platform_device s3c_device_hwmon;
|
|
|
|
extern struct platform_device s3c_device_hsmmc0;
|
|
|
|
extern struct platform_device s3c_device_hsmmc1;
|
|
|
|
extern struct platform_device s3c_device_hsmmc2;
|
|
|
|
extern struct platform_device s3c_device_hsmmc3;
|
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;
|
2010-05-20 14:13:06 +08:00
|
|
|
extern struct platform_device s3c_device_i2c2;
|
2010-10-12 06:49:24 +08:00
|
|
|
extern struct platform_device s3c_device_i2c3;
|
|
|
|
extern struct platform_device s3c_device_i2c4;
|
|
|
|
extern struct platform_device s3c_device_i2c5;
|
|
|
|
extern struct platform_device s3c_device_i2c6;
|
|
|
|
extern struct platform_device s3c_device_i2c7;
|
2011-10-03 08:47:58 +08:00
|
|
|
extern struct platform_device s3c_device_iis;
|
|
|
|
extern struct platform_device s3c_device_lcd;
|
|
|
|
extern struct platform_device s3c_device_nand;
|
|
|
|
extern struct platform_device s3c_device_ohci;
|
|
|
|
extern struct platform_device s3c_device_onenand;
|
2005-04-17 06:20:36 +08:00
|
|
|
extern struct platform_device s3c_device_rtc;
|
|
|
|
extern struct platform_device s3c_device_sdi;
|
|
|
|
extern struct platform_device s3c_device_spi0;
|
|
|
|
extern struct platform_device s3c_device_spi1;
|
2011-10-03 08:47:58 +08:00
|
|
|
extern struct platform_device s3c_device_ts;
|
|
|
|
extern struct platform_device s3c_device_timer[];
|
2005-04-17 06:20:36 +08:00
|
|
|
extern struct platform_device s3c_device_usbgadget;
|
2009-05-17 05:05:27 +08:00
|
|
|
extern struct platform_device s3c_device_usb_hsotg;
|
2011-10-03 08:47:58 +08:00
|
|
|
extern struct platform_device s3c_device_usb_hsudc;
|
|
|
|
extern struct platform_device s3c_device_wdt;
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2011-10-03 08:47:58 +08:00
|
|
|
extern struct platform_device samsung_asoc_idma;
|
|
|
|
extern struct platform_device samsung_device_keypad;
|
2013-04-13 03:17:21 +08:00
|
|
|
extern struct platform_device samsung_device_pwm;
|
2011-10-03 08:47:58 +08:00
|
|
|
|
2005-04-17 06:20:36 +08:00
|
|
|
/* s3c2440 specific devices */
|
|
|
|
|
|
|
|
#ifdef CONFIG_CPU_S3C2440
|
|
|
|
|
|
|
|
extern struct platform_device s3c_device_camif;
|
2009-08-06 01:29:57 +08:00
|
|
|
extern struct platform_device s3c_device_ac97;
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
#endif
|
2010-06-10 11:57:15 +08:00
|
|
|
|
|
|
|
/**
|
|
|
|
* s3c_set_platdata() - helper for setting platform data
|
|
|
|
* @pd: The default platform data for this device.
|
|
|
|
* @pdsize: The size of the platform data.
|
|
|
|
* @pdev: Pointer to the device to fill in.
|
|
|
|
*
|
|
|
|
* This helper replaces a number of calls that copy and then set the
|
|
|
|
* platform data of the device.
|
|
|
|
*/
|
|
|
|
extern void *s3c_set_platdata(void *pd, size_t pdsize,
|
|
|
|
struct platform_device *pdev);
|
2011-06-22 17:03:21 +08:00
|
|
|
|
|
|
|
#endif /* __PLAT_DEVS_H */
|