ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / qca9531_engenius_ews511ap.dts
index 62b6a766fc8610cae5c92eb1760637a84bb8d79c..29886a4d3ec8ebbed03ab75a0e74b90f53473e34 100644 (file)
@@ -1,19 +1,25 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
-/dts-v1/;
+
+#include "qca953x.dtsi"
 
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
-
-#include "qca953x.dtsi"
+#include <dt-bindings/leds/common.h>
 
 / {
        compatible = "engenius,ews511ap", "qca,qca9531";
        model = "EnGenius EWS511AP";
 
+       aliases {
+               led-boot = &led_power;
+               led-failsafe = &led_power;
+               led-running = &led_power;
+               led-upgrade = &led_power;
+       };
+
        keys {
-               compatible = "gpio-keys-polled";
+               compatible = "gpio-keys";
 
-               poll-interval = <20>;
                pinctrl-names = "default";
                pinctrl-0 = <&jtag_disable_pins>;
 
                };
        };
 
-       aliases {
-               led-boot = &power_led;
-               led-failsafe = &power_led;
-               led-running = &power_led;
-               led-upgrade = &power_led;
-       };
-
        leds {
                compatible = "gpio-leds";
 
-               power_led: power {
-                       label = "ews511ap:amber:power";
+               led_power: power {
+                       function = LED_FUNCTION_POWER;
+                       color = <LED_COLOR_ID_AMBER>;
                        gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
                        default-state = "on";
                };
 
                lan1 {
-                       label = "ews511ap:blue:lan1";
+                       label = "blue:lan1";
                        gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
                };
 
                lan2 {
-                       label = "ews511ap:blue:lan2";
+                       label = "blue:lan2";
                        gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
                };
 
                wlan2g {
-                       label = "ews511ap:green:wlan2g";
+                       label = "green:wlan2g";
                        gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
                        linux,default-trigger = "phy0tpt";
                };
 
                wlan5g {
-                       label = "ews511ap:green:wlan5g";
+                       label = "green:wlan5g";
                        gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
                        linux,default-trigger = "phy1tpt";
                };
 
 &pcie0 {
        status = "okay";
-};
 
-&uart {
-       status = "okay";
+       wifi@0,0 {
+               compatible = "qcom,ath10k";
+               reg = <0x0000 0 0 0 0>;
+               nvmem-cells = <&cal_art_5000>;
+               nvmem-cell-names = "calibration";
+       };
 };
 
 &spi {
        status = "okay";
-       num-cs = <0>;
 
        flash@0 {
                compatible = "jedec,spi-nor";
                        art: partition@50000 {
                                label = "art";
                                reg = <0x050000 0x010000>;
+                               read-only;
+
+                               nvmem-layout {
+                                       compatible = "fixed-layout";
+                                       #address-cells = <1>;
+                                       #size-cells = <1>;
+
+                                       cal_art_5000: calibration@5000 {
+                                               reg = <0x5000 0x844>;
+                                       };
+                               };
                        };
 
                        partition@60000 {
 
 &eth0 {
        status = "okay";
-       phy-handle = <&swphy4>;
-};
 
-&eth1 {
-       status = "okay";
+       phy-handle = <&swphy4>;
 };
 
 &wmac {
        status = "okay";
+
        mtd-cal-data = <&art 0x1000>;
 };