Lines Matching +full:imx6q +full:- +full:pcie
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
3 * Copyright 2014-2022 Toradex
8 /dts-v1/;
10 #include <dt-bindings/gpio/gpio.h>
11 #include <dt-bindings/input/input.h>
12 #include <dt-bindings/interrupt-controller/irq.h>
13 #include "imx6q.dtsi"
14 #include "imx6qdl-apalis.dtsi"
17 model = "Toradex Apalis iMX6Q/D Module on Ixora Carrier Board V1.2";
18 compatible = "toradex,apalis_imx6q-ixora-v1.2", "toradex,apalis_imx6q",
19 "fsl,imx6q";
30 stdout-path = "serial0:115200n8";
34 compatible = "gpio-leds";
36 pinctrl-names = "default";
37 pinctrl-0 = <&pinctrl_leds_ixora>;
39 led4-green {
44 led4-red {
49 led5-green {
54 led5-red {
60 reg_3v3_vmmc: regulator-3v3-vmmc {
61 compatible = "regulator-fixed";
62 enable-active-high;
64 pinctrl-names = "default";
65 pinctrl-0 = <&pinctrl_enable_3v3_vmmc>;
66 regulator-max-microvolt = <3300000>;
67 regulator-min-microvolt = <3300000>;
68 regulator-name = "3v3_vmmc";
69 startup-delay-us = <100>;
72 reg_can1_supply: regulator-can1-supply {
73 compatible = "regulator-fixed";
74 enable-active-high;
76 pinctrl-names = "default";
77 pinctrl-0 = <&pinctrl_enable_can1_power>;
78 regulator-name = "can1_supply";
79 startup-delay-us = <1000>;
82 reg_can2_supply: regulator-can2-supply {
83 compatible = "regulator-fixed";
84 enable-active-high;
86 pinctrl-names = "default";
87 pinctrl-0 = <&pinctrl_enable_can2_power>;
88 regulator-name = "can2_supply";
89 startup-delay-us = <1000>;
94 xceiver-supply = <®_can1_supply>;
99 xceiver-supply = <®_can2_supply>;
104 pinctrl-names = "default";
105 pinctrl-0 = <&pinctrl_uart24_forceoff>;
108 * uart-2-4-on-x21-enable-hog enables the UART transceiver for Apalis
110 * the GPIO to output-low, if one wants to control the transceiver
113 uart-2-4-on-x21-enable-hog {
114 gpio-hog;
116 output-high;
145 &pcie {
146 pinctrl-names = "default";
147 pinctrl-0 = <&pinctrl_reset_moci>;
148 /* active-high meaning opposite of regular PERST# active-low polarity */
149 reset-gpio = <&gpio1 28 GPIO_ACTIVE_HIGH>;
150 reset-gpio-active-high;
207 disable-over-current;
208 vbus-supply = <®_usb_host_vbus>;
213 disable-over-current;
214 vbus-supply = <®_usb_otg_vbus>;
220 pinctrl-names = "default", "sleep";
221 pinctrl-0 = <&pinctrl_usdhc1_4bit &pinctrl_mmc_cd>;
222 pinctrl-1 = <&pinctrl_usdhc1_4bit_sleep &pinctrl_mmc_cd_sleep>;
223 bus-width = <4>;
224 cap-power-off-card;
225 vmmc-supply = <®_3v3_vmmc>;
270 pinctrl_usdhc1_4bit_sleep: usdhc1-4bitslpgrp {