ramips: fix Gigabit Ethernet port of the HiWiFi HC5861
[openwrt/openwrt.git] / target / linux / ramips / dts / rt5350_nixcore_x1-16m.dts
index 79047017425746ecbba76eb34c58ae2b7d2074aa..ff4404157113248d2ea2dff85c4059781207b16a 100644 (file)
@@ -1,5 +1,3 @@
-/dts-v1/;
-
 #include "rt5350_nixcore_x1.dtsi"
 
 / {
@@ -7,42 +5,6 @@
        model = "NixcoreX1 (16M)";
 };
 
-&spi0 {
-       status = "okay";
-
-       m25p80@0 {
-               compatible = "jedec,spi-nor";
-               reg = <0>;
-               spi-max-frequency = <10000000>;
-
-               partitions {
-                       compatible = "fixed-partitions";
-                       #address-cells = <1>;
-                       #size-cells = <1>;
-
-                       partition@0 {
-                               label = "uboot";
-                               reg = <0x0 0x30000>;
-                               read-only;
-                       };
-
-                       partition@30000 {
-                               label = "uboot-env";
-                               reg = <0x30000 0x10000>;
-                               read-only;
-                       };
-
-                       factory: partition@40000 {
-                               label = "factory";
-                               reg = <0x40000 0x10000>;
-                               read-only;
-                       };
-
-                       partition@50000 {
-                               compatible = "denx,uimage";
-                               label = "firmware";
-                               reg = <0x50000 0xfb0000>;
-                       };
-               };
-       };
+&firmware {
+       reg = <0x50000 0xfb0000>;
 };