aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/patches-4.9/205-armada-385-rd-mtd-partitions.patch
blob: e75a5eebda5fdb2732686a0ab92ac534b5b66801 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- a/arch/arm/boot/dts/armada-388-rd.dts
+++ b/arch/arm/boot/dts/armada-388-rd.dts
@@ -140,6 +140,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>;
+		};
 	};
 };