wireless-regdb: update to 2024.05.08
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9563_tplink_re450.dtsi
index 9fc30decaf3b7a1313ab3c4eb7c10b3d83278781..2e9ef99cd0d9f723737519c31cbf4ce147d4cad5 100644 (file)
@@ -1,13 +1,13 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
 
+#include "qca956x.dtsi"
+
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
-
-#include "qca956x.dtsi"
+#include <dt-bindings/leds/common.h>
 
 / {
        aliases {
-               label-mac-device = &eth0;
                led-boot = &led_power;
                led-failsafe = &led_power;
                led-running = &led_power;
                compatible = "gpio-leds";
 
                led_power: power {
-                       label = "tp-link:blue:power";
+                       function = LED_FUNCTION_POWER;
+                       color = <LED_COLOR_ID_BLUE>;
                        gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
                };
 
                wlan2g {
-                       label = "tp-link:blue:wlan2g";
+                       label = "blue:wlan2g";
                        gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
                        linux,default-trigger = "phy1tpt";
                };
 
                wlan5g {
-                       label = "tp-link:blue:wlan5g";
+                       label = "blue:wlan5g";
                        gpios = <&gpio 5 GPIO_ACTIVE_LOW>;
                        linux,default-trigger = "phy0tpt";
                };
 
                lan_link {
-                       label = "tp-link:green:lan_link";
+                       label = "green:lan_link";
                        gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
                };
 
                lan_data {
-                       label = "tp-link:green:lan_data";
+                       label = "green:lan_data";
                        gpios = <&gpio 9 GPIO_ACTIVE_LOW>;
                };
 
                wps_blue {
-                       label = "tp-link:blue:wps";
+                       function = LED_FUNCTION_WPS;
+                       color = <LED_COLOR_ID_BLUE>;
                        gpios = <&gpio 17 GPIO_ACTIVE_HIGH>;
                };
 
                wps_red {
-                       label = "tp-link:red:wps";
+                       function = LED_FUNCTION_WPS;
+                       color = <LED_COLOR_ID_RED>;
                        gpios = <&gpio 20 GPIO_ACTIVE_HIGH>;
                };
        };
        status = "okay";
 };
 
-&uart {
-       status = "okay";
-};
-
-&gpio {
-       status = "okay";
-};
-
 &spi {
        status = "okay";
 
-       num-cs = <1>;
-
        flash@0 {
                compatible = "jedec,spi-nor";
                reg = <0>;
 
        phy-mode = "sgmii";
        phy-handle = <&phy4>;
-
-       mtd-mac-address = <&info 0x8>;
 };
 
 &wmac {
        status = "okay";
-
-       mtd-cal-data = <&art 0x1000>;
-       mtd-mac-address = <&info 0x8>;
 };