arm-trusted-firmware/fdts/fvp-base-gicv3-psci-dynamiq-2t.dts
Madhukar Pappireddy 0ad5b318f7 Fix topology description of cpus for DynamIQ based FVP
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>
2020-02-13 15:45:06 -06:00

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>;
};