Lines Matching +full:pd +full:- +full:gpios
2 * Copyright 2017 Logic PD, Inc.
5 * This file is dual-licensed: you can use it either under the terms
44 /dts-v1/;
46 #include "imx6qdl-logicpd.dtsi"
49 model = "Logic PD i.MX6QDL SOM";
52 reg_usb_otg_vbus: regulator-otg-vbus@0 {
53 compatible = "regulator-fixed";
54 regulator-name = "usb_otg_vbus";
55 regulator-min-microvolt = <5000000>;
56 regulator-max-microvolt = <5000000>;
58 enable-active-high;
61 reg_usb_h1_vbus: regulator-usbh1vbus@1 {
62 compatible = "regulator-fixed";
63 regulator-name = "usb_h1_vbus";
64 regulator-min-microvolt = <5000000>;
65 regulator-max-microvolt = <5000000>;
66 enable-active-high;
67 regulator-always-on;
71 reg_3v3: regulator-3v3@2 {
72 compatible = "regulator-fixed";
73 regulator-name = "reg_3v3";
74 regulator-min-microvolt = <3300000>;
75 regulator-max-microvolt = <3300000>;
80 pinctrl-names = "default";
81 pinctrl-0 = <&pinctrl_uart3>;
86 pinctrl-names = "default";
87 pinctrl-0 = <&pinctrl_usbh1>;
88 vbus-supply = <®_usb_h1_vbus>;
93 pinctrl-names = "default";
94 pinctrl-0 = <&pinctrl_usbh2>;
96 disable-over-current;
101 vbus-supply = <®_usb_otg_vbus>;
102 pinctrl-names = "default";
103 pinctrl-0 = <&pinctrl_usbotg>;
104 disable-over-current;
109 pinctrl-names = "default";
110 pinctrl-0 = <&pinctrl_enet>;
111 phy-mode = "rmii";
112 phy-speed = <10>;
117 pinctrl-names = "default";
118 pinctrl-0 = <&pinctrl_usdhc2>;
119 cd-gpios = <&gpio1 4 GPIO_ACTIVE_LOW>;
120 no-1-8-v;
121 keep-power-in-suspend;