ath79: add support for Compex WPJ531 (16M)
[openwrt/staging/dedeckeh.git] / target / linux / ath79 / dts / qca9563_tplink_archer-a7-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-a7-v5", "qca,qca9563";
8 model = "TP-Link Archer A7 v5";
9 };
10
11 &keys {
12 reset {
13 label = "Reset button";
14 linux,code = <KEY_RESTART>;
15 gpios = <&gpio 11 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 uboot: partition@20000 {
28 label = "u-boot";
29 reg = <0x020000 0x020000>;
30 read-only;
31 };
32
33 partition@40000 {
34 label = "firmware";
35 reg = <0x040000 0xec0000>;
36 compatible = "denx,uimage";
37 };
38
39 info: partition@f40000 {
40 label = "info";
41 reg = <0xf40000 0x020000>;
42 read-only;
43 };
44
45 config: partition@f60000 {
46 label = "config";
47 reg = <0xf60000 0x050000>;
48 read-only;
49 };
50
51 partition@fc0000 {
52 label = "partition-table";
53 reg = <0xfc0000 0x010000>;
54 read-only;
55 };
56
57 art: partition@ff0000 {
58 label = "art";
59 reg = <0xff0000 0x010000>;
60 read-only;
61 };
62 };