a9174df4fad87958fe4e95c0e927cee5276ed3d0
[openwrt/openwrt.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 &gpio_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 factory-uboot@0 {
22 label = "factory-uboot";
23 reg = <0x000000 0x020000>;
24 read-only;
25 };
26
27 uboot: u-boot@20000 {
28 label = "u-boot";
29 reg = <0x020000 0x020000>;
30 read-only;
31 };
32
33 firmware@40000 {
34 label = "firmware";
35 reg = <0x040000 0xec0000>;
36 compatible = "denx,uimage";
37 };
38
39 info: info@f40000 {
40 label = "info";
41 reg = <0xf40000 0x020000>;
42 };
43
44 config: config@f60000 {
45 label = "config";
46 reg = <0xf60000 0x050000>;
47 };
48
49 partition@fc0000 {
50 label = "partition-table";
51 reg = <0xfc0000 0x010000>;
52 };
53
54 art: art@ff0000 {
55 label = "art";
56 reg = <0xff0000 0x010000>;
57 read-only;
58 };
59 };