Revert "ath79: Add WPS button to TP-Link Archer C7v5"
[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 &gpio_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         };
37
38         art: partition@50000 {
39                 label = "art";
40                 reg = <0x050000 0x010000>;
41                 read-only;
42         };
43
44         info: partition@60000 {
45                 label = "info";
46                 reg = <0x060000 0x020000>;
47         };
48
49         partition@80000 {
50                 label = "user-config";
51                 reg = <0x080000 0x040000>;
52         };
53
54         partition@c0000 {
55                 label = "firmware";
56                 reg = <0x0c0000 0xf00000>;
57                 compatible = "denx,uimage";
58         };
59
60         partition@ff0000 {
61                 label = "default-config";
62                 reg = <0xff0000 0x010000>;
63         };
64 };