ath79: add support for TP-Link TL-WR710N v2.1
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar9331_tplink_tl-wr710n-8m.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "ar9331_tplink_tl-wr710n.dtsi"
4
5 &spi {
6 status = "okay";
7
8 num-cs = <1>;
9
10 flash@0 {
11 compatible = "jedec,spi-nor";
12 reg = <0>;
13 spi-max-frequency = <25000000>;
14
15 partitions {
16 compatible = "fixed-partitions";
17 #address-cells = <1>;
18 #size-cells = <1>;
19
20 uboot: partition@0 {
21 reg = <0x0 0x20000>;
22 label = "u-boot";
23 read-only;
24 };
25
26 partition@20000 {
27 compatible = "tplink,firmware";
28 reg = <0x20000 0x7d0000>;
29 label = "firmware";
30 };
31
32 art: partition@7f0000 {
33 reg = <0x7f0000 0x10000>;
34 label = "art";
35 read-only;
36 };
37 };
38 };
39 };