162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#ifndef __MACH_MX31_H__ 362306a36Sopenharmony_ci#define __MACH_MX31_H__ 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci#define MX31_AIPS1_BASE_ADDR 0x43f00000 662306a36Sopenharmony_ci#define MX31_AIPS1_SIZE SZ_1M 762306a36Sopenharmony_ci#define MX31_SPBA0_BASE_ADDR 0x50000000 862306a36Sopenharmony_ci#define MX31_SPBA0_SIZE SZ_1M 962306a36Sopenharmony_ci#define MX31_AIPS2_BASE_ADDR 0x53f00000 1062306a36Sopenharmony_ci#define MX31_AIPS2_SIZE SZ_1M 1162306a36Sopenharmony_ci#define MX31_AVIC_BASE_ADDR 0x68000000 1262306a36Sopenharmony_ci#define MX31_AVIC_SIZE SZ_1M 1362306a36Sopenharmony_ci#define MX31_X_MEMC_BASE_ADDR 0xb8000000 1462306a36Sopenharmony_ci#define MX31_X_MEMC_SIZE SZ_64K 1562306a36Sopenharmony_ci 1662306a36Sopenharmony_ci#define MX31_IO_P2V(x) IMX_IO_P2V(x) 1762306a36Sopenharmony_ci 1862306a36Sopenharmony_ci#endif /* ifndef __MACH_MX31_H__ */ 19