mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00

DynamIQ based designs have upto 8 CPUs in each cluster. This patch fixes the device tree node which describes the topology of the CPU for DynamIQ FVP Model. Change-Id: I7146bc79029ce38314026d4853e5b6406863725c Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>
41 lines
428 B
Text
41 lines
428 B
Text
/*
|
|
* Copyright (c) 2019-2020, Arm Limited. All rights reserved.
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "fvp-base-gicv3-psci-dynamiq-common.dtsi"
|
|
|
|
&CPU0 {
|
|
reg = <0x0 0x0>;
|
|
};
|
|
|
|
&CPU1 {
|
|
reg = <0x0 0x1>;
|
|
};
|
|
|
|
&CPU2 {
|
|
reg = <0x0 0x100>;
|
|
};
|
|
|
|
&CPU3 {
|
|
reg = <0x0 0x101>;
|
|
};
|
|
|
|
&CPU4 {
|
|
reg = <0x0 0x200>;
|
|
};
|
|
|
|
&CPU5 {
|
|
reg = <0x0 0x201>;
|
|
};
|
|
|
|
&CPU6 {
|
|
reg = <0x0 0x300>;
|
|
};
|
|
|
|
&CPU7 {
|
|
reg = <0x0 0x301>;
|
|
};
|