ramips: convert to new LED color/function format where possible
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7620a_tplink_archer-c20i.dts
index 694528d749374a028f797aab3fa886080e868331..86205464abce8c7a836d73b0d4535e055116c3b8 100644 (file)
@@ -1,5 +1,3 @@
-/dts-v1/;
-
 #include "mt7620a_tplink_archer.dtsi"
 
 / {
@@ -7,6 +5,10 @@
        model = "TP-Link Archer C20i";
 
        aliases {
+               led-boot = &led_wps;
+               led-failsafe = &led_wps;
+               led-running = &led_wps;
+               led-upgrade = &led_wps;
                label-mac-device = &ethernet;
        };
 
                compatible = "gpio-leds";
 
                lan {
-                       label = "archer-c20i:blue:lan";
+                       function = LED_FUNCTION_LAN;
+                       color = <LED_COLOR_ID_BLUE>;
                        gpios = <&gpio0 1 GPIO_ACTIVE_LOW>;
                };
 
                usb {
-                       label = "archer-c20i:blue:usb";
+                       function = LED_FUNCTION_USB;
+                       color = <LED_COLOR_ID_BLUE>;
                        gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
                        trigger-sources = <&ohci_port1>, <&ehci_port1>;
                        linux,default-trigger = "usbport";
                };
 
-               wps {
-                       label = "archer-c20i:blue:wps";
+               led_wps: wps {
+                       function = LED_FUNCTION_WPS;
+                       color = <LED_COLOR_ID_BLUE>;
                        gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
                };
 
                wan {
-                       label = "archer-c20i:blue:wan";
+                       function = LED_FUNCTION_WAN;
+                       color = <LED_COLOR_ID_BLUE>;
                        gpios = <&gpio2 0 GPIO_ACTIVE_LOW>;
                };
 
                wlan {
-                       label = "archer-c20i:blue:wlan";
+                       function = LED_FUNCTION_WLAN;
+                       color = <LED_COLOR_ID_BLUE>;
                        gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
                        linux,default-trigger = "phy1tpt";
                };
 
 &state_default {
        gpio {
-               ralink,group = "i2c", "uartf", "rgmii1", "rgmii2", "wled", "nd_sd", "ephy", "spi refclk";
-               ralink,function = "gpio";
+               groups = "i2c", "uartf", "rgmii1", "rgmii2", "wled", "nd_sd", "ephy", "spi refclk";
+               function = "gpio";
        };
 };
+
+&wmac {
+       nvmem-cells = <&macaddr_rom_f100 0>;
+       nvmem-cell-names = "mac-address";
+};
+
+&wifi {
+       nvmem-cells = <&macaddr_rom_f100 (-1)>;
+       nvmem-cell-names = "mac-address";
+#include <dt-bindings/leds/common.h>
+
+};