From 3fc326fff6c1658017519a1076b486f7f8b147f8 Mon Sep 17 00:00:00 2001 From: Ley Foon Tan Date: Wed, 27 Dec 2023 19:45:27 +0800 Subject: riscv: dts: starfive: dubhe: Add cpu-map DT node Add cpu-map DT node. Signed-off-by: Ley Foon Tan --- arch/riscv/boot/dts/starfive/dubhe.dtsi | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/arch/riscv/boot/dts/starfive/dubhe.dtsi b/arch/riscv/boot/dts/starfive/dubhe.dtsi index 0ca083287d3f..1735cc6f6f08 100755 --- a/arch/riscv/boot/dts/starfive/dubhe.dtsi +++ b/arch/riscv/boot/dts/starfive/dubhe.dtsi @@ -43,6 +43,18 @@ }; }; + cpu-map { + cluster0 { + core0 { + cpu = <&cpu0>; + }; + + core1 { + cpu = <&cpu1>; + }; + }; + }; + l2_cache: cache-controller { compatible = "cache"; cache-block-size = <64>; -- cgit v1.2.3