blob: 97ed34a3c5866b7966946afbffdb9e1515041f9c [file] [log] [blame]
Tim Harvey5fe2ef02021-03-02 14:00:20 -08001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright 2020 Gateworks Corporation
4 */
5
6#include <dt-bindings/gpio/gpio.h>
7#include <dt-bindings/leds/common.h>
Marcel Ziswilerca453f22022-07-21 15:27:40 +02008#include <dt-bindings/phy/phy-imx8-pcie.h>
Tim Harvey5fe2ef02021-03-02 14:00:20 -08009
10/ {
11 aliases {
Marcel Ziswilerca453f22022-07-21 15:27:40 +020012 ethernet1 = &eth1;
Tim Harvey5fe2ef02021-03-02 14:00:20 -080013 usb0 = &usbotg1;
14 usb1 = &usbotg2;
15 };
16
17 led-controller {
18 compatible = "gpio-leds";
19 pinctrl-names = "default";
20 pinctrl-0 = <&pinctrl_gpio_leds>;
21
22 led-0 {
23 function = LED_FUNCTION_STATUS;
24 color = <LED_COLOR_ID_GREEN>;
25 gpios = <&gpio5 5 GPIO_ACTIVE_HIGH>;
26 default-state = "on";
27 linux,default-trigger = "heartbeat";
28 };
29
30 led-1 {
31 function = LED_FUNCTION_STATUS;
32 color = <LED_COLOR_ID_RED>;
33 gpios = <&gpio5 4 GPIO_ACTIVE_HIGH>;
34 default-state = "off";
35 };
36 };
37
Marcel Ziswilerca453f22022-07-21 15:27:40 +020038 pcie0_refclk: pcie0-refclk {
39 compatible = "fixed-clock";
40 #clock-cells = <0>;
41 clock-frequency = <100000000>;
42 };
43
Tim Harvey5fe2ef02021-03-02 14:00:20 -080044 pps {
45 compatible = "pps-gpio";
46 pinctrl-names = "default";
47 pinctrl-0 = <&pinctrl_pps>;
48 gpios = <&gpio1 15 GPIO_ACTIVE_HIGH>;
49 status = "okay";
50 };
51
52 reg_3p3v: regulator-3p3v {
53 compatible = "regulator-fixed";
54 regulator-name = "3P3V";
55 regulator-min-microvolt = <3300000>;
56 regulator-max-microvolt = <3300000>;
57 regulator-always-on;
58 };
59
60 reg_usb_otg1_vbus: regulator-usb-otg1 {
61 pinctrl-names = "default";
62 pinctrl-0 = <&pinctrl_reg_usb1_en>;
63 compatible = "regulator-fixed";
64 regulator-name = "usb_otg1_vbus";
65 gpio = <&gpio1 12 GPIO_ACTIVE_HIGH>;
66 enable-active-high;
67 regulator-min-microvolt = <5000000>;
68 regulator-max-microvolt = <5000000>;
69 };
70
71 reg_usb_otg2_vbus: regulator-usb-otg2 {
72 pinctrl-names = "default";
73 pinctrl-0 = <&pinctrl_reg_usb2_en>;
74 compatible = "regulator-fixed";
75 regulator-name = "usb_otg2_vbus";
76 gpio = <&gpio1 8 GPIO_ACTIVE_HIGH>;
77 enable-active-high;
78 regulator-min-microvolt = <5000000>;
79 regulator-max-microvolt = <5000000>;
80 };
81};
82
83/* off-board header */
84&ecspi2 {
85 pinctrl-names = "default";
86 pinctrl-0 = <&pinctrl_spi2>;
Tim Harvey0f7f6192023-11-27 11:36:58 -080087 cs-gpios = <&gpio5 13 GPIO_ACTIVE_LOW>,
88 <&gpio1 10 GPIO_ACTIVE_LOW>;
Tim Harvey5fe2ef02021-03-02 14:00:20 -080089 status = "okay";
Tim Harvey0f7f6192023-11-27 11:36:58 -080090
91 tpm@1 {
92 compatible = "tcg,tpm_tis-spi";
93 reg = <0x1>;
94 spi-max-frequency = <36000000>;
95 };
Tim Harvey5fe2ef02021-03-02 14:00:20 -080096};
97
Marcel Ziswilerca453f22022-07-21 15:27:40 +020098&gpio1 {
99 gpio-line-names = "rs485_term", "mipi_gpio4", "", "",
100 "", "", "pci_usb_sel", "dio0",
101 "", "dio1", "", "", "", "", "", "",
102 "", "", "", "", "", "", "", "",
103 "", "", "", "", "", "", "", "";
104};
105
106&gpio4 {
107 gpio-line-names = "rs485_en", "mipi_gpio3", "rs485_hd", "mipi_gpio2",
108 "mipi_gpio1", "", "", "pci_wdis#",
109 "", "", "", "", "", "", "", "",
110 "", "", "", "", "", "", "", "",
111 "", "", "", "", "", "", "", "";
112};
113
Tim Harvey5fe2ef02021-03-02 14:00:20 -0800114&i2c2 {
115 clock-frequency = <400000>;
116 pinctrl-names = "default";
117 pinctrl-0 = <&pinctrl_i2c2>;
118 status = "okay";
119
120 accelerometer@19 {
121 pinctrl-names = "default";
122 pinctrl-0 = <&pinctrl_accel>;
123 compatible = "st,lis2de12";
124 reg = <0x19>;
125 st,drdy-int-pin = <1>;
126 interrupt-parent = <&gpio4>;
127 interrupts = <5 IRQ_TYPE_LEVEL_LOW>;
128 interrupt-names = "INT1";
129 };
130};
131
132/* off-board header */
133&i2c3 {
134 clock-frequency = <400000>;
135 pinctrl-names = "default";
136 pinctrl-0 = <&pinctrl_i2c3>;
137 status = "okay";
138};
139
Marcel Ziswilerca453f22022-07-21 15:27:40 +0200140&pcie_phy {
141 fsl,refclk-pad-mode = <IMX8_PCIE_REFCLK_PAD_INPUT>;
142 fsl,clkreq-unsupported;
143 clocks = <&pcie0_refclk>;
144 clock-names = "ref";
145 status = "okay";
146};
147
148&pcie0 {
149 pinctrl-names = "default";
150 pinctrl-0 = <&pinctrl_pcie0>;
151 reset-gpio = <&gpio4 6 GPIO_ACTIVE_LOW>;
152 clocks = <&clk IMX8MM_CLK_PCIE1_ROOT>, <&clk IMX8MM_CLK_PCIE1_AUX>,
153 <&pcie0_refclk>;
154 clock-names = "pcie", "pcie_aux", "pcie_bus";
155 assigned-clocks = <&clk IMX8MM_CLK_PCIE1_AUX>,
156 <&clk IMX8MM_CLK_PCIE1_CTRL>;
157 assigned-clock-rates = <10000000>, <250000000>;
158 assigned-clock-parents = <&clk IMX8MM_SYS_PLL2_50M>,
159 <&clk IMX8MM_SYS_PLL2_250M>;
160 status = "okay";
161
162 pcie@0,0 {
163 reg = <0x0000 0 0 0 0>;
164 #address-cells = <1>;
165 #size-cells = <0>;
166
167 pcie@1,0 {
168 reg = <0x0000 0 0 0 0>;
169 #address-cells = <1>;
170 #size-cells = <0>;
171
172 pcie@2,3 {
173 reg = <0x1800 0 0 0 0>;
174 #address-cells = <1>;
175 #size-cells = <0>;
176
177 eth1: pcie@5,0 {
178 reg = <0x0000 0 0 0 0>;
179 #address-cells = <1>;
180 #size-cells = <0>;
181
182 local-mac-address = [00 00 00 00 00 00];
183 };
184 };
185 };
186 };
187};
188
Tim Harvey5fe2ef02021-03-02 14:00:20 -0800189/* off-board header */
190&sai3 {
191 pinctrl-names = "default";
192 pinctrl-0 = <&pinctrl_sai3>;
193 assigned-clocks = <&clk IMX8MM_CLK_SAI3>;
194 assigned-clock-parents = <&clk IMX8MM_AUDIO_PLL1_OUT>;
195 assigned-clock-rates = <24576000>;
196 status = "okay";
197};
198
199/* GPS */
200&uart1 {
201 pinctrl-names = "default";
202 pinctrl-0 = <&pinctrl_uart1>;
203 status = "okay";
204};
205
206/* off-board header */
207&uart3 {
208 pinctrl-names = "default";
209 pinctrl-0 = <&pinctrl_uart3>;
210 status = "okay";
211};
212
213/* RS232 */
214&uart4 {
215 pinctrl-names = "default";
216 pinctrl-0 = <&pinctrl_uart4>;
217 status = "okay";
218};
219
220&usbotg1 {
221 dr_mode = "otg";
Marcel Ziswilerca453f22022-07-21 15:27:40 +0200222 over-current-active-low;
Tim Harvey5fe2ef02021-03-02 14:00:20 -0800223 vbus-supply = <&reg_usb_otg1_vbus>;
224 status = "okay";
225};
226
227&usbotg2 {
228 dr_mode = "host";
Marcel Ziswilerca453f22022-07-21 15:27:40 +0200229 disable-over-current;
Tim Harvey5fe2ef02021-03-02 14:00:20 -0800230 vbus-supply = <&reg_usb_otg2_vbus>;
231 status = "okay";
232};
233
234/* microSD */
235&usdhc2 {
236 pinctrl-names = "default", "state_100mhz", "state_200mhz";
237 pinctrl-0 = <&pinctrl_usdhc2>, <&pinctrl_usdhc2_gpio>;
238 pinctrl-1 = <&pinctrl_usdhc2_100mhz>, <&pinctrl_usdhc2_gpio>;
239 pinctrl-2 = <&pinctrl_usdhc2_200mhz>, <&pinctrl_usdhc2_gpio>;
240 cd-gpios = <&gpio2 12 GPIO_ACTIVE_LOW>;
241 bus-width = <4>;
242 vmmc-supply = <&reg_3p3v>;
243 status = "okay";
244};
245
246&iomuxc {
247 pinctrl-names = "default";
248 pinctrl-0 = <&pinctrl_hog>;
249
250 pinctrl_hog: hoggrp {
251 fsl,pins = <
252 MX8MM_IOMUXC_SPDIF_TX_GPIO5_IO3 0x40000041 /* PLUG_TEST */
253 MX8MM_IOMUXC_GPIO1_IO06_GPIO1_IO6 0x40000041 /* PCI_USBSEL */
254 MX8MM_IOMUXC_SAI1_RXD5_GPIO4_IO7 0x40000041 /* PCIE_WDIS# */
255 MX8MM_IOMUXC_GPIO1_IO07_GPIO1_IO7 0x40000041 /* DIO0 */
256 MX8MM_IOMUXC_GPIO1_IO09_GPIO1_IO9 0x40000041 /* DIO1 */
257 MX8MM_IOMUXC_GPIO1_IO00_GPIO1_IO0 0x40000104 /* RS485_TERM */
258 MX8MM_IOMUXC_SAI1_RXFS_GPIO4_IO0 0x40000104 /* RS485 */
259 MX8MM_IOMUXC_SAI1_RXD0_GPIO4_IO2 0x40000104 /* RS485_HALF */
260 >;
261 };
262
263 pinctrl_accel: accelgrp {
264 fsl,pins = <
265 MX8MM_IOMUXC_SAI1_RXD3_GPIO4_IO5 0x159
266 >;
267 };
268
269 pinctrl_gpio_leds: gpioledgrp {
270 fsl,pins = <
271 MX8MM_IOMUXC_SPDIF_EXT_CLK_GPIO5_IO5 0x19
272 MX8MM_IOMUXC_SPDIF_RX_GPIO5_IO4 0x19
273 >;
274 };
275
276 pinctrl_i2c3: i2c3grp {
277 fsl,pins = <
278 MX8MM_IOMUXC_I2C3_SCL_I2C3_SCL 0x400001c3
279 MX8MM_IOMUXC_I2C3_SDA_I2C3_SDA 0x400001c3
280 >;
281 };
282
Marcel Ziswilerca453f22022-07-21 15:27:40 +0200283 pinctrl_pcie0: pcie0grp {
284 fsl,pins = <
285 MX8MM_IOMUXC_SAI1_RXD4_GPIO4_IO6 0x41
286 >;
287 };
288
Tim Harvey5fe2ef02021-03-02 14:00:20 -0800289 pinctrl_pps: ppsgrp {
290 fsl,pins = <
291 MX8MM_IOMUXC_GPIO1_IO15_GPIO1_IO15 0x41
292 >;
293 };
294
295 pinctrl_reg_usb1_en: regusb1grp {
296 fsl,pins = <
297 MX8MM_IOMUXC_GPIO1_IO12_GPIO1_IO12 0x41
298 MX8MM_IOMUXC_GPIO1_IO13_USB1_OTG_OC 0x41
299 >;
300 };
301
302 pinctrl_reg_usb2_en: regusb2grp {
303 fsl,pins = <
304 MX8MM_IOMUXC_GPIO1_IO08_GPIO1_IO8 0x41
305 >;
306 };
307
308 pinctrl_sai3: sai3grp {
309 fsl,pins = <
310 MX8MM_IOMUXC_SAI3_TXFS_SAI3_TX_SYNC 0xd6
311 MX8MM_IOMUXC_SAI3_TXC_SAI3_TX_BCLK 0xd6
312 MX8MM_IOMUXC_SAI3_MCLK_SAI3_MCLK 0xd6
313 MX8MM_IOMUXC_SAI3_TXD_SAI3_TX_DATA0 0xd6
314 MX8MM_IOMUXC_SAI3_RXD_SAI3_RX_DATA0 0xd6
315 >;
316 };
317
318 pinctrl_spi2: spi2grp {
319 fsl,pins = <
320 MX8MM_IOMUXC_ECSPI2_SCLK_ECSPI2_SCLK 0xd6
321 MX8MM_IOMUXC_ECSPI2_MOSI_ECSPI2_MOSI 0xd6
Marcel Ziswilerca453f22022-07-21 15:27:40 +0200322 MX8MM_IOMUXC_ECSPI2_MISO_ECSPI2_MISO 0xd6
Tim Harvey5fe2ef02021-03-02 14:00:20 -0800323 MX8MM_IOMUXC_ECSPI2_SS0_GPIO5_IO13 0xd6
Tim Harvey0f7f6192023-11-27 11:36:58 -0800324 MX8MM_IOMUXC_GPIO1_IO10_GPIO1_IO10 0xd6
Tim Harvey5fe2ef02021-03-02 14:00:20 -0800325 >;
326 };
327
328 pinctrl_uart1: uart1grp {
329 fsl,pins = <
330 MX8MM_IOMUXC_UART1_RXD_UART1_DCE_RX 0x140
331 MX8MM_IOMUXC_UART1_TXD_UART1_DCE_TX 0x140
332 >;
333 };
334
335 pinctrl_uart3: uart3grp {
336 fsl,pins = <
337 MX8MM_IOMUXC_UART3_RXD_UART3_DCE_RX 0x140
338 MX8MM_IOMUXC_UART3_TXD_UART3_DCE_TX 0x140
339 >;
340 };
341
342 pinctrl_uart4: uart4grp {
343 fsl,pins = <
344 MX8MM_IOMUXC_UART4_RXD_UART4_DCE_RX 0x140
345 MX8MM_IOMUXC_UART4_TXD_UART4_DCE_TX 0x140
346 >;
347 };
348
349 pinctrl_usdhc1: usdhc1grp {
350 fsl,pins = <
351 MX8MM_IOMUXC_SD1_CLK_USDHC1_CLK 0x190
352 MX8MM_IOMUXC_SD1_CMD_USDHC1_CMD 0x1d0
353 MX8MM_IOMUXC_SD1_DATA0_USDHC1_DATA0 0x1d0
354 MX8MM_IOMUXC_SD1_DATA1_USDHC1_DATA1 0x1d0
355 MX8MM_IOMUXC_SD1_DATA2_USDHC1_DATA2 0x1d0
356 MX8MM_IOMUXC_SD1_DATA3_USDHC1_DATA3 0x1d0
357 >;
358 };
359
360 pinctrl_usdhc2: usdhc2grp {
361 fsl,pins = <
362 MX8MM_IOMUXC_SD2_CLK_USDHC2_CLK 0x190
363 MX8MM_IOMUXC_SD2_CMD_USDHC2_CMD 0x1d0
364 MX8MM_IOMUXC_SD2_DATA0_USDHC2_DATA0 0x1d0
365 MX8MM_IOMUXC_SD2_DATA1_USDHC2_DATA1 0x1d0
366 MX8MM_IOMUXC_SD2_DATA2_USDHC2_DATA2 0x1d0
367 MX8MM_IOMUXC_SD2_DATA3_USDHC2_DATA3 0x1d0
368 >;
369 };
370
371 pinctrl_usdhc2_100mhz: usdhc2-100mhzgrp {
372 fsl,pins = <
373 MX8MM_IOMUXC_SD2_CLK_USDHC2_CLK 0x194
374 MX8MM_IOMUXC_SD2_CMD_USDHC2_CMD 0x1d4
375 MX8MM_IOMUXC_SD2_DATA0_USDHC2_DATA0 0x1d4
376 MX8MM_IOMUXC_SD2_DATA1_USDHC2_DATA1 0x1d4
377 MX8MM_IOMUXC_SD2_DATA2_USDHC2_DATA2 0x1d4
378 MX8MM_IOMUXC_SD2_DATA3_USDHC2_DATA3 0x1d4
379 >;
380 };
381
382 pinctrl_usdhc2_200mhz: usdhc2-200mhzgrp {
383 fsl,pins = <
384 MX8MM_IOMUXC_SD2_CLK_USDHC2_CLK 0x196
385 MX8MM_IOMUXC_SD2_CMD_USDHC2_CMD 0x1d6
386 MX8MM_IOMUXC_SD2_DATA0_USDHC2_DATA0 0x1d6
387 MX8MM_IOMUXC_SD2_DATA1_USDHC2_DATA1 0x1d6
388 MX8MM_IOMUXC_SD2_DATA2_USDHC2_DATA2 0x1d6
389 MX8MM_IOMUXC_SD2_DATA3_USDHC2_DATA3 0x1d6
390 >;
391 };
392
393 pinctrl_usdhc2_gpio: usdhc2gpiogrp {
394 fsl,pins = <
395 MX8MM_IOMUXC_SD2_CD_B_GPIO2_IO12 0x1c4
396 MX8MM_IOMUXC_SD2_RESET_B_USDHC2_RESET_B 0x1d0
397 MX8MM_IOMUXC_GPIO1_IO04_USDHC2_VSELECT 0x1d0
398 >;
399 };
400};