ath79: add support for TP-Link TL-WR940N v6
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9533_tplink_tl-wr841.dtsi
index 3621b7e1e8f5c2a980d15aa24afd65a766f000ae..9f1bef3d4d97e7be422d20fc48606d88c342af0e 100644 (file)
@@ -1,60 +1,56 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
-/dts-v1/;
 
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
 
-#include "qca9533.dtsi"
+#include "qca953x.dtsi"
 
 / {
        chosen {
                bootargs = "console=ttyS0,115200n8";
        };
 
-       gpio_leds: leds {
+       aliases {
+               label-mac-device = &wmac;
+       };
+
+       leds: leds {
                compatible = "gpio-leds";
 
                wifi {
                        label = "tp-link:green:wlan";
                        gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
-                       default-state = "off";
                        linux,default-trigger = "phy0tpt";
                };
 
-               qss_led: qss {
+               led_qss: qss {
                        label = "tp-link:green:qss";
                        gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
-                       default-state = "off";
                };
 
                wan {
                        label = "tp-link:green:wan";
                        gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
-                       default-state = "off";
                };
 
                lan1 {
                        label = "tp-link:green:lan1";
                        gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
-                       default-state = "off";
                };
 
                lan2 {
                        label = "tp-link:green:lan2";
                        gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
-                       default-state = "off";
                };
 
                lan3 {
                        label = "tp-link:green:lan3";
                        gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
-                       default-state = "off";
                };
 
                lan4 {
                        label = "tp-link:green:lan4";
                        gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
-                       default-state = "off";
                };
        };
 
@@ -83,6 +79,7 @@
 
 &spi {
        status = "okay";
+
        num-cs = <1>;
 
        flash@0 {
                        };
 
                        partition@20000 {
+                               compatible = "tplink,firmware";
                                label = "firmware";
                                reg = <0x020000 0x3d0000>;
                        };
 
 &eth0 {
        status = "okay";
+
        phy-handle = <&swphy4>;
 
        mtd-mac-address = <&uboot 0x1fc00>;
 
 &wmac {
        status = "okay";
+
        mtd-cal-data = <&art 0x1000>;
        mtd-mac-address = <&uboot 0x1fc00>;
 };