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-a7-v5", "qca,qca9563"; |
||
8 | model = "TP-Link Archer A7 v5"; |
||
9 | }; |
||
10 | |||
11 | &mtdparts { |
||
12 | factory-uboot@0 { |
||
13 | label = "factory-uboot"; |
||
14 | reg = <0x000000 0x020000>; |
||
15 | read-only; |
||
16 | }; |
||
17 | |||
18 | uboot: u-boot@20000 { |
||
19 | label = "u-boot"; |
||
20 | reg = <0x020000 0x020000>; |
||
21 | read-only; |
||
22 | }; |
||
23 | |||
24 | firmware@40000 { |
||
25 | label = "firmware"; |
||
26 | reg = <0x040000 0xec0000>; |
||
27 | compatible = "denx,uimage"; |
||
28 | }; |
||
29 | |||
30 | info: info@f40000 { |
||
31 | label = "info"; |
||
32 | reg = <0xf40000 0x020000>; |
||
33 | }; |
||
34 | |||
35 | config: config@f60000 { |
||
36 | label = "config"; |
||
37 | reg = <0xf60000 0x050000>; |
||
38 | }; |
||
39 | |||
40 | partition@fc0000 { |
||
41 | label = "partition-table"; |
||
42 | reg = <0xfc0000 0x010000>; |
||
43 | }; |
||
44 | |||
45 | art: art@ff0000 { |
||
46 | label = "art"; |
||
47 | reg = <0xff0000 0x010000>; |
||
48 | read-only; |
||
49 | }; |
||
50 | }; |