ath79: add support for Qxwlan E600G v2 / E600GAC v2
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar9342_ubnt_xw.dtsi
index b104bc6d3d36b3eaf98b2e1d828863cce608c49d..ff4e177ca8e82f3c0c80bbcbcfc0c7f54de1b15b 100644 (file)
@@ -1,34 +1,42 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
 
+#include "ar9344.dtsi"
+
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
 
-#include "ar9344.dtsi"
-
 / {
        compatible = "ubnt,xw", "qca,ar9342";
        model = "Ubiquiti Networks XW board";
 
-       gpio-leds {
+       aliases {
+               led-boot = &led_link4;
+               led-running = &led_link4;
+               led-upgrade = &led_link4;
+               led-failsafe = &led_link4;
+               label-mac-device = &wmac;
+       };
+
+       leds {
                compatible = "gpio-leds";
 
                link1 {
-                       label = "ubnt:red:link1";
+                       label = "red:link1";
                        gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
                };
 
                link2 {
-                       label = "ubnt:orange:link2";
+                       label = "orange:link2";
                        gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
                };
 
                link3 {
-                       label = "ubnt:green:link3";
+                       label = "green:link3";
                        gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
                };
 
-               link4 {
-                       label = "ubnt:green:link4";
+               led_link4: link4 {
+                       label = "green:link4";
                        gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
                };
        };
        status = "okay";
 };
 
-&gpio {
-       status = "okay";
-};
-
 &spi {
        status = "okay";
        num-cs = <1>;
                                reg = <0x050000 0x760000>;
                        };
 
-                       partition@fb0000 {
+                       partition@7b0000 {
                                label = "cfg";
                                reg = <0x7b0000 0x040000>;
                                read-only;
                        };
 
-                       eeprom: partition@ff0000 {
-                               label = "EEPROM";
+                       art: partition@7f0000 {
+                               label = "art";
                                reg = <0x7f0000 0x010000>;
                                read-only;
                        };
 &wmac {
        status = "okay";
 
-       mtd-cal-data = <&eeprom 0x1000>;
-       mtd-mac-address = <&eeprom 0x1002>;
+       mtd-cal-data = <&art 0x1000>;
+};
+
+&eth0 {
+       mtd-mac-address = <&art 0x0>;
 };