aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/fvp-base-gicv2-psci.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm64/boot/dts/fvp-base-gicv2-psci.dts')
-rw-r--r--arch/arm64/boot/dts/fvp-base-gicv2-psci.dts31
1 files changed, 31 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/fvp-base-gicv2-psci.dts b/arch/arm64/boot/dts/fvp-base-gicv2-psci.dts
index 736f546123b..452ba22f3c6 100644
--- a/arch/arm64/boot/dts/fvp-base-gicv2-psci.dts
+++ b/arch/arm64/boot/dts/fvp-base-gicv2-psci.dts
@@ -119,6 +119,37 @@
enable-method = "psci";
clock-frequency = <1000000>;
};
+
+ cpu-map {
+ cluster0 {
+ core0 {
+ cpu = <&big0>;
+ };
+ core1 {
+ cpu = <&big1>;
+ };
+ core2 {
+ cpu = <&big2>;
+ };
+ core3 {
+ cpu = <&big3>;
+ };
+ };
+ cluster1 {
+ core0 {
+ cpu = <&little0>;
+ };
+ core1 {
+ cpu = <&little1>;
+ };
+ core2 {
+ cpu = <&little2>;
+ };
+ core3 {
+ cpu = <&little3>;
+ };
+ };
+ };
};
memory@80000000 {