18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved. 48c2ecf20Sopenharmony_ci * Copyright 2008 Juergen Beisert, kernel@pengutronix.de 58c2ecf20Sopenharmony_ci * 68c2ecf20Sopenharmony_ci * This contains i.MX27-specific hardware definitions. For those 78c2ecf20Sopenharmony_ci * hardware pieces that are common between i.MX21 and i.MX27, have a 88c2ecf20Sopenharmony_ci * look at mx2x.h. 98c2ecf20Sopenharmony_ci */ 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ci#ifndef __MACH_MX27_H__ 128c2ecf20Sopenharmony_ci#define __MACH_MX27_H__ 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ci#define MX27_AIPI_BASE_ADDR 0x10000000 158c2ecf20Sopenharmony_ci#define MX27_AIPI_SIZE SZ_1M 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ci#define MX27_SAHB1_BASE_ADDR 0x80000000 188c2ecf20Sopenharmony_ci#define MX27_SAHB1_SIZE SZ_1M 198c2ecf20Sopenharmony_ci 208c2ecf20Sopenharmony_ci#define MX27_X_MEMC_BASE_ADDR 0xd8000000 218c2ecf20Sopenharmony_ci#define MX27_X_MEMC_SIZE SZ_1M 228c2ecf20Sopenharmony_ci 238c2ecf20Sopenharmony_ci#define MX27_IO_P2V(x) IMX_IO_P2V(x) 248c2ecf20Sopenharmony_ci 258c2ecf20Sopenharmony_ci#endif /* ifndef __MACH_MX27_H__ */ 26