blob: 16a0a69816a24d3aeac690593d573e3302a11cb0 [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
developerc54ce9d2023-01-03 13:30:49 +0800208 i2c0_pins: i2c0-pins-g0 {
209 mux {
210 function = "i2c";
211 groups = "i2c0_1";
212 };
213 };
214
215 i2c1_pins: i2c1-pins-g0 {
216 mux {
217 function = "i2c";
218 groups = "i2c1_0";
219 };
220 };
221
222 pcie0_pins: pcie0-pins {
223 mux {
224 function = "pcie";
225 groups = "pcie_2l_0_pereset", "pcie_clk_req_n0_0",
226 "pcie_wake_n0_0";
227 };
228 };
229
230 pcie1_pins: pcie1-pins {
231 mux {
232 function = "pcie";
233 groups = "pcie_2l_1_pereset", "pcie_clk_req_n1",
234 "pcie_wake_n1_0";
235 };
236 };
237
238 pcie2_pins: pcie2-pins {
239 mux {
240 function = "pcie";
241 groups = "pcie_1l_0_pereset", "pcie_clk_req_n2_0",
242 "pcie_wake_n2_0";
243 };
244 };
245
246 pcie3_pins: pcie3-pins {
247 mux {
248 function = "pcie";
249 groups = "pcie_1l_1_pereset", "pcie_clk_req_n3",
250 "pcie_wake_n3_0";
251 };
252 };
253
254 spi0_flash_pins: spi0-pins {
255 mux {
256 function = "spi";
257 groups = "spi0", "spi0_wp_hold";
258 };
259 };
260
261 spic_pins: spi1-pins {
262 mux {
263 function = "spi";
developer1ceb26a2023-02-16 15:43:43 +0800264 groups = "spi1";
developerc54ce9d2023-01-03 13:30:49 +0800265 };
266 };
267};
268
269&watchdog {
270 status = "disabled";
271};
272
273&eth {
developer447cb002023-04-06 17:54:54 +0800274 pinctrl-names = "default";
275 pinctrl-0 = <&gbe_led0_pins>;
developerc54ce9d2023-01-03 13:30:49 +0800276 status = "okay";
277
278 gmac0: mac@0 {
279 compatible = "mediatek,eth-mac";
280 reg = <0>;
281 mac-type = "xgdm";
282 phy-mode = "10gbase-kr";
283
284 fixed-link {
developerf0145c92023-03-23 23:16:17 +0800285 speed = <10000>;
developerc54ce9d2023-01-03 13:30:49 +0800286 full-duplex;
287 pause;
288 };
289 };
290
291 gmac1: mac@1 {
292 compatible = "mediatek,eth-mac";
293 reg = <1>;
294 mac-type = "gdm";
295 phy-mode = "2500base-x";
296 phy-handle = <&phy13>;
297 };
298
299 mdio: mdio-bus {
300 #address-cells = <1>;
301 #size-cells = <0>;
302
303 phy13: phy@13 {
304 compatible = "ethernet-phy-ieee802.3-c45";
305 reg = <13>;
306 reset-gpios = <&pio 1 1>;
307 reset-assert-us = <600>;
308 reset-deassert-us = <20000>;
309 };
310
311 switch@0 {
312 compatible = "mediatek,mt7988";
313 reg = <31>;
314 ports {
315 #address-cells = <1>;
316 #size-cells = <0>;
317
318 port@0 {
319 reg = <0>;
320 label = "lan0";
321 phy-mode = "gmii";
322 phy-handle = <&sphy0>;
323 };
324
325 port@1 {
326 reg = <1>;
327 label = "lan1";
328 phy-mode = "gmii";
329 phy-handle = <&sphy1>;
330 };
331
332 port@2 {
333 reg = <2>;
334 label = "lan2";
335 phy-mode = "gmii";
336 phy-handle = <&sphy2>;
337 };
338
339 port@3 {
340 reg = <3>;
341 label = "lan3";
342 phy-mode = "gmii";
343 phy-handle = <&sphy3>;
344 };
345
346 port@6 {
347 reg = <6>;
348 label = "cpu";
349 ethernet = <&gmac0>;
350 phy-mode = "10gbase-kr";
351
352 fixed-link {
353 speed = <10000>;
354 full-duplex;
355 pause;
356 };
357 };
358 };
359
360 mdio {
361 compatible = "mediatek,dsa-slave-mdio";
362 #address-cells = <1>;
363 #size-cells = <0>;
364
365 sphy0: switch_phy0@0 {
366 compatible = "ethernet-phy-id03a2.9481";
367 reg = <0>;
368 phy-mode = "gmii";
369 rext = "efuse";
370 tx_r50 = "efuse";
371 nvmem-cells = <&phy_calibration_p0>;
372 nvmem-cell-names = "phy-cal-data";
373 };
374
375 sphy1: switch_phy1@1 {
376 compatible = "ethernet-phy-id03a2.9481";
377 reg = <1>;
378 phy-mode = "gmii";
379 rext = "efuse";
380 tx_r50 = "efuse";
381 nvmem-cells = <&phy_calibration_p1>;
382 nvmem-cell-names = "phy-cal-data";
383 };
384
385 sphy2: switch_phy2@2 {
386 compatible = "ethernet-phy-id03a2.9481";
387 reg = <2>;
388 phy-mode = "gmii";
389 rext = "efuse";
390 tx_r50 = "efuse";
391 nvmem-cells = <&phy_calibration_p2>;
392 nvmem-cell-names = "phy-cal-data";
393 };
394
395 sphy3: switch_phy3@3 {
396 compatible = "ethernet-phy-id03a2.9481";
397 reg = <3>;
398 phy-mode = "gmii";
399 rext = "efuse";
400 tx_r50 = "efuse";
401 nvmem-cells = <&phy_calibration_p3>;
402 nvmem-cell-names = "phy-cal-data";
403 };
404 };
405 };
406 };
407};
408
409&hnat {
410 mtketh-wan = "eth1";
411 mtketh-lan = "lan";
412 mtketh-lan2 = "eth2";
413 mtketh-max-gmac = <3>;
414 status = "okay";
415};