ramips: add support for YunCore G720
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7628an_tplink_archer-c50-v4.dts
index b3c1f88ab02e489017d53a07eb2b7efef6385c22..59a61e3d864417e66c40a7d9a6022fc7fa23806a 100644 (file)
@@ -1,5 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
-/dts-v1/;
+
+#include <dt-bindings/leds/common.h>
 
 #include "mt7628an_tplink_8m-split-uboot.dtsi"
 
                compatible = "gpio-leds";
 
                led_power: power {
-                       label = "archer-c50-v4:green:power";
+                       function = LED_FUNCTION_POWER;
+                       color = <LED_COLOR_ID_GREEN>;
                        gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
                };
 
                wlan2 {
-                       label = "archer-c50-v4:green:wlan2g";
+                       label = "green:wlan2g";
                        gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
                };
 
                wlan5 {
-                       label = "archer-c50-v4:green:wlan5g";
+                       label = "green:wlan5g";
                        gpios = <&gpio 42 GPIO_ACTIVE_LOW>;
                };
 
                lan {
-                       label = "archer-c50-v4:green:lan";
+                       function = LED_FUNCTION_LAN;
+                       color = <LED_COLOR_ID_GREEN>;
                        gpios = <&gpio 41 GPIO_ACTIVE_LOW>;
                };
 
                wan {
-                       label = "archer-c50-v4:green:wan";
+                       function = LED_FUNCTION_WAN;
+                       color = <LED_COLOR_ID_GREEN>;
                        gpios = <&gpio 39 GPIO_ACTIVE_LOW>;
                };
 
                wan_orange {
-                       label = "archer-c50-v4:orange:wan";
+                       function = LED_FUNCTION_WAN;
+                       color = <LED_COLOR_ID_ORANGE>;
                        gpios = <&gpio 40 GPIO_ACTIVE_LOW>;
                };
 
                wps {
-                       label = "archer-c50-v4:green:wps";
+                       function = LED_FUNCTION_WPS;
+                       color = <LED_COLOR_ID_GREEN>;
                        gpios = <&gpio 43 GPIO_ACTIVE_LOW>;
                };
        };
 };
 
+&ehci {
+       status = "disabled";
+};
+
+&ohci {
+       status = "disabled";
+};
+
 &state_default {
        gpio {
-               ralink,group = "i2c", "p0led_an", "p1led_an", "p2led_an",
+               groups = "i2c", "p0led_an", "p1led_an", "p2led_an",
                                   "p3led_an", "p4led_an", "wdt", "wled_an";
-               ralink,function = "gpio";
+               function = "gpio";
        };
 };
 
@@ -85,9 +99,8 @@
 &pcie0 {
        wifi@0,0 {
                reg = <0x0000 0 0 0 0>;
-               mediatek,mtd-eeprom = <&radio 0x8000>;
                ieee80211-freq-limit = <5000000 6000000>;
-               mtd-mac-address = <&rom 0xf100>;
-               mtd-mac-address-increment = <(-1)>;
+               nvmem-cells = <&eeprom_radio_8000>, <&macaddr_rom_f100 (-1)>;
+               nvmem-cell-names = "eeprom", "mac-address";
        };
 };