aboutsummaryrefslogtreecommitdiff
path: root/fdts/fvp-base-gicv3-psci-dynamiq.dts
blob: b693f75120e25dca401c87b1b9b3b946f9dcd9f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * Copyright (c) 2018-2020, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

/* DynamIQ configuration: 1 cluster with up to 8 CPUs */

/* 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		1
#endif

/dts-v1/;

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