generic: ar8216: fix unknown packet flooding for ar8229/ar8236
[oweals/openwrt.git] / target / linux / ath79 / dts / qca9563_tplink_archer-c7-v5.dts
index c51ae20d22893b5e643a32a0b75aca7f1f3d27fc..7e735adbd382522a71e7560a64574cd71f234b5d 100644 (file)
@@ -8,20 +8,13 @@
        model = "TP-Link Archer C7 v5";
 };
 
-&gpio_keys {
+&keys {
        reset {
                label = "Reset button";
                linux,code = <KEY_RESTART>;
                gpios = <&gpio 5 GPIO_ACTIVE_LOW>;
                debounce-interval = <60>;
        };
-
-       wps {
-               label = "WPS button";
-               linux,code = <KEY_WPS_BUTTON>;
-               gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
-               debounce-interval = <60>;
-       };
 };
 
 &mtdparts {
@@ -40,6 +33,7 @@
        partition@40000 {
                label = "partition-table";
                reg = <0x040000 0x010000>;
+               read-only;
        };
 
        art: partition@50000 {
        info: partition@60000 {
                label = "info";
                reg = <0x060000 0x020000>;
+               read-only;
        };
 
        partition@80000 {
                label = "user-config";
                reg = <0x080000 0x040000>;
+               read-only;
        };
 
        partition@c0000 {
@@ -67,5 +63,6 @@
        partition@ff0000 {
                label = "default-config";
                reg = <0xff0000 0x010000>;
+               read-only;
        };
 };