diff options
author | Ley Foon Tan <leyfoon.tan@starfivetech.com> | 2023-11-15 17:57:32 +0300 |
---|---|---|
committer | Ley Foon Tan <leyfoon.tan@starfivetech.com> | 2023-12-04 06:00:17 +0300 |
commit | 49734560305b527854e68dfe9e48e880ea4dffb2 (patch) | |
tree | acd17bd4133c2a438c668f0ebace09b3dfc736b2 | |
parent | 26e10f0c2845783c1a395d750f2dd02e0f13daf7 (diff) | |
download | linux-49734560305b527854e68dfe9e48e880ea4dffb2.tar.xz |
riscv: dts: starfive: dubhe: Add cpu-map DT node
Add cpu-map DT node.
Signed-off-by: Ley Foon Tan <leyfoon.tan@starfivetech.com>
-rwxr-xr-x | arch/riscv/boot/dts/starfive/dubhe.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/riscv/boot/dts/starfive/dubhe.dtsi b/arch/riscv/boot/dts/starfive/dubhe.dtsi index bddc2ccfedea..a4aea1f3066f 100755 --- a/arch/riscv/boot/dts/starfive/dubhe.dtsi +++ b/arch/riscv/boot/dts/starfive/dubhe.dtsi @@ -40,6 +40,18 @@ interrupt-controller; }; }; + + cpu-map { + cluster0 { + core0 { + cpu = <&cpu0>; + }; + + core1 { + cpu = <&cpu1>; + }; + }; + }; }; soc { |