ath79: apply Engenius ECB1750 style to OpenMesh MR900 RGMII cfg
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca955x_ubnt_xc.dtsi
1 // SPDX-License-Identifier: GPL-2.0-only
2
3 #include "qca955x.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 &uart {
9 status = "okay";
10 };
11
12 &pcie0 {
13 status = "okay";
14 };
15
16 &spi {
17 status = "okay";
18
19 flash@0 {
20 compatible = "jedec,spi-nor";
21 reg = <0>;
22 spi-max-frequency = <25000000>;
23
24 partitions {
25 compatible = "fixed-partitions";
26 #address-cells = <1>;
27 #size-cells = <1>;
28
29 partition@0 {
30 label = "u-boot";
31 reg = <0x000000 0x040000>;
32 read-only;
33 };
34
35 partition@40000 {
36 label = "u-boot-env";
37 reg = <0x040000 0x010000>;
38 read-only;
39 };
40
41 partition@50000 {
42 compatible = "denx,uimage";
43 label = "firmware";
44 reg = <0x050000 0xf60000>;
45 };
46
47 partition@fb0000 {
48 label = "cfg";
49 reg = <0xfb0000 0x040000>;
50 read-only;
51 };
52
53 art: partition@ff0000 {
54 label = "art";
55 reg = <0xff0000 0x010000>;
56 read-only;
57 };
58 };
59 };
60 };