blob: 1bf803e2278139f7e4ea555da5a6d7a458835254 [file] [log] [blame]
Jeenu Viswambharan0400ccb2018-01-31 10:57:46 +00001/*
Balint Dobszay2d51b552020-01-10 17:16:27 +01002 * Copyright (c) 2018-2020, ARM Limited and Contributors. All rights reserved.
Jeenu Viswambharan0400ccb2018-01-31 10:57:46 +00003 *
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 */
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 1
14#endif
15
Andre Przywara589aaba2022-08-19 11:00:37 +010016#include "fvp-defs-dynamiq.dtsi"
17
Jeenu Viswambharan0400ccb2018-01-31 10:57:46 +000018/dts-v1/;
19
Andre Przywara589aaba2022-08-19 11:00:37 +010020/memreserve/ 0x80000000 0x00010000;
21
22#include "fvp-base-gicv3.dtsi"
23#include "fvp-base-psci-common.dtsi"