generic: ar8216: fix unknown packet flooding for ar8229/ar8236
[oweals/openwrt.git] / target / linux / ath79 / dts / qca9563_tplink_archer-a7-v5.dts
index 8cf86c0bc4a6bd8f59dfb6d86e7e2b0805a6b20c..db6e5fb7f3100ecdecfd25e80c42bd3b9598efbe 100644 (file)
@@ -8,41 +8,53 @@
        model = "TP-Link Archer A7 v5";
 };
 
+&keys {
+       reset {
+               label = "Reset button";
+               linux,code = <KEY_RESTART>;
+               gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
+               debounce-interval = <60>;
+       };
+};
+
 &mtdparts {
-       factory-uboot@0 {
+       partition@0 {
                label = "factory-uboot";
                reg = <0x000000 0x020000>;
                read-only;
        };
 
-       uboot: u-boot@20000 {
+       uboot: partition@20000 {
                label = "u-boot";
                reg = <0x020000 0x020000>;
                read-only;
        };
 
-       firmware@40000 {
+       partition@40000 {
                label = "firmware";
                reg = <0x040000 0xec0000>;
                compatible = "denx,uimage";
        };
 
-       info: info@f40000 {
+       info: partition@f40000 {
                label = "info";
                reg = <0xf40000 0x020000>;
+               read-only;
        };
 
-       config: config@f60000 {
+       config: partition@f60000 {
                label = "config";
                reg = <0xf60000 0x050000>;
+               read-only;
        };
 
        partition@fc0000 {
                label = "partition-table";
                reg = <0xfc0000 0x010000>;
+               read-only;
        };
 
-       art: art@ff0000 {
+       art: partition@ff0000 {
                label = "art";
                reg = <0xff0000 0x010000>;
                read-only;