ath79: apply Engenius ECB1750 style to OpenMesh MR900 RGMII cfg
[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 flash@0 {
9 compatible = "jedec,spi-nor";
10 reg = <0>;
11 spi-max-frequency = <25000000>;
12
13 partitions {
14 compatible = "fixed-partitions";
15 #address-cells = <1>;
16 #size-cells = <1>;
17
18 uboot: partition@0 {
19 reg = <0x0 0x20000>;
20 label = "u-boot";
21 read-only;
22 };
23
24 partition@20000 {
25 compatible = "tplink,firmware";
26 reg = <0x20000 0x7d0000>;
27 label = "firmware";
28 };
29
30 art: partition@7f0000 {
31 reg = <0x7f0000 0x10000>;
32 label = "art";
33 read-only;
34 };
35 };
36 };
37 };