fvp-base-gicv3-psci-dynamiq-2t.dts 422 Bytes
Newer Older
Imre Kis's avatar
Imre Kis committed
1
/*
2
 * Copyright (c) 2019-2020, Arm Limited. All rights reserved.
Imre Kis's avatar
Imre Kis committed
3
4
5
6
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

7
/* DynamIQ configuration: 1 cluster with up to 8 CPUs with 2 threads per each */
8

9
10
11
12
13
14
/* Set default value if not passed from platform's makefile */
#ifdef	FVP_MAX_PE_PER_CPU
#define	PE_PER_CPU		FVP_MAX_PE_PER_CPU
#else
#define	PE_PER_CPU		2
#endif
15

16
/dts-v1/;
Imre Kis's avatar
Imre Kis committed
17

18
#include "fvp-base-gicv3-psci-dynamiq-common.dtsi"