138c078e0SImre Kis/* 22d51b55eSBalint Dobszay * Copyright (c) 2019-2020, Arm Limited. All rights reserved. 338c078e0SImre Kis * 438c078e0SImre Kis * SPDX-License-Identifier: BSD-3-Clause 538c078e0SImre Kis */ 638c078e0SImre Kis 7003faaa5SAlexei Fedorov/* DynamIQ configuration: 1 cluster with up to 8 CPUs with 2 threads per each */ 8003faaa5SAlexei Fedorov 9003faaa5SAlexei Fedorov/* Set default value if not passed from platform's makefile */ 10003faaa5SAlexei Fedorov#ifdef FVP_MAX_PE_PER_CPU 11003faaa5SAlexei Fedorov#define PE_PER_CPU FVP_MAX_PE_PER_CPU 12003faaa5SAlexei Fedorov#else 13003faaa5SAlexei Fedorov#define PE_PER_CPU 2 14003faaa5SAlexei Fedorov#endif 15003faaa5SAlexei Fedorov 16*589aaba4SAndre Przywara#include "fvp-defs-dynamiq.dtsi" 17*589aaba4SAndre Przywara 1838c078e0SImre Kis/dts-v1/; 1938c078e0SImre Kis 20*589aaba4SAndre Przywara/memreserve/ 0x80000000 0x00010000; 21*589aaba4SAndre Przywara 22*589aaba4SAndre Przywara#include "fvp-base-gicv3.dtsi" 23*589aaba4SAndre Przywara#include "fvp-base-psci-common.dtsi" 24