18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#ifndef __MACH_MX31_H__
38c2ecf20Sopenharmony_ci#define __MACH_MX31_H__
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci#define MX31_AIPS1_BASE_ADDR		0x43f00000
68c2ecf20Sopenharmony_ci#define MX31_AIPS1_SIZE			SZ_1M
78c2ecf20Sopenharmony_ci#define MX31_SPBA0_BASE_ADDR		0x50000000
88c2ecf20Sopenharmony_ci#define MX31_SPBA0_SIZE			SZ_1M
98c2ecf20Sopenharmony_ci#define MX31_AIPS2_BASE_ADDR		0x53f00000
108c2ecf20Sopenharmony_ci#define MX31_AIPS2_SIZE			SZ_1M
118c2ecf20Sopenharmony_ci#define MX31_AVIC_BASE_ADDR		0x68000000
128c2ecf20Sopenharmony_ci#define MX31_AVIC_SIZE			SZ_1M
138c2ecf20Sopenharmony_ci#define MX31_X_MEMC_BASE_ADDR		0xb8000000
148c2ecf20Sopenharmony_ci#define MX31_X_MEMC_SIZE		SZ_64K
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ci#define MX31_IO_P2V(x)			IMX_IO_P2V(x)
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ci#endif /* ifndef __MACH_MX31_H__ */
19