Lines Matching +full:pps +full:- +full:gpio
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 #include <dt-bindings/gpio/gpio.h>
7 #include <dt-bindings/leds/common.h>
8 #include <dt-bindings/phy/phy-imx8-pcie.h>
11 led-controller {
12 compatible = "gpio-leds";
13 pinctrl-names = "default";
14 pinctrl-0 = <&pinctrl_gpio_leds>;
16 led-0 {
20 default-state = "on";
21 linux,default-trigger = "heartbeat";
24 led-1 {
28 default-state = "off";
32 pcie0_refclk: clock-pcie0 {
33 compatible = "fixed-clock";
34 #clock-cells = <0>;
35 clock-frequency = <100000000>;
38 pps {
39 compatible = "pps-gpio";
40 pinctrl-names = "default";
41 pinctrl-0 = <&pinctrl_pps>;
46 reg_usb2_vbus: regulator-usb2-vbus {
47 compatible = "regulator-fixed";
48 pinctrl-names = "default";
49 pinctrl-0 = <&pinctrl_reg_usb2_en>;
50 regulator-name = "usb2_vbus";
51 gpio = <&gpio1 8 GPIO_ACTIVE_HIGH>;
52 enable-active-high;
53 regulator-min-microvolt = <5000000>;
54 regulator-max-microvolt = <5000000>;
57 reg_usdhc2_vmmc: regulator-usdhc2 {
58 compatible = "regulator-fixed";
59 pinctrl-names = "default";
60 pinctrl-0 = <&pinctrl_reg_usdhc2_vmmc>;
61 regulator-name = "SD2_3P3V";
62 regulator-min-microvolt = <3300000>;
63 regulator-max-microvolt = <3300000>;
64 gpio = <&gpio2 19 GPIO_ACTIVE_HIGH>;
65 enable-active-high;
69 /* off-board header */
71 pinctrl-names = "default";
72 pinctrl-0 = <&pinctrl_spi2>;
73 cs-gpios = <&gpio5 13 GPIO_ACTIVE_LOW>;
78 gpio-line-names =
90 gpio-line-names =
102 gpio-line-names =
114 clock-frequency = <400000>;
115 pinctrl-names = "default";
116 pinctrl-0 = <&pinctrl_i2c2>;
122 pinctrl-names = "default";
123 pinctrl-0 = <&pinctrl_accel>;
124 interrupt-parent = <&gpio5>;
126 st,drdy-int-pin = <1>;
136 /* off-board header */
138 clock-frequency = <400000>;
139 pinctrl-names = "default";
140 pinctrl-0 = <&pinctrl_i2c3>;
145 fsl,refclk-pad-mode = <IMX8_PCIE_REFCLK_PAD_INPUT>;
146 fsl,clkreq-unsupported;
148 clock-names = "ref";
153 pinctrl-names = "default";
154 pinctrl-0 = <&pinctrl_pcie0>;
155 reset-gpio = <&gpio4 6 GPIO_ACTIVE_LOW>;
161 pinctrl-names = "default";
162 pinctrl-0 = <&pinctrl_uart1>;
166 /* USB1 - Type C front panel SINK port J14 */
172 /* USB2 4-port USB3.0 HUB:
173 * P1 - USBC connector (host only)
174 * P2 - USB2 test connector
175 * P3 - miniPCIe full card
176 * P4 - miniPCIe half card
180 vbus-supply = <®_usb2_vbus>;
186 pinctrl-names = "default", "state_100mhz", "state_200mhz";
187 pinctrl-0 = <&pinctrl_usdhc2>, <&pinctrl_usdhc2_gpio>;
188 pinctrl-1 = <&pinctrl_usdhc2_100mhz>, <&pinctrl_usdhc2_gpio>;
189 pinctrl-2 = <&pinctrl_usdhc2_200mhz>, <&pinctrl_usdhc2_gpio>;
190 cd-gpios = <&gpio2 12 GPIO_ACTIVE_LOW>;
191 vmmc-supply = <®_usdhc2_vmmc>;
192 bus-width = <4>;
197 pinctrl-names = "default";
198 pinctrl-0 = <&pinctrl_hog>;
290 pinctrl_usdhc2_100mhz: usdhc2-100mhzgrp {
302 pinctrl_usdhc2_200mhz: usdhc2-200mhzgrp {