am33xx: Correct and clean up ddr_regs struct
[oweals/u-boot.git] / arch / arm / include / asm / arch-am33xx / hardware.h
index 0ec22eb918f19b86673047d7ab7098e10b61afe1..c61733185488bde9b441a44b308239aa1336a336 100644 (file)
@@ -46,6 +46,7 @@
 
 /* Control Module Base Address */
 #define CTRL_BASE                      0x44E10000
+#define CTRL_DEVICE_BASE               0x44E10600
 
 /* PRCM Base Address */
 #define PRCM_BASE                      0x44E00000
@@ -53,7 +54,6 @@
 /* EMIF Base address */
 #define EMIF4_0_CFG_BASE               0x4C000000
 #define EMIF4_1_CFG_BASE               0x4D000000
-#define DMM_BASE                       0x4E000000
 
 /* PLL related registers */
 #define CM_PER                         0x44E00000
@@ -78,4 +78,8 @@
 #define DDRPHY_0_CONFIG_BASE           (CTRL_BASE + 0x1400)
 #define DDRPHY_CONFIG_BASE             DDRPHY_0_CONFIG_BASE
 
+/* CPSW Config space */
+#define AM335X_CPSW_BASE               0x4A100000
+#define AM335X_CPSW_MDIO_BASE          0x4A101000
+
 #endif /* __AM33XX_HARDWARE_H */