diff options
| author | Vladimir Barinov <[email protected]> | 2015-07-20 20:49:49 +0300 |
|---|---|---|
| committer | Nobuhiro Iwamatsu <[email protected]> | 2015-08-31 17:31:47 +0900 |
| commit | b8f91e2c92b7a8e01234fe384186202a24238f92 (patch) | |
| tree | db77b51f8289d0355e29a482a48646ebf879d655 | |
| parent | 53be7bf2a536c3b0c260993e51bb0803938d21f5 (diff) | |
arch: rmobile: add SCIFA port base offsets
add SCIFA port base offsets
Signed-off-by: Vladimir Barinov <[email protected]>
Signed-off-by: Nobuhiro Iwamatsu <[email protected]>
| -rw-r--r-- | arch/arm/include/asm/arch-rmobile/rcar-base.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-rmobile/rcar-base.h b/arch/arm/include/asm/arch-rmobile/rcar-base.h index d594cd77c17..53ead265bd0 100644 --- a/arch/arm/include/asm/arch-rmobile/rcar-base.h +++ b/arch/arm/include/asm/arch-rmobile/rcar-base.h @@ -28,6 +28,9 @@ #define SCIF3_BASE 0xE6EA8000 #define SCIF4_BASE 0xE6EE0000 #define SCIF5_BASE 0xE6EE8000 +#define SCIFA0_BASE 0xE6C40000 +#define SCIFA1_BASE 0xE6C50000 +#define SCIFA2_BASE 0xE6C60000 /* Module stop status register */ #define MSTPSR0 0xE6150030 |
