author: leyfoon.tan <leyfoon.tan@starfivetech.com> 2023-10-19 05:55:01 +0000
committer: leyfoon.tan <leyfoon.tan@starfivetech.com> 2023-10-19 05:55:01 +0000
commit: c888e193d4662be1943b79172f0f5780dab87b72
parent: 2c68598d62ba1af9e296bd9f5e8933bcf86c531c
Commit Summary:
Diffstat:
1 file changed, 19 insertions, 5 deletions
diff --git a/arch/riscv/boot/dts/starfive/dubhe_fpga_common.dtsi b/arch/riscv/boot/dts/starfive/dubhe_fpga_common.dtsi
index b310a1faf661..1e552ee0401e 100644
--- a/arch/riscv/boot/dts/starfive/dubhe_fpga_common.dtsi
+++ b/arch/riscv/boot/dts/starfive/dubhe_fpga_common.dtsi
@@ -94,13 +94,30 @@
#size-cells = <1>;
partition@0 {
- reg = <0x000000 0x2000000>;
- label = "Boot images";
+ reg = <0x00000000 0x00001000>;
+ label = "Boot Copier";
+ read-only;
};
- partition@2000000 {
- reg = <0x2000000 0x6000000>;
- label = "Rootfs";
+ partition@1000 {
+ reg = <0x00001000 0x00001000>;
+ label = "Boot Jump Code";
+ read-only;
+ };
+
+ partition@2000 {
+ reg = <0x00002000 0x00040000>;
+ label = "U-Boot SPL";
+ };
+
+ partition@42000 {
+ reg = <0x00042000 0x00100000>;
+ label = "U-Boot FIT Image";
+ };
+
+ partition@142000 {
+ reg = <0x00142000 0x07ebe000>;
+ label = "User";
};
};
};