1/*
2 * Copyright (c) 2019-2020, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7/* DynamIQ configuration: 1 cluster with up to 8 CPUs with 2 threads per each */
8
9/* Set default value if not passed from platform's makefile */
10#ifdef	FVP_MAX_PE_PER_CPU
11#define	PE_PER_CPU		FVP_MAX_PE_PER_CPU
12#else
13#define	PE_PER_CPU		2
14#endif
15
16#include "fvp-defs-dynamiq.dtsi"
17
18/dts-v1/;
19
20/memreserve/ 0x80000000 0x00010000;
21
22#include "fvp-base-gicv3.dtsi"
23#include "fvp-base-psci-common.dtsi"
24