allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / include / asm-arm / arch-s3c2410 / otom-map.h
blobe40c934298542b436bd52f0ea9ef0f3c90c6f6fe
1 /* linux/include/asm-arm/arch-s3c2410/otom-map.h
3 * (c) 2005 Guillaume GOURAT / NexVision
4 * guillaume.gourat@nexvision.fr
6 * NexVision OTOM board memory map definitions
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation.
13 /* needs arch/map.h including with this */
15 /* ok, we've used up to 0x01300000, now we need to find space for the
16 * peripherals that live in the nGCS[x] areas, which are quite numerous
17 * in their space.
20 #ifndef __ASM_ARCH_OTOMMAP_H
21 #define __ASM_ARCH_OTOMMAP_H
23 #define OTOM_PA_CS8900A_BASE (S3C2410_CS3 + 0x01000000) /* nGCS3 +0x01000000 */
24 #define OTOM_VA_CS8900A_BASE S3C2410_ADDR(0x04000000) /* 0xF4000000 */
26 /* physical offset addresses for the peripherals */
28 #define OTOM_PA_FLASH0_BASE (S3C2410_CS0) /* Bank 0 */
30 #endif /* __ASM_ARCH_OTOMMAP_H */