diff mbox

[U-Boot,1/4] arm: rmobile: Add register infomation for i2c of R8A7791

Message ID 1386749324-3787-1-git-send-email-nobuhiro.iwamatsu.yj@renesas.com
State Accepted, archived
Delegated to: Nobuhiro Iwamatsu
Headers show

Commit Message

Nobuhiro Iwamatsu Dec. 11, 2013, 8:08 a.m. UTC
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
---
 arch/arm/include/asm/arch-rmobile/r8a7791.h | 6 ++++++
 1 file changed, 6 insertions(+)
diff mbox

Patch

diff --git a/arch/arm/include/asm/arch-rmobile/r8a7791.h b/arch/arm/include/asm/arch-rmobile/r8a7791.h
index 2afda0a..3a3277a 100644
--- a/arch/arm/include/asm/arch-rmobile/r8a7791.h
+++ b/arch/arm/include/asm/arch-rmobile/r8a7791.h
@@ -407,6 +407,12 @@ 
 #define CCI_AXI_IPMMUDSDVMCR	0xFF880414
 #define CCI_AXI_AX2ADDRMASK	0xFF88041C
 
+/* I2C */
+#define CONFIG_SYS_I2C_SH_BASE0	0xE6500000
+#define CONFIG_SYS_I2C_SH_BASE1	0xE6510000
+#define CONFIG_SYS_I2C_SH_BASE2	0xE60B0000
+#define CONFIG_SYS_I2C_SH_NUM_CONTROLLERS	3
+
 #ifndef __ASSEMBLY__
 #include <asm/types.h>