treewide: convert mtd-mac-address-increment* to generic implementation
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7621_gehua_ghl-r-001.dts
index b501034b7fba9aaebe1e32ba17a723dcb9962da6..f0152e8db3c1909b7b3ca85c3e0dc7ba9257f034 100644 (file)
@@ -1,5 +1,4 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
-/dts-v1/;
 
 #include "mt7621.dtsi"
 
        compatible = "gehua,ghl-r-001", "mediatek,mt7621-soc";
        model = "GeHua GHL-R-001";
 
-       chosen {
-               bootargs = "console=ttyS0,57600";
-       };
-
        leds {
                compatible = "gpio-leds";
 
                internet {
-                       label = "ghl-r-001:blue:internet";
+                       label = "blue:internet";
                        gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
                };
 
                usb {
-                       label = "ghl-r-001:blue:usb";
+                       label = "blue:usb";
                        gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
                        trigger-sources = <&xhci_ehci_port1>, <&ehci_port2>;
                        linux,default-trigger = "usbport";
        status = "okay";
 
        flash@0 {
-               compatible = "mx25l25635f", "jedec,spi-nor";
+               compatible = "jedec,spi-nor";
                reg = <0>;
                spi-max-frequency = <25000000>;
+               broken-flash-reset;
                m25p,fast-read;
 
                partitions {
                        status = "okay";
                        label = "wan";
                        mtd-mac-address = <&factory 0xe000>;
-                       mtd-mac-address-increment = <1>;
+                       mac-address-increment = <1>;
                };
        };
 };