treewide: convert mtd-mac-address-increment* to generic implementation
[openwrt/staging/chunkeey.git] / target / linux / ath79 / dts / qca9531_comfast_cf-wr752ac-v1.dts
index 4530c5903110966409f0e14f73818fce225006ae..44c85b62e199ce218d40b65d36b1eb40f6349ea0 100644 (file)
@@ -1,11 +1,10 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
-/dts-v1/;
+
+#include "qca953x.dtsi"
 
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
 
-#include "qca953x.dtsi"
-
 / {
        compatible = "comfast,cf-wr752ac-v1", "qca,qca9531";
        model = "COMFAST CF-WR752AC v1";
                pinctrl-0 = <&jtag_disable_pins &pinmux_led_rssihigh &pinmux_led_rssilow>;
 
                led_lan: lan {
-                       label = "cf-wr752ac-v1:blue:lan";
+                       label = "blue:lan";
                        gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
                };
 
                rssihigh {
-                       label = "cf-wr752ac-v1:green:rssihigh";
+                       label = "green:rssihigh";
                        gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
                };
 
                rssilow {
-                       label = "cf-wr752ac-v1:red:rssilow";
+                       label = "red:rssilow";
                        gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
                };
        };
@@ -68,8 +67,6 @@
 &spi {
        status = "okay";
 
-       num-cs = <1>;
-
        flash@0 {
                compatible = "jedec,spi-nor";
                reg = <0>;
        };
 };
 
-&uart {
-       status = "okay";
-};
-
 &eth0 {
        status = "okay";
 
        mtd-cal-data = <&art 0x1000>;
 
        mtd-mac-address = <&art 0x0>;
-       mtd-mac-address-increment = <10>;
+       mac-address-increment = <10>;
 };