mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
arm64: dts: Add CPU topology properties for ARMv8 4xA53 4xA57 FVP
This provides for discovery of the clusters using the CPU topology bindings, it is added as a separate commit to aid testing of the code for systems without explicit topology bindings. Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user