summaryrefslogtreecommitdiffstats
path: root/fdts/fvp-base-gicv3-psci-dynamiq-2t.dts
blob: 9d5b9791529f280c6e3e5a2c003ecf592dc559b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * Copyright (c) 2019-2020, Arm Limited. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

/* DynamIQ configuration: 1 cluster with up to 8 CPUs with 2 threads per each */

/* Set default value if not passed from platform's makefile */
#ifdef	FVP_MAX_PE_PER_CPU
#define	PE_PER_CPU		FVP_MAX_PE_PER_CPU
#else
#define	PE_PER_CPU		2
#endif

#include "fvp-defs-dynamiq.dtsi"

/dts-v1/;

/memreserve/ 0x80000000 0x00010000;

#include "fvp-base-gicv3.dtsi"
#include "fvp-base-psci-common.dtsi"