generic: ar8216: fix unknown packet flooding for ar8229/ar8236
[oweals/openwrt.git] / target / linux / ath79 / dts / qca9563_tplink_archer-c7-v5.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 /dts-v1/;
3
4 #include "qca9563_tplink_archer-x7-v5.dtsi"
5
6 / {
7         compatible = "tplink,archer-c7-v5", "qca,qca9563";
8         model = "TP-Link Archer C7 v5";
9 };
10
11 &keys {
12         reset {
13                 label = "Reset button";
14                 linux,code = <KEY_RESTART>;
15                 gpios = <&gpio 5 GPIO_ACTIVE_LOW>;
16                 debounce-interval = <60>;
17         };
18 };
19
20 &mtdparts {
21         partition@0 {
22                 label = "factory-uboot";
23                 reg = <0x000000 0x020000>;
24                 read-only;
25         };
26
27         partition@20000 {
28                 label = "u-boot";
29                 reg = <0x020000 0x020000>;
30                 read-only;
31         };
32
33         partition@40000 {
34                 label = "partition-table";
35                 reg = <0x040000 0x010000>;
36                 read-only;
37         };
38
39         art: partition@50000 {
40                 label = "art";
41                 reg = <0x050000 0x010000>;
42                 read-only;
43         };
44
45         info: partition@60000 {
46                 label = "info";
47                 reg = <0x060000 0x020000>;
48                 read-only;
49         };
50
51         partition@80000 {
52                 label = "user-config";
53                 reg = <0x080000 0x040000>;
54                 read-only;
55         };
56
57         partition@c0000 {
58                 label = "firmware";
59                 reg = <0x0c0000 0xf00000>;
60                 compatible = "denx,uimage";
61         };
62
63         partition@ff0000 {
64                 label = "default-config";
65                 reg = <0xff0000 0x010000>;
66                 read-only;
67         };
68 };