OpenWrt – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 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 | &mtdparts { |
||
12 | partition@0 { |
||
13 | label = "factory-uboot"; |
||
14 | reg = <0x000000 0x020000>; |
||
15 | read-only; |
||
16 | }; |
||
17 | |||
18 | partition@20000 { |
||
19 | label = "u-boot"; |
||
20 | reg = <0x020000 0x020000>; |
||
21 | read-only; |
||
22 | }; |
||
23 | |||
24 | partition@40000 { |
||
25 | label = "partition-table"; |
||
26 | reg = <0x040000 0x010000>; |
||
27 | }; |
||
28 | |||
29 | art: partition@50000 { |
||
30 | label = "art"; |
||
31 | reg = <0x050000 0x010000>; |
||
32 | read-only; |
||
33 | }; |
||
34 | |||
35 | info: partition@60000 { |
||
36 | label = "info"; |
||
37 | reg = <0x060000 0x020000>; |
||
38 | }; |
||
39 | |||
40 | partition@80000 { |
||
41 | label = "user-config"; |
||
42 | reg = <0x080000 0x040000>; |
||
43 | }; |
||
44 | |||
45 | partition@c0000 { |
||
46 | label = "firmware"; |
||
47 | reg = <0x0c0000 0xf00000>; |
||
48 | compatible = "denx,uimage"; |
||
49 | }; |
||
50 | |||
51 | partition@ff0000 { |
||
52 | label = "default-config"; |
||
53 | reg = <0xff0000 0x010000>; |
||
54 | }; |
||
55 | }; |