ramips: remove useless status property from wmac dts node
[openwrt/openwrt.git] / target / linux / ramips / dts / rt3883_belkin_f9k110x.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "rt3883.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9 compatible = "ralink,rt3883-soc";
10
11 rtl8367b {
12 compatible = "realtek,rtl8367b";
13 gpio-sda = <&gpio0 1 GPIO_ACTIVE_HIGH>;
14 gpio-sck = <&gpio0 2 GPIO_ACTIVE_HIGH>;
15 realtek,extif1 = <1 0 1 1 1 1 1 1 2>;
16 };
17 };
18
19 &spi0 {
20 status = "okay";
21
22 flash@0 {
23 compatible = "jedec,spi-nor";
24 reg = <0>;
25 spi-max-frequency = <25000000>;
26
27 partitions {
28 compatible = "fixed-partitions";
29 #address-cells = <1>;
30 #size-cells = <1>;
31
32 partition@0 {
33 label = "uboot";
34 reg = <0x0 0x30000>;
35 read-only;
36 };
37
38 partition@30000 {
39 label = "uboot-env";
40 reg = <0x30000 0x10000>;
41 read-only;
42 };
43
44 factory: partition@40000 {
45 compatible = "nvmem-cells";
46 label = "factory";
47 reg = <0x40000 0x10000>;
48 #address-cells = <1>;
49 #size-cells = <1>;
50 read-only;
51
52 eeprom_factory_0: eeprom@0 {
53 reg = <0x0 0x200>;
54 };
55
56 eeprom_factory_8000: eeprom@8000 {
57 reg = <0x8000 0x200>;
58 };
59 };
60
61 partition@50000 {
62 compatible = "denx,uimage";
63 label = "firmware";
64 reg = <0x50000 0x7a0000>;
65 };
66
67 partition@7f0000 {
68 label = "user-cfg";
69 reg = <0x7f0000 0x10000>;
70 read-only;
71 };
72 };
73 };
74 };
75
76 &ethernet {
77 port@0 {
78 mediatek,fixed-link = <1000 1 1 1>;
79 phy-mode = "rgmii";
80 };
81 };
82
83 &state_default {
84 gpio {
85 groups = "i2c", "jtag", "uartf";
86 function = "gpio";
87 };
88 };
89
90 &wmac {
91 nvmem-cells = <&eeprom_factory_0>;
92 nvmem-cell-names = "eeprom";
93 };
94
95 &pci {
96 status = "okay";
97 };
98
99 &pci1 {
100 status = "okay";
101
102 wifi@1,0 {
103 compatible = "pci1814,3091";
104 reg = <0x10000 0 0 0 0>;
105 ralink,5ghz = <0>;
106 nvmem-cells = <&eeprom_factory_8000>;
107 nvmem-cell-names = "eeprom";
108 };
109 };
110
111 &ehci {
112 status = "okay";
113 };
114
115 &ohci {
116 status = "okay";
117 };