Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved.
0004  * Copyright 2008 Juergen Beisert, kernel@pengutronix.de
0005  *
0006  * This contains i.MX27-specific hardware definitions. For those
0007  * hardware pieces that are common between i.MX21 and i.MX27, have a
0008  * look at mx2x.h.
0009  */
0010 
0011 #ifndef __MACH_MX27_H__
0012 #define __MACH_MX27_H__
0013 
0014 #define MX27_AIPI_BASE_ADDR     0x10000000
0015 #define MX27_AIPI_SIZE          SZ_1M
0016 
0017 #define MX27_SAHB1_BASE_ADDR        0x80000000
0018 #define MX27_SAHB1_SIZE         SZ_1M
0019 
0020 #define MX27_X_MEMC_BASE_ADDR       0xd8000000
0021 #define MX27_X_MEMC_SIZE        SZ_1M
0022 
0023 #define MX27_IO_P2V(x)          IMX_IO_P2V(x)
0024 
0025 #endif /* ifndef __MACH_MX27_H__ */