ath79: Add missing reset button for TP-Link CPE210 v2 and v3
[openwrt/staging/dedeckeh.git] / target / linux / ath79 / dts / qca9533_tplink_tl-wr841.dtsi
index 42191253003531ae13f923ad0f12319e9b3350dc..34f242ac5625f7b0d6f8a5e99aa7af3f0469a2bf 100644 (file)
@@ -4,68 +4,55 @@
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
 
-#include "qca9533.dtsi"
+#include "qca953x.dtsi"
 
 / {
        chosen {
                bootargs = "console=ttyS0,115200n8";
        };
 
-       aliases {
-               led-status = &system;
-       };
-
-       leds {
+       gpio_leds: leds {
                compatible = "gpio-leds";
 
                wifi {
                        label = "tp-link:green:wlan";
                        gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
-                       default-state = "off";
                        linux,default-trigger = "phy0tpt";
                };
 
-               system: wifi_qss {
+               qss_led: 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";
                };
        };
 
        keys {
                compatible = "gpio-keys";
-               #address-cells = <1>;
-               #size-cells = <0>;
 
                reset {
                        label = "Reset button";
@@ -92,8 +79,6 @@
        num-cs = <1>;
 
        flash@0 {
-               #address-cells = <1>;
-               #size-cells = <1>;
                compatible = "jedec,spi-nor";
                reg = <0>;
                spi-max-frequency = <25000000>;
                        };
 
                        partition@20000 {
+                               compatible = "tplink,firmware";
                                label = "firmware";
                                reg = <0x020000 0x3d0000>;
                        };