You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
503 B
23 lines
503 B
/*
|
|
* Copyright (c) 2018-2020, ARM Limited and Contributors. All rights reserved.
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
/* DynamIQ configuration: 1 cluster with up to 8 CPUs */
|
|
|
|
/* 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 1
|
|
#endif
|
|
|
|
#include "fvp-defs-dynamiq.dtsi"
|
|
|
|
/dts-v1/;
|
|
|
|
/memreserve/ 0x80000000 0x00010000;
|
|
|
|
#include "fvp-base-gicv3.dtsi"
|
|
#include "fvp-base-psci-common.dtsi"
|
|
|