ath79: apply Engenius ECB1750 style to OpenMesh MR900 RGMII cfg
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar9331_glinet_6416.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "ar9331_glinet_64xx.dtsi"
4
5 / {
6 model = "GL.iNet 6416";
7 compatible = "glinet,6416", "qca,ar9331";
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 uboot: partition@0 {
24 reg = <0x0 0x20000>;
25 label = "u-boot";
26 read-only;
27 };
28
29 partition@20000 {
30 compatible = "tplink,firmware";
31 reg = <0x20000 0xfd0000>;
32 label = "firmware";
33 };
34
35 art: partition@ff0000 {
36 reg = <0xff0000 0x10000>;
37 label = "art";
38 read-only;
39 };
40 };
41 };
42 };