forked from Openwrt/openwrt
20024ab7c3
As of 6.6, all upstream DTSes are moved to their respective vendor subdir. OpenWrt already followed this practice for ARM64, but not yet for 32 bit ARM (Armada 37x/38x). Signed-off-by: Stijn Segers <foss@volatilesystems.org>
20 lines
399 B
Diff
20 lines
399 B
Diff
--- a/arch/arm/boot/dts/marvell/armada-388-rd.dts
|
|
+++ b/arch/arm/boot/dts/marvell/armada-388-rd.dts
|
|
@@ -103,6 +103,16 @@
|
|
compatible = "st,m25p128", "jedec,spi-nor";
|
|
reg = <0>; /* Chip select 0 */
|
|
spi-max-frequency = <108000000>;
|
|
+
|
|
+ partition@0 {
|
|
+ label = "uboot";
|
|
+ reg = <0 0x400000>;
|
|
+ };
|
|
+
|
|
+ partition@1 {
|
|
+ label = "firmware";
|
|
+ reg = <0x400000 0xc00000>;
|
|
+ };
|
|
};
|
|
};
|
|
|