]> git.samba.org - sfrench/cifs-2.6.git/blobdiff - arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi
Merge tag 'microblaze-4.16-rc1' of git://git.monstr.eu/linux-2.6-microblaze
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / imx6qdl-nitrogen6x.dtsi
index 4bdf29169d2a0e8193e8c41c481474d67398757f..919b6b7619a45e4c87eec5a9c58895239d283bf7 100644 (file)
@@ -276,6 +276,23 @@ flash: m25p80@0 {
                compatible = "sst,sst25vf016b", "jedec,spi-nor";
                spi-max-frequency = <20000000>;
                reg = <0>;
+               #address-cells = <1>;
+               #size-cells = <1>;
+
+               partition@0 {
+                       label = "bootloader";
+                       reg = <0x0 0xc0000>;
+               };
+
+               partition@c0000 {
+                       label = "env";
+                       reg = <0xc0000 0x2000>;
+               };
+
+               partition@c2000 {
+                       label = "splash";
+                       reg = <0xc2000 0x13e000>;
+               };
        };
 };