diff options
author | Tom Rini <trini@konsulko.com> | 2015-09-13 17:25:16 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-13 17:25:16 -0400 |
commit | 850f788709cef8f7d53d571aec3bfb73b14c5531 (patch) | |
tree | 0641e0c973667223693da2b12c866460fd61af1c /arch/arm/include/asm | |
parent | 4c669e2d3b0d65aeb5593c04b719284a41013c87 (diff) | |
parent | 21871138b7686b36dd8ae97cab5dc1e9c5c6e183 (diff) | |
download | u-boot-imx-850f788709cef8f7d53d571aec3bfb73b14c5531.zip u-boot-imx-850f788709cef8f7d53d571aec3bfb73b14c5531.tar.gz u-boot-imx-850f788709cef8f7d53d571aec3bfb73b14c5531.tar.bz2 |
Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'arch/arm/include/asm')
-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 d594cd7..53ead26 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 |