ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / qca955x_senao_loader.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "qca955x.dtsi"
4
5 #include <dt-bindings/mtd/partitions/uimage.h>
6
7 / {
8 virtual_flash {
9 compatible = "mtd-concat";
10
11 devices = <&fwconcat0 &fwconcat1>;
12
13 partitions {
14 compatible = "fixed-partitions";
15 #address-cells = <1>;
16 #size-cells = <1>;
17
18 partition@0 {
19 compatible = "openwrt,uimage", "denx,uimage";
20 openwrt,ih-magic = <0x73714f4b>;
21 label = "firmware";
22 reg = <0x0 0x0>;
23 };
24 };
25 };
26 };
27
28 &pcie0 {
29 ath10k_0: wifi@0,0 {
30 compatible = "qcom,ath10k";
31 reg = <0x0 0 0 0 0>;
32 };
33 };
34
35 &pcie1 {
36 ath10k_1: wifi@0,0 {
37 compatible = "qcom,ath10k";
38 reg = <0x0 0 0 0 0>;
39 };
40 };
41
42 &spi {
43 status = "okay";
44
45 flash@0 {
46 compatible = "jedec,spi-nor";
47 reg = <0>;
48 spi-max-frequency = <40000000>;
49
50 partitions: partitions {
51 compatible = "fixed-partitions";
52 #address-cells = <1>;
53 #size-cells = <1>;
54
55 partition@0 {
56 label = "u-boot";
57 reg = <0x000000 0x040000>;
58 read-only;
59 };
60
61 partition@40000 {
62 label = "u-boot-env";
63 reg = <0x040000 0x010000>;
64 };
65
66 partition@50000 {
67 label = "custom";
68 reg = <0x050000 0x050000>;
69 read-only;
70 };
71
72 partition@a0000 {
73 label = "loader";
74 reg = <0x0a0000 0x010000>;
75 };
76
77 fwconcat1: partition@b0000 {
78 label = "fwconcat1";
79 reg = <0x0b0000 0x170000>;
80 };
81
82 fwconcat0: partition@220000 {
83 label = "fwconcat0";
84 reg = <0x220000 0xb50000>;
85 };
86
87 partition@d70000 {
88 label = "failsafe";
89 reg = <0xd70000 0x280000>;
90 read-only;
91 };
92
93 /* additional partitions in device DTS files */
94 };
95 };
96 };