diff options
| author | Tom Rini <[email protected]> | 2015-09-13 17:25:16 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-09-13 17:25:16 -0400 |
| commit | 850f788709cef8f7d53d571aec3bfb73b14c5531 (patch) | |
| tree | 0641e0c973667223693da2b12c866460fd61af1c /arch/arm/include | |
| parent | 4c669e2d3b0d65aeb5593c04b719284a41013c87 (diff) | |
| parent | 21871138b7686b36dd8ae97cab5dc1e9c5c6e183 (diff) | |
Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'arch/arm/include')
| -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 |
