summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleyfoon.tan <leyfoon.tan@starfivetech.com>2023-10-19 08:55:01 +0300
committerleyfoon.tan <leyfoon.tan@starfivetech.com>2023-10-19 08:55:01 +0300
commitc888e193d4662be1943b79172f0f5780dab87b72 (patch)
tree89974b0c6001249514afdf2e9e93ed034ababd76
parent2c68598d62ba1af9e296bd9f5e8933bcf86c531c (diff)
parent62797e2aaba7a30ff58a49744cbf62394f03d8be (diff)
downloadlinux-starfive-6.1-dubhe.tar.xz
Merge branch 'dev/update_qspi_flash' into 'starfive-6.1-dubhe'REL_DUBHE_SEPT2023starfive-6.1-dubhe
riscv: dts: starfive: dubhe: Increase QSPI rootfs flash size See merge request starfive-tech/linux!196
-rw-r--r--arch/riscv/boot/dts/starfive/dubhe_fpga_common.dtsi27
1 files changed, 22 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";
};
};
};