| /* | |
| * Copyright (c) 2020, Arm Limited. All rights reserved. | |
| * | |
| * SPDX-License-Identifier: BSD-3-Clause | |
| */ | |
| #include <plat/arm/common/plat_arm.h> | |
| #include "morello_def.h" | |
| /* | |
| * Table of regions to map using the MMU. | |
| * Replace or extend the below regions as required | |
| */ | |
| const mmap_region_t plat_arm_mmap[] = { | |
| ARM_MAP_SHARED_RAM, | |
| MORELLO_MAP_DEVICE, | |
| MORELLO_MAP_NS_SRAM, | |
| ARM_MAP_DRAM1, | |
| {0} | |
| }; |