treewide: convert mtd-mac-address-increment* to generic implementation
[openwrt/staging/chunkeey.git] / target / linux / ath79 / dts / ar9341_pcs_cr3000.dts
index 6d780eff11b1940a96f62c6e1421b2d59879c15e..f822c69aeeeac15d6ae10ac8ae23061822e00421 100644 (file)
@@ -1,17 +1,15 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
-/dts-v1/;
+
+#include "ar9341.dtsi"
 
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
 
-#include "ar9341.dtsi"
-
 / {
        model = "PowerCloud Systems CR3000";
        compatible = "pcs,cr3000", "qca,ar9341";
 
        aliases {
-               serial0 = &uart;
                led-boot = &led_power;
                led-failsafe = &led_power;
                led-running = &led_power;
                compatible = "gpio-leds";
 
                led_power: power {
-                       label = "pcs:amber:power";
+                       label = "amber:power";
                        gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
                        default-state = "on";
                };
 
                wlan2g {
-                       label = "pcs:blue:wlan";
+                       label = "blue:wlan";
                        gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
                        linux,default-trigger = "phy0tpt";
                };
 
                wan {
-                       label = "pcs:blue:wan";
+                       label = "blue:wan";
                        gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
                };
 
                lan1 {
-                       label = "pcs:blue:lan1";
+                       label = "blue:lan1";
                        gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
                };
 
                lan2 {
-                       label = "pcs:blue:lan2";
+                       label = "blue:lan2";
                        gpios = <&gpio 20 GPIO_ACTIVE_LOW>;
                };
 
                lan3 {
-                       label = "pcs:blue:lan3";
+                       label = "blue:lan3";
                        gpios = <&gpio 21 GPIO_ACTIVE_LOW>;
                };
 
                lan4 {
-                       label = "pcs:blue:lan4";
+                       label = "blue:lan4";
                        gpios = <&gpio 22 GPIO_ACTIVE_LOW>;
                };
        };
        clock-frequency = <25000000>;
 };
 
-&uart {
-       status = "okay";
-};
-
 &spi {
-       num-cs = <1>;
-
        status = "okay";
 
        flash@0 {
 
        phy-handle = <&swphy0>;
        mtd-mac-address = <&art 0x0>;
-       mtd-mac-address-increment = <1>;
+       mac-address-increment = <1>;
 };
 
 &eth1 {