|
@@ -26,8 +26,10 @@
|
|
|
#define OMAP44XX_EMIF2_BASE 0x4d000000
|
|
|
#define OMAP44XX_DMM_BASE 0x4e000000
|
|
|
#define OMAP4430_32KSYNCT_BASE 0x4a304000
|
|
|
-#define OMAP4430_CM_BASE 0x4a004000
|
|
|
-#define OMAP4430_PRM_BASE 0x48306000
|
|
|
+#define OMAP4430_CM1_BASE 0x4a004000
|
|
|
+#define OMAP4430_CM_BASE OMAP4430_CM1_BASE
|
|
|
+#define OMAP4430_CM2_BASE 0x4a008000
|
|
|
+#define OMAP4430_PRM_BASE 0x4a306000
|
|
|
#define OMAP44XX_GPMC_BASE 0x50000000
|
|
|
#define OMAP443X_SCM_BASE 0x4a002000
|
|
|
#define OMAP443X_CTRL_BASE OMAP443X_SCM_BASE
|