From: Nobuhiro Iwamatsu Date: Mon, 7 Apr 2014 02:19:03 +0000 (+0900) Subject: arm: rmobile: Add define of SCIF register for R8A7790 and R8A7791 X-Git-Tag: v2014.07-rc2~2^2~1^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e6f2c20689e09e3c637f90437d9cea83ff2348c1;p=platform%2Fkernel%2Fu-boot.git arm: rmobile: Add define of SCIF register for R8A7790 and R8A7791 Signed-off-by: Nobuhiro Iwamatsu --- diff --git a/arch/arm/include/asm/arch-rmobile/rcar-base.h b/arch/arm/include/asm/arch-rmobile/rcar-base.h index 4331d31..41240f3 100644 --- a/arch/arm/include/asm/arch-rmobile/rcar-base.h +++ b/arch/arm/include/asm/arch-rmobile/rcar-base.h @@ -21,6 +21,14 @@ #define GPIO5_BASE 0xE6055000 #define SH_QSPI_BASE 0xE6B10000 +/* SCIF */ +#define SCIF0_BASE 0xE6E60000 +#define SCIF1_BASE 0xE6E68000 +#define SCIF2_BASE 0xE6E58000 +#define SCIF3_BASE 0xE6EA8000 +#define SCIF4_BASE 0xE6EE0000 +#define SCIF5_BASE 0xE6EE8000 + #define S3C_BASE 0xE6784000 #define S3C_INT_BASE 0xE6784A00 #define S3C_MEDIA_BASE 0xE6784B00