[U-Boot] [PATCH] ARM DaVinci: Minor Updates to base addresses

s-paulraj at ti.com s-paulraj at ti.com
Sat May 9 18:15:08 CEST 2009


Patch adds base addresses for DaVinci DM365. Updated patches for DM365
will be posted soon.
Patch applies to arm/next

Signed-off-by: Sandeep Paulraj <s-paulraj at ti.com>
---
 include/asm-arm/arch-davinci/hardware.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/include/asm-arm/arch-davinci/hardware.h b/include/asm-arm/arch-davinci/hardware.h
index 99324e4..313b3f3 100644
--- a/include/asm-arm/arch-davinci/hardware.h
+++ b/include/asm-arm/arch-davinci/hardware.h
@@ -75,6 +75,7 @@ typedef volatile unsigned int *	dv_reg_p;
 #define DAVINCI_ASYNC_EMIF_DATA_CE1_BASE	(0x04000000)
 #define DAVINCI_ASYNC_EMIF_DATA_CE2_BASE	(0x06000000)
 #define DAVINCI_ASYNC_EMIF_DATA_CE3_BASE	(0x08000000)
+#define DAVINCI_DDR_BASE			(0x80000000)
 
 #ifdef CONFIG_SOC_DM644X
 #define DAVINCI_UART2_BASE			0x01c20800
@@ -99,6 +100,11 @@ typedef volatile unsigned int *	dv_reg_p;
 #define DAVINCI_ASYNC_EMIF_CNTRL_BASE		0x01e10000
 #define DAVINCI_MMC_SD0_BASE			0x01e11000
 
+#elif defined(CONFIG_SOC_DM365)
+#define DAVINCI_MMC_SD1_BASE			0x01d00000
+#define DAVINCI_ASYNC_EMIF_CNTRL_BASE		0x01d10000
+#define DAVINCI_MMC_SD0_BASE			0x01d11000
+
 #endif
 
 /* Power and Sleep Controller (PSC) Domains */
-- 
1.6.0.4



More information about the U-Boot mailing list