summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorandy.hu <andy.hu@starfivetech.com>2023-02-03 14:27:56 +0300
committerandy.hu <andy.hu@starfivetech.com>2023-02-03 14:27:56 +0300
commit5d74715db8710dd2f73627366ce5e52d88d1d72f (patch)
tree45707f21bdc80938283f099528ec822b1ad1c48a /arch
parentec041f706042d7e09e92c84b06180bcb4700ac88 (diff)
parenta5b1810f12c356c7f26b45316e97dd568c9bc42a (diff)
downloadu-boot-5d74715db8710dd2f73627366ce5e52d88d1d72f.tar.xz
Merge branch 'CR_3238_Reserved_memory_mason.huo' into 'jh7110-master'
CR_3238 exclude opensbi memory range in device tree See merge request sdk/u-boot!27
Diffstat (limited to 'arch')
-rw-r--r--arch/riscv/dts/starfive_evb.dts12
1 files changed, 11 insertions, 1 deletions
diff --git a/arch/riscv/dts/starfive_evb.dts b/arch/riscv/dts/starfive_evb.dts
index 67c0a7bceb..42ee2a5f54 100644
--- a/arch/riscv/dts/starfive_evb.dts
+++ b/arch/riscv/dts/starfive_evb.dts
@@ -27,12 +27,22 @@
starfive,boot-hart-id = <1>;
};
-
memory@80000000 {
device_type = "memory";
reg = <0x0 0x40000000 0x1 0x0>;
};
+ reserved-memory {
+ #size-cells = <2>;
+ #address-cells = <2>;
+ ranges;
+
+ opensbi {
+ reg = <0x00 0x40000000 0x00 0x80000>;
+ no-map;
+ };
+ };
+
soc {
};
};