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: pcie0-refclk {
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 pinctrl-names = "default";
48 pinctrl-0 = <&pinctrl_reg_usb2_en>;
49 compatible = "regulator-fixed";
50 regulator-name = "usb2_vbus";
51 gpio = <&gpio4 12 GPIO_ACTIVE_HIGH>;
52 enable-active-high;
53 regulator-min-microvolt = <5000000>;
54 regulator-max-microvolt = <5000000>;
57 reg_usdhc2_vmmc: regulator-usdhc2 {
58 pinctrl-names = "default";
59 pinctrl-0 = <&pinctrl_reg_usdhc2_vmmc>;
60 compatible = "regulator-fixed";
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 clock-frequency = <400000>;
103 pinctrl-names = "default";
104 pinctrl-0 = <&pinctrl_i2c2>;
110 pinctrl-names = "default";
111 pinctrl-0 = <&pinctrl_accel>;
112 interrupt-parent = <&gpio5>;
114 st,drdy-int-pin = <1>;
124 /* off-board header */
126 clock-frequency = <400000>;
127 pinctrl-names = "default";
128 pinctrl-0 = <&pinctrl_i2c3>;
133 fsl,refclk-pad-mode = <IMX8_PCIE_REFCLK_PAD_INPUT>;
134 fsl,clkreq-unsupported;
136 clock-names = "ref";
141 pinctrl-names = "default";
142 pinctrl-0 = <&pinctrl_pcie0>;
143 reset-gpio = <&gpio4 29 GPIO_ACTIVE_LOW>;
149 pinctrl-names = "default";
150 pinctrl-0 = <&pinctrl_uart1>;
154 /* USB1 - Type C front panel SINK port J14 */
168 /* USB2 4-port USB3.0 HUB:
169 * P1 - USBC connector (host only)
170 * P2 - USB2 test connector
171 * P3 - miniPCIe full card
172 * P4 - miniPCIe half card
175 vbus-supply = <&reg_usb2_vbus>;
180 fsl,permanently-attached;
181 fsl,disable-port-power-control;
192 pinctrl-names = "default", "state_100mhz", "state_200mhz";
193 pinctrl-0 = <&pinctrl_usdhc2>, <&pinctrl_usdhc2_gpio>;
194 pinctrl-1 = <&pinctrl_usdhc2_100mhz>, <&pinctrl_usdhc2_gpio>;
195 pinctrl-2 = <&pinctrl_usdhc2_200mhz>, <&pinctrl_usdhc2_gpio>;
196 cd-gpios = <&gpio2 12 GPIO_ACTIVE_LOW>;
197 vmmc-supply = <&reg_usdhc2_vmmc>;
198 bus-width = <4>;
203 pinctrl-names = "default";
204 pinctrl-0 = <&pinctrl_hog>;
296 pinctrl_usdhc2_100mhz: usdhc2-100mhzgrp {
308 pinctrl_usdhc2_200mhz: usdhc2-200mhzgrp {