mvebu: Add basic support for WRT1900AC (v1) and Turris Omnia (pre 2019)
[librecmc/librecmc.git] / target / linux / mvebu / patches-4.14 / 205-armada-385-rd-mtd-partitions.patch
1 --- a/arch/arm/boot/dts/armada-388-rd.dts
2 +++ b/arch/arm/boot/dts/armada-388-rd.dts
3 @@ -140,6 +140,16 @@
4                 compatible = "st,m25p128", "jedec,spi-nor";
5                 reg = <0>; /* Chip select 0 */
6                 spi-max-frequency = <108000000>;
7 +
8 +               partition@0 {
9 +                       label = "uboot";
10 +                       reg = <0 0x400000>;
11 +               };
12 +
13 +               partition@1 {
14 +                       label = "firmware";
15 +                       reg = <0x400000 0xc00000>;
16 +               };
17         };
18  };
19