summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-omap3/mem.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-03-04 21:23:42 -0500
committerTom Rini <trini@ti.com>2014-03-04 21:23:42 -0500
commite4b87e5b1d026bd010e2ba3abbf89561e8320287 (patch)
tree964bb1f7d7731e3d120e53b67baae199f2d18d48 /arch/arm/include/asm/arch-omap3/mem.h
parent32907339c2f533f1d59362c6100c6a0eeeca4837 (diff)
parent2eda892f00fbcf46143326f72e8ac5b472bd225a (diff)
downloadu-boot-imx-e4b87e5b1d026bd010e2ba3abbf89561e8320287.zip
u-boot-imx-e4b87e5b1d026bd010e2ba3abbf89561e8320287.tar.gz
u-boot-imx-e4b87e5b1d026bd010e2ba3abbf89561e8320287.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
Diffstat (limited to 'arch/arm/include/asm/arch-omap3/mem.h')
-rw-r--r--arch/arm/include/asm/arch-omap3/mem.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-omap3/mem.h b/arch/arm/include/asm/arch-omap3/mem.h
index bcc22c4..1804191 100644
--- a/arch/arm/include/asm/arch-omap3/mem.h
+++ b/arch/arm/include/asm/arch-omap3/mem.h
@@ -419,6 +419,16 @@ enum {
#define NET_GPMC_CONFIG6 0x00000FCF
#define NET_GPMC_CONFIG7 0x00000f6c
+/* GPMC CS configuration for an SMSC LAN9221 ethernet controller */
+#define NET_LAN9221_GPMC_CONFIG1 0x00001000
+#define NET_LAN9221_GPMC_CONFIG2 0x00060700
+#define NET_LAN9221_GPMC_CONFIG3 0x00020201
+#define NET_LAN9221_GPMC_CONFIG4 0x06000700
+#define NET_LAN9221_GPMC_CONFIG5 0x0006090A
+#define NET_LAN9221_GPMC_CONFIG6 0x87030000
+#define NET_LAN9221_GPMC_CONFIG7 0x00000f6c
+
+
/* max number of GPMC Chip Selects */
#define GPMC_MAX_CS 8
/* max number of GPMC regs */