blob: 9d5b9791529f280c6e3e5a2c003ecf592dc559b8 [file] [log] [blame]
Imre Kis6bb7ddc2019-10-25 14:29:51 +02001/*
Balint Dobszay5ce2c322020-01-10 17:16:27 +01002 * Copyright (c) 2019-2020, Arm Limited. All rights reserved.
Imre Kis6bb7ddc2019-10-25 14:29:51 +02003 *
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 with 2 threads per each */
Imre Kis9ce6e1d2019-12-17 18:06:26 +01008
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 2
14#endif
Imre Kis9ce6e1d2019-12-17 18:06:26 +010015
Andre Przywarafa23ada2022-08-19 11:00:37 +010016#include "fvp-defs-dynamiq.dtsi"
17
Alexei Fedorov4348f492020-05-13 21:13:57 +010018/dts-v1/;
Imre Kis6bb7ddc2019-10-25 14:29:51 +020019
Andre Przywarafa23ada2022-08-19 11:00:37 +010020/memreserve/ 0x80000000 0x00010000;
21
22#include "fvp-base-gicv3.dtsi"
23#include "fvp-base-psci-common.dtsi"