]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/mips/dts/netgear,cg3100d.dts
mips: bmips: enable the SPI flash on the Netgear CG3100D
[people/ms/u-boot.git] / arch / mips / dts / netgear,cg3100d.dts
index db1e2e7616492926a8e11531118f2107b89d48fe..5f85c7346fc4dbfadb355666befe1e7e321dd802 100644 (file)
        status = "okay";
 };
 
+&spi {
+       status = "okay";
+
+       spi-flash@0 {
+               compatible = "spi-flash";
+               reg = <0>;
+               #address-cells = <1>;
+               #size-cells = <1>;
+               spi-max-frequency = <25000000>;
+       };
+};
+
 &uart0 {
        u-boot,dm-pre-reloc;
        status = "okay";