diff options
| author | Ben Dooks <ben-linux@org.rmk.(none)> | 2005-01-18 13:03:07 +0000 |
|---|---|---|
| committer | Russell King <rmk@flint.arm.linux.org.uk> | 2005-01-18 13:03:07 +0000 |
| commit | a1b6035ae3847836f5c008fefb0a2e27b7aa97ad (patch) | |
| tree | 28011fb2f954b18fc6fedc80035840351ac3541b /include | |
| parent | 3c57bd0f942ef055acc624d7ac91ae5113a57112 (diff) | |
[ARM PATCH] 2413/1: VR1000 - add serial ports to vr1000-map.h
Patch from Ben Dooks
Add definition of the extra serial port area to the
file include/asm-arm/arch-s3c2410/vr1000-map.h
Signed-off-by: Ben Dooks
Signed-off-by: Russell King
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-arm/arch-s3c2410/vr1000-map.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/include/asm-arm/arch-s3c2410/vr1000-map.h b/include/asm-arm/arch-s3c2410/vr1000-map.h index 6ee283d11a96..867c9355fd39 100644 --- a/include/asm-arm/arch-s3c2410/vr1000-map.h +++ b/include/asm-arm/arch-s3c2410/vr1000-map.h @@ -1,6 +1,6 @@ /* linux/include/asm-arm/arch-s3c2410/vr1000-map.h * - * (c) 2003,2004 Simtec Electronics + * (c) 2003-2005 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * * Machine VR1000 - Memory map definitions @@ -13,6 +13,7 @@ * 06-Jan-2003 BJD Linux 2.6.0 version, split specifics from arch/map.h * 12-Mar-2004 BJD Fixed header include protection * 19-Mar-2004 BJD Copied to VR1000 machine headers. + * 19-Jan-2005 BJD Updated map definitions */ /* needs arch/map.h including with this */ @@ -94,7 +95,6 @@ #define VR1000_VA_DM9000 (VR1000_VA_MULTISPACE + 0x02500000) #define VR1000_VA_SUPERIO (VR1000_VA_MULTISPACE + 0x02600000) - /* physical offset addresses for the peripherals */ #define VR1000_PA_IDEPRI (0x02000000) @@ -104,6 +104,10 @@ #define VR1000_PA_DM9000 (0x05000000) #define VR1000_PA_SERIAL (0x11800000) +#define VR1000_VA_SERIAL (VR1000_IOADDR(0x00700000)) + +/* VR1000 ram is in CS1, with A26..A24 = 2_101 */ +#define VR1000_PA_SRAM (S3C2410_CS1 | 0x05000000) /* some configurations for the peripherals */ |
