Lines Matching +full:imx8mp +full:- +full:dwmac +full:- +full:eqos

1 // SPDX-License-Identifier: GPL-2.0
6 /dts-v1/;
8 #include "imx8mp.dtsi"
9 #include <dt-bindings/net/ti-dp83867.h>
18 stdout-path = &uart2;
21 reg_usb0_host_vbus: regulator-usb0-vbus {
22 compatible = "regulator-fixed";
23 regulator-name = "usb0_host_vbus";
24 pinctrl-names = "default";
25 pinctrl-0 = <&pinctrl_usb0_vbus>;
26 regulator-min-microvolt = <5000000>;
27 regulator-max-microvolt = <5000000>;
29 enable-active-high;
32 reg_usb1_host_vbus: regulator-usb1-vbus {
33 compatible = "regulator-fixed";
34 regulator-name = "usb1_host_vbus";
35 pinctrl-names = "default";
36 pinctrl-0 = <&pinctrl_usb1_vbus>;
37 regulator-min-microvolt = <5000000>;
38 regulator-max-microvolt = <5000000>;
40 enable-active-high;
43 reg_usdhc2_vmmc: regulator-usdhc2 {
44 compatible = "regulator-fixed";
45 pinctrl-names = "default";
46 pinctrl-0 = <&pinctrl_usdhc2_vmmc>;
47 regulator-name = "VSD_3V3";
48 regulator-min-microvolt = <3300000>;
49 regulator-max-microvolt = <3300000>;
51 enable-active-high;
52 startup-delay-us = <100>;
53 off-on-delay-us = <12000>;
56 reg_flexcan1_xceiver: regulator-flexcan1 {
57 compatible = "regulator-fixed";
58 regulator-name = "flexcan1-xceiver";
59 regulator-min-microvolt = <3300000>;
60 regulator-max-microvolt = <3300000>;
63 reg_flexcan2_xceiver: regulator-flexcan2 {
64 compatible = "regulator-fixed";
65 regulator-name = "flexcan2-xceiver";
66 regulator-min-microvolt = <3300000>;
67 regulator-max-microvolt = <3300000>;
70 lcd0_backlight: backlight-0 {
71 compatible = "pwm-backlight";
72 pinctrl-names = "default";
73 pinctrl-0 = <&pinctrl_lcd0_backlight>;
75 brightness-levels = <0 255>;
76 num-interpolated-steps = <255>;
77 default-brightness-level = <255>;
78 enable-gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>;
82 lcd1_backlight: backlight-1 {
83 compatible = "pwm-backlight";
84 pinctrl-names = "default";
85 pinctrl-0 = <&pinctrl_lcd1_backlight>;
87 brightness-levels = <0 255>;
88 num-interpolated-steps = <255>;
89 default-brightness-level = <255>;
90 enable-gpios = <&gpio1 6 GPIO_ACTIVE_HIGH>;
95 compatible = "gpio-leds";
96 pinctrl-names = "default";
97 pinctrl-0 = <&pinctrl_leds>;
100 led-sw {
101 label = "sw-led";
103 default-state = "off";
104 linux,default-trigger = "heartbeat";
108 extcon_usb0: extcon-usb0 {
109 compatible = "linux,extcon-usb-gpio";
110 pinctrl-names = "default";
111 pinctrl-0 = <&pinctrl_usb0_extcon>;
112 id-gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>;
117 cpu-supply = <&vcc_arm>;
121 cpu-supply = <&vcc_arm>;
125 cpu-supply = <&vcc_arm>;
129 cpu-supply = <&vcc_arm>;
133 #address-cells = <1>;
134 #size-cells = <0>;
135 pinctrl-names = "default";
136 pinctrl-0 = <&pinctrl_ecspi1>;
137 cs-gpios = <0>, <&gpio2 8 GPIO_ACTIVE_LOW>;
141 #address-cells = <1>;
142 #size-cells = <0>;
143 pinctrl-names = "default";
144 pinctrl-0 = <&pinctrl_ecspi2>;
145 cs-gpios = <0>, <&gpio2 9 GPIO_ACTIVE_LOW>;
148 &eqos {
149 pinctrl-names = "default";
150 pinctrl-0 = <&pinctrl_eqos>;
151 phy-mode = "rgmii-id";
152 phy-handle = <&ethphy0>;
156 compatible = "snps,dwmac-mdio";
157 #address-cells = <1>;
158 #size-cells = <0>;
160 ethphy0: ethernet-phy@1 {
161 compatible = "ethernet-phy-ieee802.3-c22";
163 eee-broken-1000t;
164 reset-gpios = <&tca6424 16 GPIO_ACTIVE_LOW>;
165 reset-assert-us = <1000>;
166 reset-deassert-us = <1000>;
167 ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_25_NS>;
168 ti,tx-internal-delay = <DP83867_RGMIIDCTL_2_25_NS>;
169 ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>;
170 ti,clk-output-sel = <DP83867_CLK_O_SEL_OFF>;
176 pinctrl-names = "default";
177 pinctrl-0 = <&pinctrl_fec>;
178 phy-mode = "rgmii-id";
179 phy-handle = <&ethphy1>;
180 fsl,magic-packet;
184 #address-cells = <1>;
185 #size-cells = <0>;
187 ethphy1: ethernet-phy@1 {
188 compatible = "ethernet-phy-ieee802.3-c22";
190 eee-broken-1000t;
191 reset-gpios = <&tca6424 17 GPIO_ACTIVE_LOW>;
192 reset-assert-us = <1000>;
193 reset-deassert-us = <1000>;
194 ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_25_NS>;
195 ti,tx-internal-delay = <DP83867_RGMIIDCTL_2_25_NS>;
196 ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>;
197 ti,clk-output-sel = <DP83867_CLK_O_SEL_OFF>;
203 pinctrl-names = "default", "gpio";
204 pinctrl-0 = <&pinctrl_i2c1>;
205 pinctrl-1 = <&pinctrl_i2c1_gpio>;
206 scl-gpios = <&gpio5 14 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
207 sda-gpios = <&gpio5 15 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
208 clock-frequency = <400000>;
219 pinctrl-names = "default";
220 pinctrl-0 = <&pinctrl_i2c2>;
221 clock-frequency = <400000>;
226 pinctrl-names = "default";
227 pinctrl-0 = <&pinctrl_i2c3>;
228 clock-frequency = <400000>;
233 pinctrl-names = "default";
234 pinctrl-0 = <&pinctrl_i2c4>;
235 clock-frequency = <400000>;
240 pinctrl-names = "default";
241 pinctrl-0 = <&pinctrl_i2c5>;
242 clock-frequency = <400000>;
247 pinctrl-names = "default", "gpio";
248 pinctrl-0 = <&pinctrl_i2c6>;
249 pinctrl-1 = <&pinctrl_i2c6_gpio>;
250 scl-gpios = <&gpio3 19 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
251 sda-gpios = <&gpio3 20 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
252 clock-frequency = <400000>;
258 pinctrl-names = "default";
259 pinctrl-0 = <&pinctrl_tca6424>;
260 gpio-controller;
261 #gpio-cells = <2>;
262 gpio-line-names = "BOOT_SEL0#", "BOOT_SEL1#", "BOOT_SEL2#",
268 interrupt-parent = <&gpio1>;
270 interrupt-controller;
271 #interrupt-cells = <2>;
277 pinctrl-names = "default";
278 pinctrl-0 = <&pinctrl_lvds_bridge>;
279 enable-gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
286 interrupt-parent = <&tca6424>;
291 regulator-name = "VCC_SOC";
292 regulator-always-on;
293 regulator-min-microvolt = <950000>;
294 regulator-max-microvolt = <950000>;
298 regulator-name = "VCC_DRAM";
299 regulator-always-on;
300 regulator-min-microvolt = <1100000>;
301 regulator-max-microvolt = <1100000>;
305 regulator-name = "VCC_ARM";
306 regulator-always-on;
307 regulator-min-microvolt = <950000>;
308 regulator-max-microvolt = <950000>;
312 regulator-name = "VCC_1V8";
313 regulator-always-on;
314 regulator-min-microvolt = <1800000>;
315 regulator-max-microvolt = <1800000>;
319 regulator-name = "VCC_LDO1_2V5";
320 regulator-always-on;
321 regulator-min-microvolt = <2500000>;
322 regulator-max-microvolt = <2500000>;
326 regulator-name = "VCC_LDO2_1V8";
327 regulator-always-on;
328 regulator-min-microvolt = <1800000>;
329 regulator-max-microvolt = <1800000>;
333 regulator-name = "VCC_ETH_2V5";
334 regulator-always-on;
335 regulator-min-microvolt = <2500000>;
336 regulator-max-microvolt = <2500000>;
340 regulator-name = "VCC_DDR4_2V5";
341 regulator-always-on;
342 regulator-min-microvolt = <2500000>;
343 regulator-max-microvolt = <2500000>;
347 regulator-name = "VCC_LDO5_1V8";
348 regulator-always-on;
349 regulator-min-microvolt = <1800000>;
350 regulator-max-microvolt = <1800000>;
354 regulator-name = "VCC_SNVS_1V8";
355 regulator-always-on;
356 regulator-min-microvolt = <1800000>;
357 regulator-max-microvolt = <1800000>;
361 regulator-name = "VCC_SNVS_3V3";
362 regulator-always-on;
363 regulator-min-microvolt = <3300000>;
364 regulator-max-microvolt = <3300000>;
372 interrupt-parent = <&tca6424>;
376 tmp_sensor: temperature-sensor@71 {
383 pinctrl-names = "default";
384 pinctrl-0 = <&pinctrl_flexcan1>;
385 xceiver-supply = <&reg_flexcan1_xceiver>;
390 pinctrl-names = "default";
391 pinctrl-0 = <&pinctrl_flexcan2>;
392 xceiver-supply = <&reg_flexcan2_xceiver>;
397 pinctrl-names = "default";
398 pinctrl-0 = <&pinctrl_flexspi0>;
402 compatible = "jedec,spi-nor";
404 #address-cells = <1>;
405 #size-cells = <1>;
406 spi-max-frequency = <80000000>;
407 spi-tx-bus-width = <4>;
408 spi-rx-bus-width = <4>;
413 pinctrl-names = "default";
414 pinctrl-0 = <&pinctrl_pwm1>;
419 pinctrl-names = "default";
420 pinctrl-0 = <&pinctrl_pwm2>;
425 pinctrl-names = "default";
426 pinctrl-0 = <&pinctrl_pwm3>;
431 pinctrl-names = "default";
432 pinctrl-0 = <&pinctrl_pwm4>;
441 pinctrl-names = "default";
442 pinctrl-0 = <&pinctrl_uart1>;
447 pinctrl-names = "default";
448 pinctrl-0 = <&pinctrl_uart2>;
449 uart-has-rtscts;
454 pinctrl-names = "default";
455 pinctrl-0 = <&pinctrl_uart3>;
456 uart-has-rtscts;
461 pinctrl-names = "default";
462 pinctrl-0 = <&pinctrl_uart4>;
467 vbus-supply = <&reg_usb0_host_vbus>;
472 vbus-supply = <&reg_usb1_host_vbus>;
486 hnp-disable;
487 srp-disable;
488 adp-disable;
499 assigned-clocks = <&clk IMX8MP_CLK_USDHC2>;
500 assigned-clock-rates = <400000000>;
501 pinctrl-names = "default", "state_100mhz", "state_200mhz";
502 pinctrl-0 = <&pinctrl_usdhc2>, <&pinctrl_usdhc2_gpio>;
503 pinctrl-1 = <&pinctrl_usdhc2_100mhz>, <&pinctrl_usdhc2_gpio>;
504 pinctrl-2 = <&pinctrl_usdhc2_200mhz>, <&pinctrl_usdhc2_gpio>;
505 cd-gpios = <&gpio2 12 GPIO_ACTIVE_LOW>;
506 wp-gpios = <&gpio2 20 GPIO_ACTIVE_HIGH>;
507 bus-width = <4>;
508 vmmc-supply = <&reg_usdhc2_vmmc>;
513 assigned-clocks = <&clk IMX8MP_CLK_USDHC3>;
514 assigned-clock-rates = <400000000>;
515 pinctrl-names = "default", "state_100mhz", "state_200mhz";
516 pinctrl-0 = <&pinctrl_usdhc3>;
517 pinctrl-1 = <&pinctrl_usdhc3_100mhz>;
518 pinctrl-2 = <&pinctrl_usdhc3_200mhz>;
519 bus-width = <8>;
520 non-removable;
525 pinctrl-names = "default";
526 pinctrl-0 = <&pinctrl_wdog>;
527 fsl,ext-reset-output;
657 pinctrl_lcd0_backlight: lcd0-backlightgrp {
662 pinctrl_lcd1_backlight: lcd1-backlightgrp {
672 pinctrl_lvds_bridge: lvds-bridgegrp {
730 pinctrl_usb0_extcon: usb0-extcongrp {
735 pinctrl_usb0_vbus: usb0-vbusgrp {
740 pinctrl_usb1_vbus: usb1-vbusgrp {
745 pinctrl_usdhc2_gpio: usdhc2-gpiogrp {
762 pinctrl_usdhc2_vmmc: usdhc2-vmmcgrp {
767 pinctrl_usdhc2_100mhz: usdhc2-100mhzgrp {
778 pinctrl_usdhc2_200mhz: usdhc2-200mhzgrp {
804 pinctrl_usdhc3_100mhz: usdhc3-100mhzgrp {
819 pinctrl_usdhc3_200mhz: usdhc3-200mhzgrp {