aboutsummaryrefslogtreecommitdiff
path: root/plat/arm/board/n1sdp/n1sdp_plat.c
blob: 5aaa7376a42794c6fcfab7b8939778e51e84baeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
 * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#include <platform_def.h>

#include <common/bl_common.h>
#include <common/debug.h>
#include <plat/common/platform.h>

#include <arm_def.h>
#include <plat_arm.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,
	N1SDP_MAP_DEVICE,
	SOC_CSS_MAP_DEVICE,
	{0}
};