]> rtime.felk.cvut.cz Git - mcf548x/linux.git/blob - arch/m68k/include/asm/mcfsim.h
Current (FEC from 2.6.31 port, no CAN, no I2C, no PCI)
[mcf548x/linux.git] / arch / m68k / include / asm / mcfsim.h
1 /****************************************************************************/
2
3 /*
4  *      mcfsim.h -- ColdFire System Integration Module support.
5  *
6  *      (C) Copyright 1999-2003, Greg Ungerer (gerg@snapgear.com)
7  *      (C) Copyright 2000, Lineo Inc. (www.lineo.com)
8  */
9
10 /****************************************************************************/
11 #ifndef mcfsim_h
12 #define mcfsim_h
13 /****************************************************************************/
14
15 #if defined(CONFIG_COLDFIRE)
16 #include <asm/coldfire.h>
17 #endif
18
19 /*
20  * Include the appropriate ColdFire CPU specific System Integration Module
21  * (SIM) definitions.
22  */
23 #if defined(CONFIG_M5206) || defined(CONFIG_M5206e)
24 #include <asm/m5206sim.h>
25 #include <asm/mcfintc.h>
26 #elif defined(CONFIG_M520x)
27 #include <asm/m520xsim.h>
28 #elif defined(CONFIG_M523x)
29 #include <asm/m523xsim.h>
30 #include <asm/mcfintc.h>
31 #elif defined(CONFIG_M5249)
32 #include <asm/m5249sim.h>
33 #include <asm/mcfintc.h>
34 #elif defined(CONFIG_M527x)
35 #include <asm/m527xsim.h>
36 #elif defined(CONFIG_M5272)
37 #include <asm/m5272sim.h>
38 #elif defined(CONFIG_M528x)
39 #include <asm/m528xsim.h>
40 #elif defined(CONFIG_M5307)
41 #include <asm/m5307sim.h>
42 #include <asm/mcfintc.h>
43 #elif defined(CONFIG_M532x)
44 #include <asm/m532xsim.h>
45 #elif defined(CONFIG_M5407)
46 #include <asm/m5407sim.h>
47 #include <asm/mcfintc.h>
48 #elif defined(CONFIG_M5445X) //with MMU
49 #include <asm/mcf5445x_intc.h>
50 #include <asm/mcf5445x_gpio.h>
51 #include <asm/mcf5445x_ccm.h>
52 #include <asm/mcf5445x_eport.h>
53 #include <asm/mcf5445x_fbcs.h>
54 #include <asm/mcf5445x_xbs.h>
55 #include <asm/mcf5445x_dtim.h>
56 #include <asm/mcf5445x_rtc.h>
57 #include <asm/mcf5445x_scm.h>
58 #elif defined(CONFIG_M547X_8X) //with MMU
59 #include <asm/m548xsim.h>
60 #include <asm/m548xgpio.h>
61 #include <asm/m548xgpt.h>
62 #endif
63
64 /****************************************************************************/
65 #endif  /* mcfsim_h */