mvebu: add the Armada 385 Reference Design support
[openwrt/svn-archive/archive.git] / target / linux / mvebu / patches-3.19 / 207-armada-385-rd-mtd-partitions.patch
1 --- a/arch/arm/boot/dts/armada-385-rd.dts
2 +++ b/arch/arm/boot/dts/armada-385-rd.dts
3 @@ -42,6 +42,16 @@
4 compatible = "st,m25p128";
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