| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | /****************************************************************************/ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /*
 | 
					
						
							|  |  |  |  *	mcfsim.h -- ColdFire System Integration Module support. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  *	(C) Copyright 1999-2003, Greg Ungerer (gerg@snapgear.com) | 
					
						
							| 
									
										
										
										
											2009-05-19 13:56:44 +10:00
										 |  |  |  * 	(C) Copyright 2000, Lineo Inc. (www.lineo.com) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /****************************************************************************/ | 
					
						
							|  |  |  | #ifndef	mcfsim_h
 | 
					
						
							|  |  |  | #define	mcfsim_h
 | 
					
						
							|  |  |  | /****************************************************************************/ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /*
 | 
					
						
							| 
									
										
										
										
											2009-05-19 13:56:44 +10:00
										 |  |  |  * Include the appropriate ColdFire CPU specific System Integration Module | 
					
						
							|  |  |  |  * (SIM) definitions. | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  */ | 
					
						
							| 
									
										
										
										
											2008-02-04 22:29:58 -08:00
										 |  |  | #if defined(CONFIG_M5206) || defined(CONFIG_M5206e)
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | #include <asm/m5206sim.h>
 | 
					
						
							| 
									
										
										
										
											2009-05-19 13:56:44 +10:00
										 |  |  | #include <asm/mcfintc.h>
 | 
					
						
							| 
									
										
										
										
											2005-11-02 15:10:22 +10:00
										 |  |  | #elif defined(CONFIG_M520x)
 | 
					
						
							|  |  |  | #include <asm/m520xsim.h>
 | 
					
						
							| 
									
										
										
										
											2005-09-09 09:32:14 +10:00
										 |  |  | #elif defined(CONFIG_M523x)
 | 
					
						
							|  |  |  | #include <asm/m523xsim.h>
 | 
					
						
							| 
									
										
										
										
											2009-05-19 13:56:44 +10:00
										 |  |  | #include <asm/mcfintc.h>
 | 
					
						
							| 
									
										
										
										
											2012-09-19 13:52:12 +10:00
										 |  |  | #elif defined(CONFIG_M5249) || defined(CONFIG_M525x)
 | 
					
						
							| 
									
										
										
										
											2012-06-05 08:23:08 -07:00
										 |  |  | #include <asm/m525xsim.h>
 | 
					
						
							|  |  |  | #include <asm/mcfintc.h>
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | #elif defined(CONFIG_M527x)
 | 
					
						
							|  |  |  | #include <asm/m527xsim.h>
 | 
					
						
							|  |  |  | #elif defined(CONFIG_M5272)
 | 
					
						
							|  |  |  | #include <asm/m5272sim.h>
 | 
					
						
							|  |  |  | #elif defined(CONFIG_M528x)
 | 
					
						
							|  |  |  | #include <asm/m528xsim.h>
 | 
					
						
							|  |  |  | #elif defined(CONFIG_M5307)
 | 
					
						
							|  |  |  | #include <asm/m5307sim.h>
 | 
					
						
							| 
									
										
										
										
											2009-05-19 13:56:44 +10:00
										 |  |  | #include <asm/mcfintc.h>
 | 
					
						
							| 
									
										
										
										
											2012-11-05 12:01:38 +10:00
										 |  |  | #elif defined(CONFIG_M53xx)
 | 
					
						
							|  |  |  | #include <asm/m53xxsim.h>
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | #elif defined(CONFIG_M5407)
 | 
					
						
							|  |  |  | #include <asm/m5407sim.h>
 | 
					
						
							| 
									
										
										
										
											2009-05-19 13:56:44 +10:00
										 |  |  | #include <asm/mcfintc.h>
 | 
					
						
							| 
									
										
										
										
											2010-11-02 12:05:29 +10:00
										 |  |  | #elif defined(CONFIG_M54xx)
 | 
					
						
							|  |  |  | #include <asm/m54xxsim.h>
 | 
					
						
							| 
									
										
										
										
											2012-06-06 14:28:31 -07:00
										 |  |  | #elif defined(CONFIG_M5441x)
 | 
					
						
							|  |  |  | #include <asm/m5441xsim.h>
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /****************************************************************************/ | 
					
						
							|  |  |  | #endif	/* mcfsim_h */
 |