Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * (c) 2005 Guillaume GOURAT / NexVision
0004  *          guillaume.gourat@nexvision.fr
0005  *
0006  * NexVision OTOM board memory map definitions
0007  */
0008 
0009 /*
0010  * ok, we've used up to 0x01300000, now we need to find space for the
0011  * peripherals that live in the nGCS[x] areas, which are quite numerous
0012  * in their space.
0013  */
0014 
0015 #ifndef __MACH_S3C24XX_OTOM_H
0016 #define __MACH_S3C24XX_OTOM_H __FILE__
0017 
0018 #define OTOM_PA_CS8900A_BASE    (S3C2410_CS3 + 0x01000000)  /* nGCS3 +0x01000000 */
0019 #define OTOM_VA_CS8900A_BASE    S3C2410_ADDR(0x04000000)    /* 0xF4000000 */
0020 
0021 /* physical offset addresses for the peripherals */
0022 
0023 #define OTOM_PA_FLASH0_BASE (S3C2410_CS0)
0024 
0025 #endif /* __MACH_S3C24XX_OTOM_H */