eb864e46577778379390f89e2d0b576ea1ac2547
[openwrt/openwrt.git] / target / linux / mediatek / patches-4.14 / 0227-arm-dts-Add-Unielec-U7623-DTS.patch
1 From 13872b8abfadfe70598c065c19d1db759477c4e6 Mon Sep 17 00:00:00 2001
2 From: Kristian Evensen <kristian.evensen@gmail.com>
3 Date: Sun, 17 Jun 2018 14:41:47 +0200
4 Subject: [PATCH] arm: dts: Add Unielec U7623 DTS
5
6 ---
7 arch/arm/boot/dts/Makefile | 1 +
8 .../dts/mt7623a-unielec-u7623-02-emmc-512M.dts | 17 +
9 .../boot/dts/mt7623a-unielec-u7623-02-emmc.dtsi | 375 +++++++++++++++++++++
10 3 files changed, 393 insertions(+)
11 create mode 100644 arch/arm/boot/dts/mt7623a-unielec-u7623-02-emmc-512M.dts
12 create mode 100644 arch/arm/boot/dts/mt7623a-unielec-u7623-02-emmc.dtsi
13
14 --- a/arch/arm/boot/dts/Makefile
15 +++ b/arch/arm/boot/dts/Makefile
16 @@ -1062,6 +1062,7 @@ dtb-$(CONFIG_ARCH_MEDIATEK) += \
17 mt6589-aquaris5.dtb \
18 mt6592-evb.dtb \
19 mt7623a-rfb-emmc.dtb \
20 + mt7623a-unielec-u7623-02-emmc-512M.dtb \
21 mt7623n-rfb-nand.dtb \
22 mt7623n-bananapi-bpi-r2.dtb \
23 mt8127-moose.dtb \
24 --- /dev/null
25 +++ b/arch/arm/boot/dts/mt7623a-unielec-u7623-02-emmc-512M.dts
26 @@ -0,0 +1,17 @@
27 +/*
28 + * Copyright 2018 Kristian Evensen <kristian.evensen@gmail.com>
29 + *
30 + * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
31 + */
32 +
33 +/dts-v1/;
34 +#include "mt7623a-unielec-u7623-02-emmc.dtsi"
35 +
36 +/ {
37 + model = "UniElec U7623-02 eMMC (512M RAM)";
38 + compatible = "unielec,u7623-02-emmc-512m", "unielec,u7623-02-emmc", "mediatek,mt7623";
39 +
40 + memory {
41 + reg = <0 0x80000000 0 0x20000000>;
42 + };
43 +};
44 --- /dev/null
45 +++ b/arch/arm/boot/dts/mt7623a-unielec-u7623-02-emmc.dtsi
46 @@ -0,0 +1,375 @@
47 +/*
48 + * Copyright 2018 Kristian Evensen <kristian.evensen@gmail.com>
49 + *
50 + * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
51 + */
52 +
53 +#include <dt-bindings/input/input.h>
54 +#include "mt7623.dtsi"
55 +#include "mt6323.dtsi"
56 +
57 +/ {
58 + compatible = "unielec,u7623-02-emmc", "mediatek,mt7623";
59 +
60 + aliases {
61 + serial2 = &uart2;
62 + };
63 +
64 + chosen {
65 + bootargs = "root=/dev/mmcblk0p2 rootfstype=squashfs,f2fs";
66 + stdout-path = "serial2:115200n8";
67 + };
68 +
69 + memory {
70 + reg = <0 0x80000000 0 0x20000000>;
71 + };
72 +
73 + cpus {
74 + cpu@0 {
75 + proc-supply = <&mt6323_vproc_reg>;
76 + };
77 +
78 + cpu@1 {
79 + proc-supply = <&mt6323_vproc_reg>;
80 + };
81 +
82 + cpu@2 {
83 + proc-supply = <&mt6323_vproc_reg>;
84 + };
85 +
86 + cpu@3 {
87 + proc-supply = <&mt6323_vproc_reg>;
88 + };
89 + };
90 +
91 + reg_1p8v: regulator-1p8v {
92 + compatible = "regulator-fixed";
93 + regulator-name = "fixed-1.8V";
94 + regulator-min-microvolt = <1800000>;
95 + regulator-max-microvolt = <1800000>;
96 + regulator-boot-on;
97 + regulator-always-on;
98 + };
99 +
100 + reg_3p3v: regulator-3p3v {
101 + compatible = "regulator-fixed";
102 + regulator-name = "fixed-3.3V";
103 + regulator-min-microvolt = <3300000>;
104 + regulator-max-microvolt = <3300000>;
105 + regulator-boot-on;
106 + regulator-always-on;
107 + };
108 +
109 + reg_5v: regulator-5v {
110 + compatible = "regulator-fixed";
111 + regulator-name = "fixed-5V";
112 + regulator-min-microvolt = <5000000>;
113 + regulator-max-microvolt = <5000000>;
114 + regulator-boot-on;
115 + regulator-always-on;
116 + };
117 +
118 + gpio-keys {
119 + compatible = "gpio-keys";
120 + pinctrl-names = "default";
121 + pinctrl-0 = <&key_pins_a>;
122 +
123 + factory {
124 + label = "factory";
125 + linux,code = <KEY_RESTART>;
126 + gpios = <&pio 256 GPIO_ACTIVE_LOW>;
127 + };
128 + };
129 +
130 + leds {
131 + compatible = "gpio-leds";
132 + pinctrl-names = "default";
133 + pinctrl-0 = <&led_pins_unielec>;
134 +
135 + led3 {
136 + label = "u7623-01:green:led3";
137 + gpios = <&pio 14 GPIO_ACTIVE_LOW>;
138 + default-state = "off";
139 + };
140 +
141 + led4 {
142 + label = "u7623-01:green:led4";
143 + gpios = <&pio 15 GPIO_ACTIVE_LOW>;
144 + default-state = "off";
145 + };
146 + };
147 +
148 + memory@80000000 {
149 + device_type = "memory";
150 + reg = <0 0x80000000 0 0x40000000>;
151 + };
152 +
153 + mt7530: switch@0 {
154 + compatible = "mediatek,mt7530";
155 + #address-cells = <1>;
156 + #size-cells = <0>;
157 + };
158 +};
159 +
160 +&crypto {
161 + status = "okay";
162 +};
163 +
164 +&eth {
165 + status = "okay";
166 +
167 + gmac0: mac@0 {
168 + compatible = "mediatek,eth-mac";
169 + reg = <0>;
170 + phy-mode = "trgmii";
171 +
172 + fixed-link {
173 + speed = <1000>;
174 + full-duplex;
175 + pause;
176 + };
177 + };
178 +
179 + mdio: mdio-bus {
180 + #address-cells = <1>;
181 + #size-cells = <0>;
182 + phy5: ethernet-phy@5 {
183 + reg = <5>;
184 + phy-mode = "rgmii-rxid";
185 + };
186 + };
187 +};
188 +
189 +&mt7530 {
190 + compatible = "mediatek,mt7530";
191 + #address-cells = <1>;
192 + #size-cells = <0>;
193 + reg = <0>;
194 + pinctrl-names = "default";
195 + mediatek,mcm;
196 + resets = <&ethsys 2>;
197 + reset-names = "mcm";
198 + core-supply = <&mt6323_vpa_reg>;
199 + io-supply = <&mt6323_vemc3v3_reg>;
200 +
201 + dsa,mii-bus = <&mdio>;
202 +
203 + ports {
204 + #address-cells = <1>;
205 + #size-cells = <0>;
206 + reg = <0>;
207 +
208 + port@0 {
209 + reg = <0>;
210 + label = "lan0";
211 + cpu = <&cpu_port0>;
212 + };
213 +
214 + port@1 {
215 + reg = <1>;
216 + label = "lan1";
217 + cpu = <&cpu_port0>;
218 + };
219 +
220 + port@2 {
221 + reg = <2>;
222 + label = "lan2";
223 + cpu = <&cpu_port0>;
224 + };
225 +
226 + port@3 {
227 + reg = <3>;
228 + label = "lan3";
229 + cpu = <&cpu_port0>;
230 + };
231 +
232 + port@4 {
233 + reg = <4>;
234 + label = "wan";
235 + cpu = <&cpu_port0>;
236 + };
237 +
238 + cpu_port0: port@6 {
239 + reg = <6>;
240 + label = "cpu";
241 + ethernet = <&gmac0>;
242 + phy-mode = "trgmii";
243 +
244 + fixed-link {
245 + speed = <1000>;
246 + full-duplex;
247 + };
248 + };
249 + };
250 +};
251 +
252 +&mmc0 {
253 + pinctrl-names = "default", "state_uhs";
254 + pinctrl-0 = <&mmc0_pins_default>;
255 + pinctrl-1 = <&mmc0_pins_uhs>;
256 + status = "okay";
257 + bus-width = <8>;
258 + max-frequency = <50000000>;
259 + cap-mmc-highspeed;
260 + vmmc-supply = <&reg_3p3v>;
261 + vqmmc-supply = <&reg_1p8v>;
262 + non-removable;
263 +};
264 +
265 +&pio {
266 + key_pins_a: keys-alt {
267 + pins-keys {
268 + pinmux = <MT7623_PIN_256_GPIO256_FUNC_GPIO256>,
269 + <MT7623_PIN_257_GPIO257_FUNC_GPIO257>;
270 + input-enable;
271 + };
272 + };
273 +
274 + led_pins_unielec: leds-unielec {
275 + pins-leds {
276 + pinmux = <MT7623_PIN_14_GPIO14_FUNC_GPIO14>,
277 + <MT7623_PIN_15_GPIO15_FUNC_GPIO15>;
278 + };
279 + };
280 +
281 + mmc0_pins_default: mmc0default {
282 + pins_cmd_dat {
283 + pinmux = <MT7623_PIN_111_MSDC0_DAT7_FUNC_MSDC0_DAT7>,
284 + <MT7623_PIN_112_MSDC0_DAT6_FUNC_MSDC0_DAT6>,
285 + <MT7623_PIN_113_MSDC0_DAT5_FUNC_MSDC0_DAT5>,
286 + <MT7623_PIN_114_MSDC0_DAT4_FUNC_MSDC0_DAT4>,
287 + <MT7623_PIN_118_MSDC0_DAT3_FUNC_MSDC0_DAT3>,
288 + <MT7623_PIN_119_MSDC0_DAT2_FUNC_MSDC0_DAT2>,
289 + <MT7623_PIN_120_MSDC0_DAT1_FUNC_MSDC0_DAT1>,
290 + <MT7623_PIN_121_MSDC0_DAT0_FUNC_MSDC0_DAT0>,
291 + <MT7623_PIN_116_MSDC0_CMD_FUNC_MSDC0_CMD>;
292 + input-enable;
293 + bias-pull-up;
294 + };
295 +
296 + pins_clk {
297 + pinmux = <MT7623_PIN_117_MSDC0_CLK_FUNC_MSDC0_CLK>;
298 + bias-pull-down;
299 + };
300 +
301 + pins_rst {
302 + pinmux = <MT7623_PIN_115_MSDC0_RSTB_FUNC_MSDC0_RSTB>;
303 + bias-pull-up;
304 + };
305 + };
306 +
307 + mmc0_pins_uhs: mmc0 {
308 + pins_cmd_dat {
309 + pinmux = <MT7623_PIN_111_MSDC0_DAT7_FUNC_MSDC0_DAT7>,
310 + <MT7623_PIN_112_MSDC0_DAT6_FUNC_MSDC0_DAT6>,
311 + <MT7623_PIN_113_MSDC0_DAT5_FUNC_MSDC0_DAT5>,
312 + <MT7623_PIN_114_MSDC0_DAT4_FUNC_MSDC0_DAT4>,
313 + <MT7623_PIN_118_MSDC0_DAT3_FUNC_MSDC0_DAT3>,
314 + <MT7623_PIN_119_MSDC0_DAT2_FUNC_MSDC0_DAT2>,
315 + <MT7623_PIN_120_MSDC0_DAT1_FUNC_MSDC0_DAT1>,
316 + <MT7623_PIN_121_MSDC0_DAT0_FUNC_MSDC0_DAT0>,
317 + <MT7623_PIN_116_MSDC0_CMD_FUNC_MSDC0_CMD>;
318 + input-enable;
319 + drive-strength = <MTK_DRIVE_2mA>;
320 + bias-pull-up = <MTK_PUPD_SET_R1R0_01>;
321 + };
322 +
323 + pins_clk {
324 + pinmux = <MT7623_PIN_117_MSDC0_CLK_FUNC_MSDC0_CLK>;
325 + drive-strength = <MTK_DRIVE_2mA>;
326 + bias-pull-down = <MTK_PUPD_SET_R1R0_01>;
327 + };
328 +
329 + pins_rst {
330 + pinmux = <MT7623_PIN_115_MSDC0_RSTB_FUNC_MSDC0_RSTB>;
331 + bias-pull-up;
332 + };
333 + };
334 +
335 + pwm_pins_a: pwm@0 {
336 + pins_pwm {
337 + pinmux = <MT7623_PIN_203_PWM0_FUNC_PWM0>,
338 + <MT7623_PIN_204_PWM1_FUNC_PWM1>,
339 + <MT7623_PIN_205_PWM2_FUNC_PWM2>,
340 + <MT7623_PIN_206_PWM3_FUNC_PWM3>,
341 + <MT7623_PIN_207_PWM4_FUNC_PWM4>;
342 + };
343 + };
344 +
345 + uart2_pins_b: uart@2 {
346 + pins_dat {
347 + pinmux = <MT7623_PIN_200_URXD2_FUNC_URXD2>,
348 + <MT7623_PIN_201_UTXD2_FUNC_UTXD2>;
349 + };
350 + };
351 +
352 + pcie_default: pcie_pin_default {
353 + pins_cmd_dat {
354 + pinmux = <MT7623_PIN_208_AUD_EXT_CK1_FUNC_PCIE0_PERST_N>,
355 + <MT7623_PIN_209_AUD_EXT_CK2_FUNC_PCIE1_PERST_N>;
356 + bias-disable;
357 + };
358 + };
359 +};
360 +
361 +&pwm {
362 + pinctrl-names = "default";
363 + pinctrl-0 = <&pwm_pins_a>;
364 + status = "okay";
365 +};
366 +
367 +&pwrap {
368 + mt6323 {
369 + mt6323led: led {
370 + compatible = "mediatek,mt6323-led";
371 + #address-cells = <1>;
372 + #size-cells = <0>;
373 +
374 + led@0 {
375 + reg = <0>;
376 + label = "led0";
377 + default-state = "off";
378 + };
379 + };
380 + };
381 +};
382 +
383 +&uart2 {
384 + pinctrl-names = "default";
385 + pinctrl-0 = <&uart2_pins_b>;
386 + status = "okay";
387 +};
388 +
389 +&usb1 {
390 + vusb33-supply = <&reg_3p3v>;
391 + vbus-supply = <&reg_3p3v>;
392 + status = "okay";
393 +};
394 +
395 +&u3phy1 {
396 + status = "okay";
397 +};
398 +
399 +&u3phy2 {
400 + status = "okay";
401 + mediatek,phy-switch = <&hifsys>;
402 +};
403 +
404 +&pcie {
405 + pinctrl-names = "default";
406 + pinctrl-0 = <&pcie_default>;
407 + status = "okay";
408 +
409 + pcie@1,0 {
410 + status = "okay";
411 + };
412 +
413 + pcie@2,0 {
414 + status = "okay";
415 + };
416 +};
417 +
418 +&pcie1_phy {
419 + status = "okay";
420 +};
421 +