| 
									
										
										
										
											2005-10-31 14:25:02 +00:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  *  linux/arch/arm/mach-realview/core.h | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  *  Copyright (C) 2004 ARM Limited | 
					
						
							|  |  |  |  *  Copyright (C) 2000 Deep Blue Solutions Ltd | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This program is free software; you can redistribute it and/or modify | 
					
						
							|  |  |  |  * it under the terms of the GNU General Public License as published by | 
					
						
							|  |  |  |  * the Free Software Foundation; either version 2 of the License, or | 
					
						
							|  |  |  |  * (at your option) any later version. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This program is distributed in the hope that it will be useful, | 
					
						
							|  |  |  |  * but WITHOUT ANY WARRANTY; without even the implied warranty of | 
					
						
							|  |  |  |  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
					
						
							|  |  |  |  * GNU General Public License for more details. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * You should have received a copy of the GNU General Public License | 
					
						
							|  |  |  |  * along with this program; if not, write to the Free Software | 
					
						
							|  |  |  |  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifndef __ASM_ARCH_REALVIEW_H
 | 
					
						
							|  |  |  | #define __ASM_ARCH_REALVIEW_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-01-07 13:52:45 +00:00
										 |  |  | #include <linux/amba/bus.h>
 | 
					
						
							| 
									
										
										
										
											2008-09-06 12:10:45 +01:00
										 |  |  | #include <linux/io.h>
 | 
					
						
							| 
									
										
										
										
											2006-01-07 13:52:45 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-11-07 10:30:16 +00:00
										 |  |  | #include <asm/leds.h>
 | 
					
						
							| 
									
										
										
										
											2005-10-31 14:25:02 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | #define AMBA_DEVICE(name,busid,base,plat)			\
 | 
					
						
							|  |  |  | static struct amba_device name##_device = {			\ | 
					
						
							|  |  |  | 	.dev		= {					\ | 
					
						
							|  |  |  | 		.coherent_dma_mask = ~0,			\ | 
					
						
							|  |  |  | 		.bus_id	= busid,				\ | 
					
						
							|  |  |  | 		.platform_data = plat,				\ | 
					
						
							|  |  |  | 	},							\ | 
					
						
							|  |  |  | 	.res		= {					\ | 
					
						
							|  |  |  | 		.start	= REALVIEW_##base##_BASE,		\ | 
					
						
							| 
									
										
										
										
											2008-02-04 17:36:59 +01:00
										 |  |  | 		.end	= (REALVIEW_##base##_BASE) + SZ_4K - 1,	\ | 
					
						
							| 
									
										
										
										
											2005-10-31 14:25:02 +00:00
										 |  |  | 		.flags	= IORESOURCE_MEM,			\ | 
					
						
							|  |  |  | 	},							\ | 
					
						
							|  |  |  | 	.dma_mask	= ~0,					\ | 
					
						
							|  |  |  | 	.irq		= base##_IRQ,				\ | 
					
						
							|  |  |  | 	/* .dma		= base##_DMA,*/				\ | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | extern struct platform_device realview_flash_device; | 
					
						
							| 
									
										
										
										
											2006-12-10 21:21:32 +01:00
										 |  |  | extern struct platform_device realview_i2c_device; | 
					
						
							| 
									
										
										
										
											2005-10-31 14:25:02 +00:00
										 |  |  | extern struct mmc_platform_data realview_mmc0_plat_data; | 
					
						
							|  |  |  | extern struct mmc_platform_data realview_mmc1_plat_data; | 
					
						
							|  |  |  | extern struct clk realview_clcd_clk; | 
					
						
							|  |  |  | extern struct clcd_board clcd_plat_data; | 
					
						
							| 
									
										
										
										
											2008-02-04 17:41:01 +01:00
										 |  |  | extern void __iomem *gic_cpu_base_addr; | 
					
						
							| 
									
										
										
										
											2008-02-04 17:45:03 +01:00
										 |  |  | #ifdef CONFIG_LOCAL_TIMERS
 | 
					
						
							|  |  |  | extern void __iomem *twd_base_addr; | 
					
						
							|  |  |  | extern unsigned int twd_size; | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2008-04-18 22:43:11 +01:00
										 |  |  | extern void __iomem *timer0_va_base; | 
					
						
							|  |  |  | extern void __iomem *timer1_va_base; | 
					
						
							|  |  |  | extern void __iomem *timer2_va_base; | 
					
						
							|  |  |  | extern void __iomem *timer3_va_base; | 
					
						
							| 
									
										
										
										
											2005-10-31 14:25:02 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | extern void realview_leds_event(led_event_t ledevt); | 
					
						
							| 
									
										
										
										
											2008-02-04 17:43:02 +01:00
										 |  |  | extern void realview_timer_init(unsigned int timer_irq); | 
					
						
							| 
									
										
										
										
											2008-04-18 22:43:10 +01:00
										 |  |  | extern int realview_flash_register(struct resource *res, u32 num); | 
					
						
							| 
									
										
										
										
											2005-10-31 14:25:02 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | #endif
 |