]> rtime.felk.cvut.cz Git - mcf548x/linux.git/blobdiff - 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
index 6901fd68165bd333b79b3dc1dc113b7a15275f72..f98ffc2fe7c5d5f5567cbddd84eadfdb89e9cb46 100644 (file)
 #define        mcfsim_h
 /****************************************************************************/
 
+#if defined(CONFIG_COLDFIRE)
+#include <asm/coldfire.h>
+#endif
+
 /*
  * Include the appropriate ColdFire CPU specific System Integration Module
  * (SIM) definitions.
 #elif defined(CONFIG_M5407)
 #include <asm/m5407sim.h>
 #include <asm/mcfintc.h>
-#elif defined(CONFIG_M548x)
+#elif defined(CONFIG_M5445X) //with MMU
+#include <asm/mcf5445x_intc.h>
+#include <asm/mcf5445x_gpio.h>
+#include <asm/mcf5445x_ccm.h>
+#include <asm/mcf5445x_eport.h>
+#include <asm/mcf5445x_fbcs.h>
+#include <asm/mcf5445x_xbs.h>
+#include <asm/mcf5445x_dtim.h>
+#include <asm/mcf5445x_rtc.h>
+#include <asm/mcf5445x_scm.h>
+#elif defined(CONFIG_M547X_8X) //with MMU
 #include <asm/m548xsim.h>
+#include <asm/m548xgpio.h>
+#include <asm/m548xgpt.h>
 #endif
 
 /****************************************************************************/