| 
									
										
										
										
											2009-06-11 09:41:05 -04:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  * Copyright (C) 2009 Texas Instruments Incorporated | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * 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 version 2. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This program is distributed "as is" WITHOUT ANY WARRANTY of any | 
					
						
							|  |  |  |  * kind, whether express or implied; without even the implied warranty | 
					
						
							|  |  |  |  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
					
						
							|  |  |  |  * GNU General Public License for more details. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | #ifndef __ASM_ARCH_DM365_H
 | 
					
						
							|  |  |  | #define __ASM_ARCH_DM665_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include <linux/platform_device.h>
 | 
					
						
							| 
									
										
										
										
											2009-11-19 15:58:25 +05:30
										 |  |  | #include <linux/davinci_emac.h>
 | 
					
						
							| 
									
										
										
										
											2009-06-11 09:41:05 -04:00
										 |  |  | #include <mach/hardware.h>
 | 
					
						
							| 
									
										
										
										
											2009-09-02 15:33:29 -06:00
										 |  |  | #include <mach/asp.h>
 | 
					
						
							| 
									
										
										
										
											2009-10-13 13:57:07 -06:00
										 |  |  | #include <mach/keyscan.h>
 | 
					
						
							| 
									
										
										
										
											2010-02-01 17:38:53 -05:00
										 |  |  | #include <media/davinci/vpfe_capture.h>
 | 
					
						
							| 
									
										
										
										
											2009-06-11 09:41:05 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | #define DM365_EMAC_BASE			(0x01D07000)
 | 
					
						
							| 
									
										
										
										
											2010-09-15 10:11:22 -04:00
										 |  |  | #define DM365_EMAC_MDIO_BASE		(DM365_EMAC_BASE + 0x4000)
 | 
					
						
							| 
									
										
										
										
											2009-06-11 09:41:05 -04:00
										 |  |  | #define DM365_EMAC_CNTRL_OFFSET		(0x0000)
 | 
					
						
							|  |  |  | #define DM365_EMAC_CNTRL_MOD_OFFSET	(0x3000)
 | 
					
						
							|  |  |  | #define DM365_EMAC_CNTRL_RAM_OFFSET	(0x1000)
 | 
					
						
							|  |  |  | #define DM365_EMAC_CNTRL_RAM_SIZE	(0x2000)
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-10-13 13:57:07 -06:00
										 |  |  | /* Base of key scan register bank */ | 
					
						
							|  |  |  | #define DM365_KEYSCAN_BASE		(0x01C69400)
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-11-05 08:52:05 -06:00
										 |  |  | #define DM365_RTC_BASE			(0x01C69000)
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-01-21 11:41:51 -06:00
										 |  |  | #define DAVINCI_DM365_VC_BASE		(0x01D0C000)
 | 
					
						
							|  |  |  | #define DAVINCI_DMA_VC_TX		2
 | 
					
						
							|  |  |  | #define DAVINCI_DMA_VC_RX		3
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-04-16 21:29:11 +04:00
										 |  |  | #define DM365_ASYNC_EMIF_CONTROL_BASE	0x01D10000
 | 
					
						
							|  |  |  | #define DM365_ASYNC_EMIF_DATA_CE0_BASE	0x02000000
 | 
					
						
							|  |  |  | #define DM365_ASYNC_EMIF_DATA_CE1_BASE	0x04000000
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-11 09:41:05 -04:00
										 |  |  | void __init dm365_init(void); | 
					
						
							| 
									
										
										
										
											2009-09-02 15:33:29 -06:00
										 |  |  | void __init dm365_init_asp(struct snd_platform_data *pdata); | 
					
						
							| 
									
										
										
										
											2010-01-21 11:41:51 -06:00
										 |  |  | void __init dm365_init_vc(struct snd_platform_data *pdata); | 
					
						
							| 
									
										
										
										
											2009-10-13 13:57:07 -06:00
										 |  |  | void __init dm365_init_ks(struct davinci_ks_platform_data *pdata); | 
					
						
							| 
									
										
										
										
											2009-11-05 08:52:05 -06:00
										 |  |  | void __init dm365_init_rtc(void); | 
					
						
							| 
									
										
										
										
											2010-02-01 09:51:31 -05:00
										 |  |  | void dm365_init_spi0(unsigned chipselect_mask, | 
					
						
							|  |  |  | 			struct spi_board_info *info, unsigned len); | 
					
						
							| 
									
										
										
										
											2009-06-11 09:41:05 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-02-01 17:38:53 -05:00
										 |  |  | void dm365_set_vpfe_config(struct vpfe_config *cfg); | 
					
						
							| 
									
										
										
										
											2009-06-11 09:41:05 -04:00
										 |  |  | #endif /* __ASM_ARCH_DM365_H */
 |