ramips: mt7620: move mt7620_mdio_mode() to ethernet driver
[openwrt/staging/jow.git] / target / linux / ramips / dts / mt7620a_engenius_esr600.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 = "engenius,esr600", "ralink,mt7620a-soc";
10 model = "EnGenius ESR600";
11
12 chosen {
13 bootargs = "console=ttyS0,115200";
14 };
15
16 aliases {
17 led-boot = &led_power;
18 led-failsafe = &led_power;
19 led-running = &led_power;
20 led-upgrade = &led_power;
21 };
22
23 leds {
24 compatible = "gpio-leds";
25
26 led_power: power {
27 label = "amber:power";
28 gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
29 };
30
31 wps2g {
32 label = "amber:wps2g";
33 gpios = <&gpio2 6 GPIO_ACTIVE_LOW>;
34 };
35
36 wlan5g {
37 label = "blue:wlan5g";
38 gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
39 };
40
41 wlan2g {
42 label = "blue:wlan2g";
43 gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
44 };
45 };
46
47 keys {
48 compatible = "gpio-keys";
49
50 reset {
51 label = "reset";
52 gpios = <&gpio0 1 GPIO_ACTIVE_LOW>;
53 linux,code = <KEY_RESTART>;
54 debounce-interval = <60>;
55 };
56
57 wps {
58 label = "wps";
59 gpios = <&gpio0 2 GPIO_ACTIVE_LOW>;
60 linux,code = <KEY_WPS_BUTTON>;
61 debounce-interval = <60>;
62 };
63 };
64 };
65
66 &gpio2 {
67 status = "okay";
68 };
69
70 &gpio3 {
71 status = "okay";
72 };
73
74 &spi0 {
75 status = "okay";
76
77 flash@0 {
78 compatible = "jedec,spi-nor";
79 reg = <0>;
80 spi-max-frequency = <50000000>;
81 m25p,fast-read;
82
83 partitions {
84 compatible = "fixed-partitions";
85 #address-cells = <1>;
86 #size-cells = <1>;
87
88 partition@0 {
89 label = "u-boot";
90 reg = <0x0 0x30000>;
91 read-only;
92 };
93
94 partition@30000 {
95 label = "u-boot-env";
96 reg = <0x30000 0x10000>;
97 read-only;
98 };
99
100 factory: partition@40000 {
101 label = "factory";
102 reg = <0x40000 0x10000>;
103 read-only;
104 };
105
106 iNIC_rf: partition@50000 {
107 label = "iNIC_rf";
108 reg = <0x50000 0x10000>;
109 read-only;
110 };
111
112 partition@60000 {
113 label = "firmware";
114 reg = <0x60000 0xf40000>;
115 compatible = "denx,uimage";
116 };
117
118 partition@fa0000 {
119 label = "backup";
120 reg = <0xfa0000 0x10000>;
121 read-only;
122 };
123
124 partition@fb0000 {
125 label = "storage";
126 reg = <0xfb0000 0x50000>;
127 read-only;
128 };
129 };
130 };
131 };
132
133 &ethernet {
134 pinctrl-names = "default";
135 pinctrl-0 = <&rgmii1_pins &mdio_pins>;
136
137 mtd-mac-address = <&iNIC_rf 0x4>;
138
139 port@5 {
140 status = "okay";
141 phy-mode = "rgmii";
142 mediatek,fixed-link = <1000 1 1 1>;
143 };
144
145 mdio-bus {
146 status = "okay";
147
148 ethernet-phy@0 {
149 reg = <0>;
150 phy-mode = "rgmii";
151 qca,ar8327-initvals = <
152 0x10 0x40000000 /* POWER-ON STRAPPING */
153 0x04 0x07600000 /* PORT0 PAD MODE CTRL */
154 0x7c 0x0000007e /* PORT0 STATUS */
155 0x0c 0x05600000 /* PORT6 PAD MODE CTRL */
156 0x94 0x0000007e /* PORT6 STATUS */
157 >;
158 };
159 };
160 };
161
162 &gsw {
163 mediatek,ephy-base = /bits/ 8 <8>;
164 };
165
166 &state_default {
167 gpio {
168 groups = "i2c", "uartf", "nd_sd", "wled";
169 function = "gpio";
170 };
171 };
172
173 &pcie {
174 status = "okay";
175 };
176
177 &pcie0 {
178 wifi@0,0 {
179 compatible = "pci1814,5592";
180 reg = <0x0 0 0 0 0>;
181 ralink,mtd-eeprom = <&factory 0x0>;
182 };
183 };
184
185 &wmac {
186 ralink,mtd-eeprom = <&iNIC_rf 0x0>;
187 };
188
189 &ehci {
190 status = "okay";
191 };
192
193 &ohci {
194 status = "okay";
195 };