blob: 6c383fc968d78f4a9c9d3ee34160686640219c6d [file] [log] [blame]
developerc54ce9d2023-01-03 13:30:49 +08001// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2/*
3 * Copyright (C) 2021 MediaTek Inc.
4 * Author: Sam.Shih <sam.shih@mediatek.com>
5 */
6
7/dts-v1/;
8#include "mt7988.dtsi"
9
10/ {
11 model = "MediaTek MT7988C DSA external-2.5G SPIM-NAND RFB";
12 compatible = "mediatek,mt7988c-dsa-e2p5g-spim-snand",
13 /* Reserve this for DVFS if creating new dts */
14 "mediatek,mt7988";
15
16 chosen {
17 bootargs = "console=ttyS0,115200n1 loglevel=8 \
18 earlycon=uart8250,mmio32,0x11000000 \
19 pci=pcie_bus_perf";
20 };
21
22 memory {
23 reg = <0 0x40000000 0 0x10000000>;
24 };
25
26 nmbm_spim_nand {
27 compatible = "generic,nmbm";
28
29 #address-cells = <1>;
30 #size-cells = <1>;
31
32 lower-mtd-device = <&spi_nand>;
33 forced-create;
34
35 partitions {
36 compatible = "fixed-partitions";
37 #address-cells = <1>;
38 #size-cells = <1>;
39
40 partition@0 {
41 label = "BL2";
42 reg = <0x00000 0x0100000>;
43 read-only;
44 };
45
46 partition@100000 {
47 label = "u-boot-env";
48 reg = <0x0100000 0x0080000>;
49 };
50
51 factory: partition@180000 {
52 label = "Factory";
53 reg = <0x180000 0x0400000>;
54 };
55
56 partition@580000 {
57 label = "FIP";
58 reg = <0x580000 0x0200000>;
59 };
60
61 partition@780000 {
62 label = "ubi";
63 reg = <0x780000 0x7080000>;
64 };
65 };
66 };
67
68 wsys_adie: wsys_adie@0 {
69 // fpga cases need to manual change adie_id / sku_type for dvt only
70 compatible = "mediatek,rebb-mt7988-adie";
71 adie_id = <7976>;
72 sku_type = <3000>;
73 };
74};
75
76&fan {
77 pwms = <&pwm 0 50000 0>;
78 status = "okay";
79};
80
81&i2c0 {
82 pinctrl-names = "default";
83 pinctrl-0 = <&i2c0_pins>;
84 status = "okay";
85
86 rt5190a_64: rt5190a@64 {
87 compatible = "richtek,rt5190a";
88 reg = <0x64>;
89 /*interrupts-extended = <&gpio26 0 IRQ_TYPE_LEVEL_LOW>;*/
90 vin2-supply = <&rt5190_buck1>;
91 vin3-supply = <&rt5190_buck1>;
92 vin4-supply = <&rt5190_buck1>;
93
94 regulators {
95 rt5190_buck1: buck1 {
96 regulator-name = "rt5190a-buck1";
97 regulator-min-microvolt = <5090000>;
98 regulator-max-microvolt = <5090000>;
99 regulator-allowed-modes =
100 <RT5190A_OPMODE_AUTO RT5190A_OPMODE_FPWM>;
101 regulator-boot-on;
102 };
103 buck2 {
104 regulator-name = "vcore";
105 regulator-min-microvolt = <600000>;
106 regulator-max-microvolt = <1400000>;
107 regulator-boot-on;
108 };
109 buck3 {
110 regulator-name = "proc";
111 regulator-min-microvolt = <600000>;
112 regulator-max-microvolt = <1400000>;
113 regulator-boot-on;
114 };
115 buck4 {
116 regulator-name = "rt5190a-buck4";
117 regulator-min-microvolt = <850000>;
118 regulator-max-microvolt = <850000>;
119 regulator-allowed-modes =
120 <RT5190A_OPMODE_AUTO RT5190A_OPMODE_FPWM>;
121 regulator-boot-on;
122 };
123 ldo {
124 regulator-name = "rt5190a-ldo";
125 regulator-min-microvolt = <1200000>;
126 regulator-max-microvolt = <1200000>;
127 regulator-boot-on;
128 };
129 };
130 };
131};
132
133&i2c1 {
134 pinctrl-names = "default";
135 pinctrl-0 = <&i2c1_pins>;
136 status = "okay";
137};
138
139&pwm {
140 status = "okay";
141};
142
143&uart0 {
144 status = "okay";
145};
146
147&spi0 {
148 pinctrl-names = "default";
149 pinctrl-0 = <&spi0_flash_pins>;
150 status = "okay";
151
152 spi_nand: spi_nand@0 {
153 #address-cells = <1>;
154 #size-cells = <1>;
155 compatible = "spi-nand";
156 spi-cal-enable;
157 spi-cal-mode = "read-data";
158 spi-cal-datalen = <7>;
159 spi-cal-data = /bits/ 8 <0x53 0x50 0x49 0x4E 0x41 0x4E 0x44>;
160 spi-cal-addrlen = <5>;
161 spi-cal-addr = /bits/ 32 <0x0 0x0 0x0 0x0 0x0>;
162 reg = <0>;
163 spi-max-frequency = <52000000>;
164 spi-tx-buswidth = <4>;
165 spi-rx-buswidth = <4>;
166 };
167};
168
169&spi1 {
170 pinctrl-names = "default";
171 /* pin shared with snfi */
172 pinctrl-0 = <&spic_pins>;
173 status = "disabled";
174};
175
176&pcie0 {
177 pinctrl-names = "default";
178 pinctrl-0 = <&pcie0_pins>;
179 status = "okay";
180};
181
182&pcie1 {
183 pinctrl-names = "default";
184 pinctrl-0 = <&pcie1_pins>;
185 status = "disabled";
186};
187
188&pcie2 {
189 pinctrl-names = "default";
190 pinctrl-0 = <&pcie2_pins>;
191 status = "disabled";
192};
193
194&pcie3 {
195 pinctrl-names = "default";
196 pinctrl-0 = <&pcie3_pins>;
197 status = "okay";
198};
199
200&pio {
developer447cb002023-04-06 17:54:54 +0800201 gbe_led0_pins: gbe-pins {
202 mux {
203 function = "led";
204 groups = "gbe_led0";
205 };
206 };
207
developerb4a8e1f2023-04-28 10:18:42 +0800208 i2p5gbe_led0_pins: 2p5gbe-pins {
209 mux {
210 function = "led";
211 groups = "2p5gbe_led0";
212 };
213 };
214
developerc54ce9d2023-01-03 13:30:49 +0800215 i2c0_pins: i2c0-pins-g0 {
216 mux {
217 function = "i2c";
218 groups = "i2c0_1";
219 };
220 };
221
222 i2c1_pins: i2c1-pins-g0 {
223 mux {
224 function = "i2c";
225 groups = "i2c1_0";
226 };
227 };
228
229 pcie0_pins: pcie0-pins {
230 mux {
231 function = "pcie";
232 groups = "pcie_2l_0_pereset", "pcie_clk_req_n0_0",
233 "pcie_wake_n0_0";
234 };
235 };
236
237 pcie1_pins: pcie1-pins {
238 mux {
239 function = "pcie";
240 groups = "pcie_2l_1_pereset", "pcie_clk_req_n1",
241 "pcie_wake_n1_0";
242 };
243 };
244
245 pcie2_pins: pcie2-pins {
246 mux {
247 function = "pcie";
248 groups = "pcie_1l_0_pereset", "pcie_clk_req_n2_0",
249 "pcie_wake_n2_0";
250 };
251 };
252
253 pcie3_pins: pcie3-pins {
254 mux {
255 function = "pcie";
256 groups = "pcie_1l_1_pereset", "pcie_clk_req_n3",
257 "pcie_wake_n3_0";
258 };
259 };
260
261 spi0_flash_pins: spi0-pins {
262 mux {
263 function = "spi";
264 groups = "spi0", "spi0_wp_hold";
265 };
266 };
267
268 spic_pins: spi1-pins {
269 mux {
270 function = "spi";
developer1ceb26a2023-02-16 15:43:43 +0800271 groups = "spi1";
developerc54ce9d2023-01-03 13:30:49 +0800272 };
273 };
274};
275
276&watchdog {
277 status = "disabled";
278};
279
280&eth {
281 status = "okay";
282
283 gmac0: mac@0 {
284 compatible = "mediatek,eth-mac";
285 reg = <0>;
286 mac-type = "xgdm";
287 phy-mode = "10gbase-kr";
288
289 fixed-link {
developerf0145c92023-03-23 23:16:17 +0800290 speed = <10000>;
developerc54ce9d2023-01-03 13:30:49 +0800291 full-duplex;
292 pause;
293 };
294 };
295
296 gmac1: mac@1 {
297 compatible = "mediatek,eth-mac";
298 reg = <1>;
developerb4a8e1f2023-04-28 10:18:42 +0800299 mac-type = "xgdm";
300 phy-mode = "xgmii";
301 phy-handle = <&phy0>;
302 };
303
304 gmac2: mac@2 {
305 compatible = "mediatek,eth-mac";
306 reg = <2>;
developerc54ce9d2023-01-03 13:30:49 +0800307 mac-type = "gdm";
308 phy-mode = "2500base-x";
developerb4a8e1f2023-04-28 10:18:42 +0800309 phy-handle = <&phy5>;
developerc54ce9d2023-01-03 13:30:49 +0800310 };
311
312 mdio: mdio-bus {
313 #address-cells = <1>;
314 #size-cells = <0>;
315
developerb4a8e1f2023-04-28 10:18:42 +0800316 phy0: ethernet-phy@0 {
317 pinctrl-names = "default";
318 pinctrl-0 = <&i2p5gbe_led0_pins>;
319 reg = <15>;
320 compatible = "ethernet-phy-ieee802.3-c45";
321 phy-mode = "xgmii";
322 };
323
324 phy5: phy@5 {
developerc54ce9d2023-01-03 13:30:49 +0800325 compatible = "ethernet-phy-ieee802.3-c45";
developerb4a8e1f2023-04-28 10:18:42 +0800326 reg = <5>;
327 reset-gpios = <&pio 3 1>;
developerc54ce9d2023-01-03 13:30:49 +0800328 reset-assert-us = <600>;
329 reset-deassert-us = <20000>;
330 };
331
332 switch@0 {
333 compatible = "mediatek,mt7988";
334 reg = <31>;
335 ports {
336 #address-cells = <1>;
337 #size-cells = <0>;
338
339 port@0 {
340 reg = <0>;
341 label = "lan0";
342 phy-mode = "gmii";
343 phy-handle = <&sphy0>;
344 };
345
346 port@1 {
347 reg = <1>;
348 label = "lan1";
349 phy-mode = "gmii";
350 phy-handle = <&sphy1>;
351 };
352
353 port@2 {
354 reg = <2>;
355 label = "lan2";
356 phy-mode = "gmii";
357 phy-handle = <&sphy2>;
358 };
359
360 port@3 {
361 reg = <3>;
362 label = "lan3";
363 phy-mode = "gmii";
364 phy-handle = <&sphy3>;
365 };
366
367 port@6 {
368 reg = <6>;
369 label = "cpu";
370 ethernet = <&gmac0>;
371 phy-mode = "10gbase-kr";
372
373 fixed-link {
374 speed = <10000>;
375 full-duplex;
376 pause;
377 };
378 };
379 };
380
381 mdio {
382 compatible = "mediatek,dsa-slave-mdio";
383 #address-cells = <1>;
384 #size-cells = <0>;
developer941468f2023-04-10 15:21:02 +0800385 pinctrl-names = "default";
386 pinctrl-0 = <&gbe_led0_pins>;
developerc54ce9d2023-01-03 13:30:49 +0800387
388 sphy0: switch_phy0@0 {
389 compatible = "ethernet-phy-id03a2.9481";
390 reg = <0>;
391 phy-mode = "gmii";
392 rext = "efuse";
393 tx_r50 = "efuse";
394 nvmem-cells = <&phy_calibration_p0>;
395 nvmem-cell-names = "phy-cal-data";
396 };
397
398 sphy1: switch_phy1@1 {
399 compatible = "ethernet-phy-id03a2.9481";
400 reg = <1>;
401 phy-mode = "gmii";
402 rext = "efuse";
403 tx_r50 = "efuse";
404 nvmem-cells = <&phy_calibration_p1>;
405 nvmem-cell-names = "phy-cal-data";
406 };
407
408 sphy2: switch_phy2@2 {
409 compatible = "ethernet-phy-id03a2.9481";
410 reg = <2>;
411 phy-mode = "gmii";
412 rext = "efuse";
413 tx_r50 = "efuse";
414 nvmem-cells = <&phy_calibration_p2>;
415 nvmem-cell-names = "phy-cal-data";
416 };
417
418 sphy3: switch_phy3@3 {
419 compatible = "ethernet-phy-id03a2.9481";
420 reg = <3>;
421 phy-mode = "gmii";
422 rext = "efuse";
423 tx_r50 = "efuse";
424 nvmem-cells = <&phy_calibration_p3>;
425 nvmem-cell-names = "phy-cal-data";
426 };
427 };
428 };
429 };
430};
431
432&hnat {
433 mtketh-wan = "eth1";
434 mtketh-lan = "lan";
435 mtketh-lan2 = "eth2";
436 mtketh-max-gmac = <3>;
437 status = "okay";
438};