Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: exynos: add CPU topology to Exynos5420

Describe Exynos5420 CPU topology.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Link: https://lore.kernel.org/r/20210731092409.31496-6-krzysztof.kozlowski@canonical.com

+32
+32
arch/arm/boot/dts/exynos5420-cpus.dtsi
··· 22 22 #address-cells = <1>; 23 23 #size-cells = <0>; 24 24 25 + cpu-map { 26 + cluster0 { 27 + core0 { 28 + cpu = <&cpu0>; 29 + }; 30 + core1 { 31 + cpu = <&cpu1>; 32 + }; 33 + core2 { 34 + cpu = <&cpu2>; 35 + }; 36 + core3 { 37 + cpu = <&cpu3>; 38 + }; 39 + }; 40 + 41 + cluster1 { 42 + core0 { 43 + cpu = <&cpu4>; 44 + }; 45 + core1 { 46 + cpu = <&cpu5>; 47 + }; 48 + core2 { 49 + cpu = <&cpu6>; 50 + }; 51 + core3 { 52 + cpu = <&cpu7>; 53 + }; 54 + }; 55 + }; 56 + 25 57 cpu0: cpu@0 { 26 58 device_type = "cpu"; 27 59 compatible = "arm,cortex-a15";