e29431dc8d285757ea5279a4e0d3890e0ed4838d
[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
113 iNIC_rf: partition@48000 {
114 label = "iNIC_rf";
115 reg = <0x48000 0x8000>;
116 read-only;
117 };
118
119 partition@50000 {
120 compatible = "denx,uimage";
121 label = "firmware";
122 reg = <0x50000 0x6d4000>;
123 };
124
125 partition@724000 {
126 label = "manufacture";
127 reg = <0x724000 0x8c000>;
128 read-only;
129 };
130
131 partition@7b0000 {
132 label = "backup";
133 reg = <0x7b0000 0x10000>;
134 read-only;
135 };
136
137 partition@7c0000 {
138 label = "storage";
139 reg = <0x7c0000 0x40000>;
140 read-only;
141 };
142 };
143 };
144 };
145
146 &ethernet {
147 pinctrl-names = "default";
148 pinctrl-0 = <&rgmii1_pins>;
149
150 mtd-mac-address = <&factory 0x4>;
151
152 port@5 {
153 status = "okay";
154 mediatek,fixed-link = <1000 1 1 1>;
155 phy-mode = "rgmii";
156 };
157 };
158
159 &gpio0 {
160 rtl8367rb_reset {
161 gpio-hog;
162 gpios = <0 GPIO_ACTIVE_HIGH>;
163 output-high;
164 line-name = "rtl8367rb-reset";
165 };
166 };
167
168 &state_default {
169 gpio {
170 groups = "i2c", "uartf", "mdio";
171 function = "gpio";
172 };
173 };
174
175 &pcie {
176 status = "okay";
177 };
178
179 &pcie0 {
180 wifi@0,0 {
181 compatible = "mediatek,mt76";
182 reg = <0x0000 0 0 0 0>;
183 mediatek,mtd-eeprom = <&iNIC_rf 0x0>;
184 ieee80211-freq-limit = <5000000 6000000>;
185 };
186 };
187
188 &wmac {
189 ralink,mtd-eeprom = <&factory 0x0>;
190 };