arm64: dts: socfpga: agilex5: update qspi partitions for 013b board

Update qspi flash partitions to support Remote System Update (RSU).

Signed-off-by: Niravkumar L Rabara <niravkumarlaxmidas.rabara@altera.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
This commit is contained in:
Niravkumar L Rabara 2025-11-14 23:40:17 +08:00 committed by Dinh Nguyen
parent 44964e81d1
commit 38eff72f2d

View File

@ -102,12 +102,12 @@ partitions {
qspi_boot: partition@0 {
label = "u-boot";
reg = <0x0 0x00600000>;
reg = <0x0 0x00c00000>;
};
root: partition@4200000 {
root: partition@c00000 {
label = "root";
reg = <0x00600000 0x03a00000>;
reg = <0x00c00000 0x03400000>;
};
};
};