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 AIPS2_MAP, GIC_MAP, AIPS1_MAP, GPIO2_MAP, GPIO4_MAP, ELE_MAP, 13 14 {0}, 15 }; 16 17 const uintptr_t gpio_base[GPIO_NUM] = { 18 GPIO2_BASE, GPIO3_BASE, GPIO4_BASE, GPIO5_BASE 19 }; 20