Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[oweals/u-boot.git] / arch / arm / include / asm / arch-omap5 / hardware.h
index f7011b4e904aaf2f17faf2d88bae173e626e49e3..d24d6458cc877f8d4750290df7538a5545aeebcd 100644 (file)
@@ -23,4 +23,9 @@
 /* GPMC Base address */
 #define GPMC_BASE                      0x50000000
 
+/* EDMA3 Base address for DRA7XX and AM57XX */
+#if defined(CONFIG_DRA7XX)
+#define EDMA3_BASE                     0x43300000
+#endif
+
 #endif