ramips: mt7628: use mac-base
[openwrt/staging/hauke.git] / target / linux / ramips / dts / mt7628an_tplink_tl-wa801nd-v5.dts
index cc8fd3c352fff45835b13600b71a9857b3ef4f2b..44a483ed6d6b0c7314c4df32e9af6d31ab18f9a5 100644 (file)
@@ -1,5 +1,3 @@
-/dts-v1/;
-
 #include "mt7628an_tplink_8m.dtsi"
 
 / {
                compatible = "gpio-leds";
 
                led_power: power {
-                       label = "tl-wa801nd-v5:green:power";
+                       label = "green:power";
                        gpios = <&gpio 36 GPIO_ACTIVE_LOW>;
                };
 
                lan {
-                       label = "tl-wa801nd-v5:green:lan";
+                       label = "green:lan";
                        gpios = <&gpio 37 GPIO_ACTIVE_LOW>;
                };
 
                wlan {
-                       label = "tl-wa801nd-v5:green:wlan";
+                       label = "green:wlan";
                        gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
                        linux,default-trigger = "phy0tpt";
                };
 
                wps_red {
-                       label = "tl-wa801nd-v5:red:wps";
+                       label = "red:wps";
                        gpios = <&gpio 43 GPIO_ACTIVE_HIGH>;
                };
 
                wps_green {
-                       label = "tl-wa801nd-v5:green:wps";
+                       label = "green:wps";
                        gpios = <&gpio 42 GPIO_ACTIVE_HIGH>;
                };
        };
 };
 
+&ehci {
+       status = "disabled";
+};
+
+&ohci {
+       status = "disabled";
+};
+
 &state_default {
        gpio {
                groups = "p0led_an", "p1led_an", "perst", "refclk",
                function = "gpio";
        };
 };
+
+&wmac {
+       status = "okay";
+
+       nvmem-cells = <&eeprom_factory_20000>, <&macaddr_factory_f100 0>;
+       nvmem-cell-names = "eeprom", "mac-address";
+};