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

Nobuhiro Iwamatsu nobuhiro.iwamatsu.yj at renesas.com
Wed Dec 11 09:07:27 CET 2013


Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj at renesas.com>
---
 arch/arm/include/asm/arch-rmobile/r8a7790.h | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/include/asm/arch-rmobile/r8a7790.h b/arch/arm/include/asm/arch-rmobile/r8a7790.h
index 42d65d3..e6386b5 100644
--- a/arch/arm/include/asm/arch-rmobile/r8a7790.h
+++ b/arch/arm/include/asm/arch-rmobile/r8a7790.h
@@ -355,6 +355,13 @@
 #define CCI_AXI_IPMMUDSDVMCR	0xFF880414
 #define CCI_AXI_AX2ADDRMASK	0xFF88041C
 
+/* I2C */
+#define CONFIG_SYS_RCAR_I2C0_BASE 0xE6508000
+#define CONFIG_SYS_RCAR_I2C1_BASE 0xE6518000
+#define CONFIG_SYS_RCAR_I2C2_BASE 0xE6530000
+#define CONFIG_SYS_RCAR_I2C3_BASE 0xE6540000
+#define CONFIF_SYS_RCAR_I2C_NUM_CONTROLLERS 4
+
 #ifndef __ASSEMBLY__
 #include <asm/types.h>
 
-- 
1.8.5



More information about the U-Boot mailing list