brcm63xx: probe SPI flash through DT
[openwrt/staging/noltari.git] / target / linux / brcm63xx / dts / bcm963281TAN.dts
index 71354db5a1a175c5c69b8e69b798206f3aa328f2..468a855c7cdb4a179694220ce5170de759e0daec 100644 (file)
                };
        };
 };
+
+&hsspi {
+       status = "ok";
+
+       flash@0 {
+               compatible = "jedec,spi-nor";
+               spi-max-frequency = <16666667>;
+               spi-tx-bus-width = <2>;
+               spi-rx-bus-width = <2>;
+               reg = <0>;
+
+               #address-cells = <1>;
+               #size-cells = <1>;
+
+               linux,part-probe = "bcm63xxpart";
+       };
+};