bc674fa4b3044f578fb40607a727ece5dd66667e
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7620a_iodata_wn-ac733gr3.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "mt7620a.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9 compatible = "iodata,wn-ac733gr3", "ralink,mt7620a-soc";
10 model = "I-O DATA WN-AC733GR3";
11
12 aliases {
13 led-boot = &led_power;
14 led-failsafe = &led_power;
15 led-running = &led_power;
16 led-upgrade = &led_power;
17 };
18
19 leds {
20 compatible = "gpio-leds";
21
22 led_power: power {
23 label = "green:power";
24 gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
25 default-state = "on";
26 };
27
28 notification {
29 label = "green:notification";
30 gpios = <&gpio0 8 GPIO_ACTIVE_LOW>;
31 };
32
33 wlan2g {
34 label = "green:wlan2g";
35 gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
36 };
37
38 wlan5g {
39 label = "green:wlan5g";
40 gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
41 };
42 };
43
44 keys {
45 compatible = "gpio-keys";
46
47 reset {
48 label = "reset";
49 gpios = <&gpio0 1 GPIO_ACTIVE_LOW>;
50 linux,code = <KEY_RESTART>;
51 };
52
53 wps {
54 label = "wps";
55 gpios = <&gpio0 2 GPIO_ACTIVE_LOW>;
56 linux,code = <KEY_WPS_BUTTON>;
57 };
58
59 router {
60 label = "router";
61 gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
62 linux,code = <BTN_0>;
63 linux,input-type = <EV_SW>;
64 };
65
66 auto {
67 label = "auto";
68 gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
69 linux,code = <BTN_0>;
70 linux,input-type = <EV_SW>;
71 };
72 };
73
74 rtl8367rb {
75 compatible = "realtek,rtl8367b";
76 gpio-sda = <&gpio0 22 GPIO_ACTIVE_HIGH>;
77 gpio-sck = <&gpio0 23 GPIO_ACTIVE_HIGH>;
78 realtek,extif1 = <1 0 1 1 1 1 1 1 2>;
79 };
80 };
81
82 &spi0 {
83 status = "okay";
84
85 flash@0 {
86 compatible = "jedec,spi-nor";
87 reg = <0>;
88 spi-max-frequency = <10000000>;
89
90 partitions {
91 compatible = "fixed-partitions";
92 #address-cells = <1>;
93 #size-cells = <1>;
94
95 partition@0 {
96 label = "u-boot";
97 reg = <0x0 0x30000>;
98 read-only;
99 };
100
101 partition@30000 {
102 label = "u-boot-env";
103 reg = <0x30000 0x10000>;
104 read-only;
105 };
106
107 factory: partition@40000 {
108 label = "factory";
109 reg = <0x40000 0x8000>;
110 read-only;
111
112 nvmem-layout {
113 compatible = "fixed-layout";
114 #address-cells = <1>;
115 #size-cells = <1>;
116
117 eeprom_factory_0: eeprom@0 {
118 reg = <0x0 0x200>;
119 };
120
121 macaddr_factory_4: macaddr@4 {
122 reg = <0x4 0x6>;
123 };
124 };
125 };
126
127 iNIC_rf: partition@48000 {
128 label = "iNIC_rf";
129 reg = <0x48000 0x8000>;
130 read-only;
131
132 nvmem-layout {
133 compatible = "fixed-layout";
134 #address-cells = <1>;
135 #size-cells = <1>;
136
137 eeprom_iNIC_rf_0: eeprom@0 {
138 reg = <0x0 0x200>;
139 };
140 };
141 };
142
143 partition@50000 {
144 compatible = "denx,uimage";
145 label = "firmware";
146 reg = <0x50000 0x6d4000>;
147 };
148
149 partition@724000 {
150 label = "manufacture";
151 reg = <0x724000 0x8c000>;
152 read-only;
153 };
154
155 partition@7b0000 {
156 label = "backup";
157 reg = <0x7b0000 0x10000>;
158 read-only;
159 };
160
161 partition@7c0000 {
162 label = "storage";
163 reg = <0x7c0000 0x40000>;
164 read-only;
165 };
166 };
167 };
168 };
169
170 &ethernet {
171 pinctrl-names = "default";
172 pinctrl-0 = <&rgmii1_pins>;
173
174 nvmem-cells = <&macaddr_factory_4>;
175 nvmem-cell-names = "mac-address";
176
177 port@5 {
178 status = "okay";
179 mediatek,fixed-link = <1000 1 1 1>;
180 phy-mode = "rgmii";
181 };
182 };
183
184 &gpio0 {
185 rtl8367rb_reset {
186 gpio-hog;
187 gpios = <0 GPIO_ACTIVE_HIGH>;
188 output-high;
189 line-name = "rtl8367rb-reset";
190 };
191 };
192
193 &state_default {
194 gpio {
195 groups = "i2c", "uartf", "mdio";
196 function = "gpio";
197 };
198 };
199
200 &pcie {
201 status = "okay";
202 };
203
204 &pcie0 {
205 wifi@0,0 {
206 compatible = "mediatek,mt76";
207 reg = <0x0000 0 0 0 0>;
208 nvmem-cells = <&eeprom_iNIC_rf_0>;
209 nvmem-cell-names = "eeprom";
210 ieee80211-freq-limit = <5000000 6000000>;
211 };
212 };
213
214 &wmac {
215 nvmem-cells = <&eeprom_factory_0>;
216 nvmem-cell-names = "eeprom";
217 };