ath79: drop num-cs for SPI controller
[openwrt/staging/dedeckeh.git] / target / linux / ath79 / dts / qca9561_tplink_archer-c58-v1.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "qca9561_tplink_archer-c5x.dtsi"
4
5 / {
6 compatible = "tplink,archer-c58-v1", "qca,qca9560";
7 model = "TP-Link Archer C58 v1";
8 };
9
10 &spi {
11 status = "okay";
12
13 flash@0 {
14 compatible = "jedec,spi-nor";
15 reg = <0>;
16 spi-max-frequency = <25000000>;
17
18 partitions {
19 compatible = "fixed-partitions";
20 #address-cells = <1>;
21 #size-cells = <1>;
22
23 partition@0 {
24 label = "u-boot";
25 reg = <0x000000 0x010000>;
26 read-only;
27 };
28
29 info: partition@10000 {
30 label = "info";
31 reg = <0x010000 0x010000>;
32 read-only;
33 };
34
35 partition@20000 {
36 compatible = "denx,uimage";
37 label = "firmware";
38 reg = <0x020000 0x7c0000>;
39 };
40
41 partition@7e0000 {
42 label = "tplink";
43 reg = <0x7e0000 0x010000>;
44 read-only;
45 };
46
47 art: partition@7f0000 {
48 label = "art";
49 reg = <0x7f0000 0x010000>;
50 read-only;
51 };
52 };
53 };
54 };