summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSamin Guo <samin.guo@starfivetech.com>2023-04-03 06:39:32 +0300
committerSamin Guo <samin.guo@starfivetech.com>2023-04-04 04:33:30 +0300
commit41cad11dbfc69454edf03ba0dc8fb05196bd74a8 (patch)
treec4bc1939f8dd50dd36a146903665f060b1b1ad59 /arch
parent5755db49a8814116d2c7eaa7a44c2676e7d566c4 (diff)
downloadu-boot-41cad11dbfc69454edf03ba0dc8fb05196bd74a8.tar.xz
riscv: dts: jh7110: Add L2 pretcher configuration
Add L2 pretcher configuration for starfive jh7110 SoC. Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/riscv/dts/jh7110-u-boot.dtsi10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/riscv/dts/jh7110-u-boot.dtsi b/arch/riscv/dts/jh7110-u-boot.dtsi
index 21a14bdc4d..e45b6cde3b 100644
--- a/arch/riscv/dts/jh7110-u-boot.dtsi
+++ b/arch/riscv/dts/jh7110-u-boot.dtsi
@@ -71,6 +71,16 @@
};
};
+&cachectrl {
+ reg = <0x0 0x2010000 0x0 0x4000>,
+ <0x0 0x2030000 0x0 0x80000>,
+ <0x0 0x8000000 0x0 0x2000000>;
+ reg-names = "control", "prefetcher", "sideband";
+ prefetch-dist-size = <0x4>;
+ prefetch-hart-mask = <0x1e>;
+ prefetch-enable;
+};
+
&uart0 {
clock-frequency = <24000000>;
current-speed = <115200>;