ath79: apply Engenius ECB1750 style to OpenMesh MR900 RGMII cfg
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9558_comfast_cf-wr650ac-v2.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "qca9558_comfast_cf-wr650ac.dtsi"
4
5 / {
6 compatible = "comfast,cf-wr650ac-v2", "qca,qca9558";
7 model = "Comfast CF-WR650AC v2";
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 0x040000>;
26 read-only;
27 };
28
29 art: partition@40000 {
30 label = "art";
31 reg = <0x040000 0x010000>;
32 read-only;
33 };
34
35 partition@50000 {
36 label = "firmware";
37 compatible = "denx,uimage";
38 reg = <0x050000 0xfa0000>;
39 };
40
41 partition@ff0000 {
42 label = "nvram";
43 reg = <0xff0000 0x010000>;
44 read-only;
45 };
46 };
47 };
48 };