mpc85xx: refresh patches
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7620a_tplink_archer-c20i.dts
index d00d2195eeb5f200cd8c513821790685e781d3e9..0e461ceba58226a2cd9335656e6e143cfbc71058 100644 (file)
@@ -1,4 +1,6 @@
-#include "mt7620a_tplink_archer.dtsi"
+#include <dt-bindings/leds/common.h>
+
+#include "mt7620a_tplink_8m.dtsi"
 
 / {
        compatible = "tplink,archer-c20i", "ralink,mt7620a-soc";
        leds {
                compatible = "gpio-leds";
 
-               lan {
-                       label = "blue:lan";
+               led-0 {
+                       function = LED_FUNCTION_LAN;
+                       color = <LED_COLOR_ID_BLUE>;
                        gpios = <&gpio0 1 GPIO_ACTIVE_LOW>;
                };
 
-               usb {
-                       label = "blue:usb";
+               led-1 {
+                       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";
                };
 
-               led_wps: wps {
-                       label = "blue:wps";
+               led_wps: led-2 {
+                       function = LED_FUNCTION_WPS;
+                       color = <LED_COLOR_ID_BLUE>;
                        gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
                };
 
-               wan {
-                       label = "blue:wan";
+               led-3 {
+                       function = LED_FUNCTION_WAN;
+                       color = <LED_COLOR_ID_BLUE>;
                        gpios = <&gpio2 0 GPIO_ACTIVE_LOW>;
                };
 
-               wlan {
-                       label = "blue:wlan";
+               led-4 {
+                       function = LED_FUNCTION_WLAN;
+                       color = <LED_COLOR_ID_BLUE>;
                        gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
                        linux,default-trigger = "phy1tpt";
                };
 };
 
 &wmac {
-       nvmem-cells = <&macaddr_rom_f100 0>;
-       nvmem-cell-names = "mac-address";
+       nvmem-cells = <&eeprom_radio_0>, <&macaddr_rom_f100 0>;
+       nvmem-cell-names = "eeprom", "mac-address";
 };
 
 &wifi {
-       nvmem-cells = <&macaddr_rom_f100 (-1)>;
-       nvmem-cell-names = "mac-address";
+       nvmem-cells = <&eeprom_radio_8000>, <&macaddr_rom_f100 (-1)>;
+       nvmem-cell-names = "eeprom", "mac-address";
 };