1 /* SPDX-License-Identifier: GPL-2.0-or-later * 1 2 /* 3 * Copyright 2004-2007 Freescale Semiconductor 4 * Copyright 2008 Juergen Beisert, kernel@peng 5 * 6 * This contains i.MX27-specific hardware defi 7 * hardware pieces that are common between i.M 8 * look at mx2x.h. 9 */ 10 11 #ifndef __MACH_MX27_H__ 12 #define __MACH_MX27_H__ 13 14 #define MX27_AIPI_BASE_ADDR 0x1000 15 #define MX27_AIPI_SIZE SZ_1M 16 17 #define MX27_SAHB1_BASE_ADDR 0x8000 18 #define MX27_SAHB1_SIZE SZ_1M 19 20 #define MX27_X_MEMC_BASE_ADDR 0xd800 21 #define MX27_X_MEMC_SIZE SZ_1M 22 23 #define MX27_IO_P2V(x) IMX_IO 24 25 #endif /* ifndef __MACH_MX27_H__ */ 26
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.