summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-spear/hardware.h
diff options
context:
space:
mode:
authorVipin KUMAR <vipin.kumar@st.com>2012-05-07 07:36:43 (GMT)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-07-07 12:07:40 (GMT)
commit8eb0ee6a649d09a41155bf6c9dbd4d531ed41f9e (patch)
tree46aec28c0e72412257764894261718c8712012e9 /arch/arm/include/asm/arch-spear/hardware.h
parentdeb005622782bf568a4daa8daeb8adf95b606492 (diff)
downloadu-boot-8eb0ee6a649d09a41155bf6c9dbd4d531ed41f9e.tar.xz
SPEAr: Add macb driver support for spear310 and spear320
SPEAr310 and SPEAr320 SoCs have an extra ethernet controller. The driver for this device is already supported by u-boot, so configuring board configuration file and defining base addresses etc to make use of the common driver Signed-off-by: Vipin Kumar <vipin.kumar@st.com> Signed-off-by: Amit Virdi <amit.virdi@st.com> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/arm/include/asm/arch-spear/hardware.h')
-rw-r--r--arch/arm/include/asm/arch-spear/hardware.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-spear/hardware.h b/arch/arm/include/asm/arch-spear/hardware.h
index 70fc030..0012dd7 100644
--- a/arch/arm/include/asm/arch-spear/hardware.h
+++ b/arch/arm/include/asm/arch-spear/hardware.h
@@ -56,6 +56,11 @@
#define CONFIG_SPEAR_EMIBASE (0x4F000000)
#define CONFIG_SPEAR_RASBASE (0xB4000000)
+#define CONFIG_SYS_MACB0_BASE 0xB0000000
+#define CONFIG_SYS_MACB1_BASE 0xB0800000
+#define CONFIG_SYS_MACB2_BASE 0xB1000000
+#define CONFIG_SYS_MACB3_BASE 0xB1800000
+
#elif defined(CONFIG_SPEAR320)
#define CONFIG_SYS_I2C_BASE (0xD0180000)
#define CONFIG_SYS_FSMC_BASE (0x4C000000)
@@ -63,5 +68,7 @@
#define CONFIG_SPEAR_EMIBASE (0x40000000)
#define CONFIG_SPEAR_RASBASE (0xB3000000)
+#define CONFIG_SYS_MACB0_BASE 0xAA000000
+
#endif
#endif /* _ASM_ARCH_HARDWARE_H */