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