summaryrefslogtreecommitdiff
path: root/arch/riscv/dts/dubhe70.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv/dts/dubhe70.dtsi')
-rw-r--r--arch/riscv/dts/dubhe70.dtsi50
1 files changed, 2 insertions, 48 deletions
diff --git a/arch/riscv/dts/dubhe70.dtsi b/arch/riscv/dts/dubhe70.dtsi
index 416eeefa3f..8543086c11 100644
--- a/arch/riscv/dts/dubhe70.dtsi
+++ b/arch/riscv/dts/dubhe70.dtsi
@@ -1,55 +1,9 @@
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
-/* Copyright (c) 2023 StarFive Technology Co., Ltd. */
+/* Copyright (c) 2023-2024 StarFive Technology Co., Ltd. */
#include "dubhe.dtsi"
+#include "dubhe70-cpus.dtsi"
/ {
compatible = "starfive,dubhe-70";
};
-
-&cpu0 {
- compatible = "starfive,dubhe-70", "riscv";
- riscv,isa = "rv64imafdcbh_zba_zbb_zbc_zbs_zicntr_zicsr_zifencei_zihintpause_zihpm_sscofpmf";
- riscv,cbom-block-size = <64>;
- riscv,cboz-block-size = <64>;
- d-cache-block-size = <64>;
- d-cache-sets = <512>;
- d-cache-size = <32768>;
- d-tlb-sets = <1>;
- d-tlb-size = <16>;
- i-cache-block-size = <64>;
- i-cache-sets = <512>;
- i-cache-size = <32768>;
- i-tlb-sets = <1>;
- i-tlb-size = <24>;
- next-level-cache = <&l2_cache0>;
-};
-
-&cpu1 {
- compatible = "starfive,dubhe-70", "riscv";
- riscv,isa = "rv64imafdcbh_zba_zbb_zbc_zbs_zicntr_zicsr_zifencei_zihintpause_zihpm_sscofpmf";
- riscv,cbom-block-size = <64>;
- riscv,cboz-block-size = <64>;
- d-cache-block-size = <64>;
- d-cache-sets = <512>;
- d-cache-size = <32768>;
- d-tlb-sets = <1>;
- d-tlb-size = <16>;
- i-cache-block-size = <64>;
- i-cache-sets = <512>;
- i-cache-size = <32768>;
- i-tlb-sets = <1>;
- i-tlb-size = <24>;
- next-level-cache = <&l2_cache1>;
-
-};
-
-&l2_cache0 {
- cache-sets = <2048>;
- cache-size = <0x20000>;
-};
-
-&l2_cache1 {
- cache-sets = <2048>;
- cache-size = <0x20000>;
-};