ARM: dts: exynos: add CPU topology to Exynos4210

Describe Exynos4210 CPU topology.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Link: https://lore.kernel.org/r/20210731092409.31496-2-krzysztof.kozlowski@canonical.com
This commit is contained in:
Krzysztof Kozlowski
2021-07-31 11:24:03 +02:00
parent a2798e309f
commit 900dd07d13

View File

@ -32,6 +32,17 @@
#address-cells = <1>;
#size-cells = <0>;
cpu-map {
cluster0 {
core0 {
cpu = <&cpu0>;
};
core1 {
cpu = <&cpu1>;
};
};
};
cpu0: cpu@900 {
device_type = "cpu";
compatible = "arm,cortex-a9";