/* SPDX-License-Identifier: GPL-2.0-or-later */1/*2* Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved.3* Copyright 2008 Juergen Beisert, [email protected]4*5* This contains i.MX27-specific hardware definitions. For those6* hardware pieces that are common between i.MX21 and i.MX27, have a7* look at mx2x.h.8*/910#ifndef __MACH_MX27_H__11#define __MACH_MX27_H__1213#define MX27_AIPI_BASE_ADDR 0x1000000014#define MX27_AIPI_SIZE SZ_1M1516#define MX27_SAHB1_BASE_ADDR 0x8000000017#define MX27_SAHB1_SIZE SZ_1M1819#define MX27_X_MEMC_BASE_ADDR 0xd800000020#define MX27_X_MEMC_SIZE SZ_1M2122#define MX27_IO_P2V(x) IMX_IO_P2V(x)2324#endif /* ifndef __MACH_MX27_H__ */252627