ramips: convert to new LED color/function format where possible
[openwrt/staging/jow.git] / target / linux / ramips / dts / mt7628an_tplink_tl-wa801nd-v5.dts
index 5485a04119f096f6e882d099919d6d2b71bd6012..af1a758d789b1fa078ee1180257682aee29a0718 100644 (file)
@@ -1,5 +1,3 @@
-/dts-v1/;
-
 #include "mt7628an_tplink_8m.dtsi"
 
 / {
 
                reset {
                        label = "reset";
-                       gpios = <&gpio1 6 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio 38 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_RESTART>;
                };
 
                wps {
                        label = "wps";
-                       gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio 46 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_WPS_BUTTON>;
                };
        };
                compatible = "gpio-leds";
 
                led_power: power {
-                       label = "tl-wa801nd-v5:green:power";
-                       gpios = <&gpio1 4 GPIO_ACTIVE_LOW>;
+                       function = LED_FUNCTION_POWER;
+                       color = <LED_COLOR_ID_GREEN>;
+                       gpios = <&gpio 36 GPIO_ACTIVE_LOW>;
                };
 
                lan {
-                       label = "tl-wa801nd-v5:green:lan";
-                       gpios = <&gpio1 5 GPIO_ACTIVE_LOW>;
+                       function = LED_FUNCTION_LAN;
+                       color = <LED_COLOR_ID_GREEN>;
+                       gpios = <&gpio 37 GPIO_ACTIVE_LOW>;
                };
 
                wlan {
-                       label = "tl-wa801nd-v5:green:wlan";
-                       gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
+                       function = LED_FUNCTION_WLAN;
+                       color = <LED_COLOR_ID_GREEN>;
+                       gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
                        linux,default-trigger = "phy0tpt";
                };
 
                wps_red {
-                       label = "tl-wa801nd-v5:red:wps";
-                       gpios = <&gpio1 11 GPIO_ACTIVE_HIGH>;
+                       function = LED_FUNCTION_WPS;
+                       color = <LED_COLOR_ID_RED>;
+                       gpios = <&gpio 43 GPIO_ACTIVE_HIGH>;
                };
 
                wps_green {
-                       label = "tl-wa801nd-v5:green:wps";
-                       gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
+                       function = LED_FUNCTION_WPS;
+                       color = <LED_COLOR_ID_GREEN>;
+                       gpios = <&gpio 42 GPIO_ACTIVE_HIGH>;
                };
        };
 };
 
+&ehci {
+       status = "disabled";
+};
+
+&ohci {
+       status = "disabled";
+};
+
 &state_default {
        gpio {
-               ralink,group = "p0led_an", "p1led_an", "perst", "refclk",
+               groups = "p0led_an", "p1led_an", "perst", "refclk",
                                "uart1", "wdt", "wled_an";
-               ralink,function = "gpio";
+               function = "gpio";
        };
 };
+
+&wmac {
+       status = "okay";
+
+       nvmem-cells = <&eeprom_factory_20000>, <&macaddr_factory_f100 0>;
+       nvmem-cell-names = "eeprom", "mac-address";
+#include <dt-bindings/leds/common.h>
+
+};