ath79: airtight c-75: use second flash chip
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar7241_ubnt_airrouter.dts
index 774a45f22d46bea8321449c4305907ae961d42ac..fcc66c018c7eca5c71ab17fc1fb06c789ac85beb 100644 (file)
@@ -1,29 +1,30 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
-/dts-v1/;
 
-#include "ar7241_ubnt_xm.dtsi"
+#include "ar7241.dtsi"
+#include "ar724x_ubnt_xm.dtsi"
 
 / {
        compatible = "ubnt,airrouter", "ubnt,xm", "qca,ar7241";
-       model = "Ubiquiti AirRouter";
+       model = "Ubiquiti AirRouter (XM)";
 
        aliases {
-               led-boot = &globe;
-               led-failsafe = &globe;
-               led-running = &globe;
-               led-upgrade = &globe;
+               led-boot = &led_globe;
+               led-failsafe = &led_globe;
+               led-running = &led_globe;
+               led-upgrade = &led_globe;
+               label-mac-device = &wifi;
        };
 
-       airrouter-leds {
+       leds {
                compatible = "gpio-leds";
 
-               globe: globe {
-                       label = "ubnt:green:globe";
+               led_globe: globe {
+                       label = "green:globe";
                        gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
                };
 
                power {
-                       label = "ubnt:green:power";
+                       label = "green:power";
                        gpios = <&gpio 11 GPIO_ACTIVE_HIGH>;
                };
        };