treewide: convert mtd-mac-address-increment* to generic implementation
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / mt7620a_tplink_archer-c50-v1.dts
index b10d1ed30e65d9d00d26cd25d3e1b2a0478d543c..8de87caecc071a642a4f98ea5d44b1c19b44e200 100644 (file)
                compatible = "gpio-leds";
 
                lan {
-                       label = "archer-c50-v1:green:lan";
+                       label = "green:lan";
                        gpios = <&gpio0 1 GPIO_ACTIVE_LOW>;
                };
 
                led_power: power {
-                       label = "archer-c50-v1:green:power";
+                       label = "green:power";
                        gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
                        default-state = "on";
                };
 
                usb {
-                       label = "archer-c50-v1:green:usb";
+                       label = "green:usb";
                        gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
                        trigger-sources = <&ohci_port1>, <&ehci_port1>;
                        linux,default-trigger = "usbport";
                };
 
                wan {
-                       label = "archer-c50-v1:green:wan";
+                       label = "green:wan";
                        gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
                };
 
                wan_orange {
-                       label = "archer-c50-v1:orange:wan";
+                       label = "orange:wan";
                        gpios = <&gpio2 4 GPIO_ACTIVE_LOW>;
                };
 
                wlan5g {
-                       label = "archer-c50-v1:green:wlan5g";
+                       label = "green:wlan5g";
                        gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
                        linux,default-trigger = "phy0tpt";
                };
 
                wlan2g {
-                       label = "archer-c50-v1:green:wlan2g";
+                       label = "green:wlan2g";
                        gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
                        linux,default-trigger = "phy1tpt";
                };
 
                wps {
-                       label = "archer-c50-v1:green:wps";
+                       label = "green:wps";
                        gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
                };
        };
        pinctrl-0 = <&pa_pins>;
 
        mtd-mac-address = <&rom 0xf100>;
-       mtd-mac-address-increment = <(-2)>;
+       mac-address-increment = <(-2)>;
 };
 
 &wifi {
        mtd-mac-address = <&rom 0xf100>;
-       mtd-mac-address-increment = <(-1)>;
+       mac-address-increment = <(-1)>;
 };