blob: bda4b8dd4dd66ae5590cce0c60718535aa115080 [file] [log] [blame]
Imre Kis38c078e2019-10-25 14:29:51 +02001/*
Balint Dobszay2d51b552020-01-10 17:16:27 +01002 * Copyright (c) 2019-2020, Arm Limited. All rights reserved.
Imre Kis38c078e2019-10-25 14:29:51 +02003 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
Alexei Fedorov003faaa2020-05-13 21:13:57 +01007/* 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
Imre Kis38c078e2019-10-25 14:29:51 +020016/dts-v1/;
17
Madhukar Pappireddy0ad5b312020-02-13 15:36:50 -060018#include "fvp-base-gicv3-psci-dynamiq-common.dtsi"