ath79: move dts-v1 statement to ath79.dtsi
[openwrt/staging/blogic.git] / target / linux / ath79 / dts / qca9563_tplink_archer-c7-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-c7-v5", "qca,qca9563";
7 model = "TP-Link Archer C7 v5";
8 };
9
10 &keys {
11 reset {
12 label = "Reset button";
13 linux,code = <KEY_RESTART>;
14 gpios = <&gpio 5 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 partition@20000 {
27 label = "u-boot";
28 reg = <0x020000 0x020000>;
29 read-only;
30 };
31
32 partition@40000 {
33 label = "partition-table";
34 reg = <0x040000 0x010000>;
35 read-only;
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 read-only;
48 };
49
50 partition@80000 {
51 label = "user-config";
52 reg = <0x080000 0x040000>;
53 read-only;
54 };
55
56 partition@c0000 {
57 label = "firmware";
58 reg = <0x0c0000 0xf00000>;
59 compatible = "denx,uimage";
60 };
61
62 partition@ff0000 {
63 label = "default-config";
64 reg = <0xff0000 0x010000>;
65 read-only;
66 };
67 };