blob: b693f75120e25dca401c87b1b9b3b946f9dcd9f3 [file] [log] [blame]
Jeenu Viswambharand1ff62a2018-01-31 10:57:46 +00001/*
Balint Dobszay5ce2c322020-01-10 17:16:27 +01002 * Copyright (c) 2018-2020, ARM Limited and Contributors. All rights reserved.
Jeenu Viswambharand1ff62a2018-01-31 10:57:46 +00003 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
Alexei Fedorov4348f492020-05-13 21:13:57 +01007/* DynamIQ configuration: 1 cluster with up to 8 CPUs */
Jeenu Viswambharand1ff62a2018-01-31 10:57:46 +00008
Alexei Fedorov4348f492020-05-13 21:13:57 +01009/* 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 1
14#endif
Jeenu Viswambharand1ff62a2018-01-31 10:57:46 +000015
Alexei Fedorov4348f492020-05-13 21:13:57 +010016/dts-v1/;
Jeenu Viswambharand1ff62a2018-01-31 10:57:46 +000017
Alexei Fedorov4348f492020-05-13 21:13:57 +010018#include "fvp-base-gicv3-psci-dynamiq-common.dtsi"