mpc85xx: fix address config for ws-ap3825i
[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
3 #include "qca9563_tplink_archer-x7-v5.dtsi"
4
5 / {
6 compatible = "tplink,archer-a7-v5", "qca,qca9563";
7 model = "TP-Link Archer A7 v5";
8 };
9
10 &keys {
11 reset {
12 label = "Reset button";
13 linux,code = <KEY_RESTART>;
14 gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
15 debounce-interval = <60>;
16 };
17 };
18
19 &mtdparts {
20 partition@0 {
21 label = "factory-uboot";
22 reg = <0x000000 0x020000>;
23 read-only;
24 };
25
26 uboot: partition@20000 {
27 label = "u-boot";
28 reg = <0x020000 0x020000>;
29 read-only;
30 };
31
32 partition@40000 {
33 label = "firmware";
34 reg = <0x040000 0xec0000>;
35 compatible = "denx,uimage";
36 };
37
38 info: partition@f40000 {
39 label = "info";
40 reg = <0xf40000 0x020000>;
41 read-only;
42 };
43
44 config: partition@f60000 {
45 label = "config";
46 reg = <0xf60000 0x050000>;
47 read-only;
48 };
49
50 partition@fc0000 {
51 label = "partition-table";
52 reg = <0xfc0000 0x010000>;
53 read-only;
54 };
55
56 art: partition@ff0000 {
57 label = "art";
58 reg = <0xff0000 0x010000>;
59 read-only;
60 };
61 };