Lines Matching +full:scl +full:- +full:gpios
1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
4 #include <dt-bindings/input/input.h>
5 #include "tegra30-apalis.dtsi"
9 compatible = "toradex,apalis_t30-eval", "toradex,apalis_t30",
23 stdout-path = "serial0:115200n8";
46 hdmi-supply = <®_5v0>;
75 * GEN1_I2C: I2C1_SDA/SCL on MXM3 pin 209/211 (e.g. RTC on carrier
80 clock-frequency = <400000>;
82 pcie-switch@58 {
97 * CAM_I2C: I2C3_SDA/SCL on MXM3 pin 201/203 (e.g. camera sensor on
102 clock-frequency = <400000>;
105 /* DDC: I2C2_SDA/SCL on MXM3 pin 205/207 (e.g. display EDID) */
113 spi-max-frequency = <25000000>;
119 spi-max-frequency = <25000000>;
125 bus-width = <4>;
127 cd-gpios = <&gpio TEGRA_GPIO(CC, 5) GPIO_ACTIVE_LOW>;
128 no-1-8-v;
134 bus-width = <8>;
136 cd-gpios = <&gpio TEGRA_GPIO(V, 3) GPIO_ACTIVE_LOW>;
137 no-1-8-v;
140 /* EHCI instance 0: USB1_DP/N -> USBO1_DP/N */
146 usb-phy@7d000000 {
148 vbus-supply = <®_usbo1_vbus>;
151 /* EHCI instance 1: USB2_DP/N -> USBH2_DP/N */
156 usb-phy@7d004000 {
158 vbus-supply = <®_usbh_vbus>;
161 /* EHCI instance 2: USB3_DP/N -> USBH3_DP/N */
166 usb-phy@7d008000 {
168 vbus-supply = <®_usbh_vbus>;
172 compatible = "pwm-backlight";
173 brightness-levels = <255 231 223 207 191 159 127 0>;
174 default-brightness-level = <6>;
176 enable-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_HIGH>;
177 power-supply = <®_3v3>;
181 gpio-keys {
182 compatible = "gpio-keys";
186 gpios = <&gpio TEGRA_GPIO(V, 1) GPIO_ACTIVE_LOW>;
188 debounce-interval = <10>;
189 wakeup-source;
200 power-supply = <®_3v3>;
203 reg_3v3: regulator-3v3 {
204 compatible = "regulator-fixed";
205 regulator-name = "3.3V_SW";
206 regulator-min-microvolt = <3300000>;
207 regulator-max-microvolt = <3300000>;
210 reg_5v0: regulator-5v0 {
211 compatible = "regulator-fixed";
212 regulator-name = "5V_SW";
213 regulator-min-microvolt = <5000000>;
214 regulator-max-microvolt = <5000000>;
218 reg_usbo1_vbus: regulator-usbo1-vbus {
219 compatible = "regulator-fixed";
220 regulator-name = "VCC_USBO1";
221 regulator-min-microvolt = <5000000>;
222 regulator-max-microvolt = <5000000>;
224 enable-active-high;
225 vin-supply = <®_5v0>;
229 reg_usbh_vbus: regulator-usbh-vbus {
230 compatible = "regulator-fixed";
231 regulator-name = "VCC_USBH(2A|2C|2D|3|4)";
232 regulator-min-microvolt = <5000000>;
233 regulator-max-microvolt = <5000000>;
235 enable-active-high;
236 vin-supply = <®_5v0>;
242 pex-perst-n {
243 gpio-hog;
244 gpios = <TEGRA_GPIO(S, 7) GPIO_ACTIVE_HIGH>;
245 output-high;
246 line-name = "PEX_PERST_N";