162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved. 462306a36Sopenharmony_ci * Copyright 2008 Juergen Beisert, kernel@pengutronix.de 562306a36Sopenharmony_ci * 662306a36Sopenharmony_ci * This contains i.MX27-specific hardware definitions. For those 762306a36Sopenharmony_ci * hardware pieces that are common between i.MX21 and i.MX27, have a 862306a36Sopenharmony_ci * look at mx2x.h. 962306a36Sopenharmony_ci */ 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ci#ifndef __MACH_MX27_H__ 1262306a36Sopenharmony_ci#define __MACH_MX27_H__ 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_ci#define MX27_AIPI_BASE_ADDR 0x10000000 1562306a36Sopenharmony_ci#define MX27_AIPI_SIZE SZ_1M 1662306a36Sopenharmony_ci 1762306a36Sopenharmony_ci#define MX27_SAHB1_BASE_ADDR 0x80000000 1862306a36Sopenharmony_ci#define MX27_SAHB1_SIZE SZ_1M 1962306a36Sopenharmony_ci 2062306a36Sopenharmony_ci#define MX27_X_MEMC_BASE_ADDR 0xd8000000 2162306a36Sopenharmony_ci#define MX27_X_MEMC_SIZE SZ_1M 2262306a36Sopenharmony_ci 2362306a36Sopenharmony_ci#define MX27_IO_P2V(x) IMX_IO_P2V(x) 2462306a36Sopenharmony_ci 2562306a36Sopenharmony_ci#endif /* ifndef __MACH_MX27_H__ */ 26