1 /* 2 * Copyright 2024-2025 NXP 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 7 #include <lib/xlat_tables/xlat_tables_v2.h> 8 9 #include <platform_def.h> 10 11 const mmap_region_t imx_mmap[] = { 12 AIPS1_MAP, AIPS2_MAP, AIPS3_MAP, AIPS4_MAP, GIC_MAP, 13 GPIO2_MAP, GPIO4_MAP, GPIO6_MAP, ELE_MU_MAP, 14 {0}, 15 }; 16 17 const unsigned long gpio_base[GPIO_NUM] = { 18 GPIO2_BASE, GPIO3_BASE, GPIO4_BASE, GPIO5_BASE, 19 GPIO6_BASE, GPIO7_BASE 20 }; 21