ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / ar7242_engenius_eap350-v1.dts
index 3e2a67697f17d7c62f7f53c0b49ab319d977e607..4c618956ac7ef81faf676615e17e34765a5aba51 100644 (file)
@@ -5,6 +5,7 @@
 
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
+#include <dt-bindings/leds/common.h>
 
 / {
        compatible = "engenius,eap350-v1", "qca,ar7242";
@@ -33,7 +34,8 @@
                compatible = "gpio-leds";
 
                led_power: power {
-                       label = "blue:power";
+                       function = LED_FUNCTION_POWER;
+                       color = <LED_COLOR_ID_BLUE>;
                        gpios = <&gpio 17 GPIO_ACTIVE_HIGH>;
                        default-state = "on";
                };
@@ -43,7 +45,8 @@
                compatible = "gpio-leds";
 
                wlan {
-                       label = "blue:wlan";
+                       function = LED_FUNCTION_WLAN;
+                       color = <LED_COLOR_ID_BLUE>;
                        gpios = <&ath9k 1 GPIO_ACTIVE_LOW>;
                        linux,default-trigger = "phy0tpt";
                };
@@ -63,7 +66,8 @@
 &eth0 {
        status = "okay";
 
-       mtd-mac-address = <&art 0x0>;
+       nvmem-cells = <&macaddr_art_0 0>;
+       nvmem-cell-names = "mac-address";
 
        phy-handle = <&phy4>;
        phy-mode = "rgmii-id";
 &pcie {
        status = "okay";
 
-       ath9k: wifi@0,0,0 {
+       ath9k: wifi@0,0 {
                compatible = "pci168c,002a";
                reg = <0x0 0 0 0 0>;
-               mtd-mac-address = <&art 0x0>;
-               mac-address-increment = <1>;
+               nvmem-cells = <&macaddr_art_0 1>;
+               nvmem-cell-names = "mac-address";
                qca,no-eeprom;
                #gpio-cells = <2>;
                gpio-controller;
        };
 };
+
+&art {
+       nvmem-layout {
+               compatible = "fixed-layout";
+               #address-cells = <1>;
+               #size-cells = <1>;
+
+               macaddr_art_0: macaddr@0 {
+                       compatible = "mac-base";
+                       reg = <0x0 0x6>;
+                       #nvmem-cell-cells = <1>;
+               };
+       };
+};