Lines Matching +full:scl +full:- +full:gpios

1 // SPDX-License-Identifier: GPL-2.0 OR MIT
3 * Copyright 2016-2018 Toradex AG
6 /dts-v1/;
8 #include <dt-bindings/input/input.h>
9 #include "tegra124-apalis-v1.2.dtsi"
13 compatible = "toradex,apalis-tk1-v1.2-eval", "toradex,apalis-tk1-eval",
14 "toradex,apalis-tk1-v1.2", "toradex,apalis-tk1",
28 stdout-path = "serial0:115200n8";
40 hdmi-supply = <&reg_5v0>;
69 * GEN1_I2C: I2C1_SDA/SCL on MXM3 pin 209/211 (e.g. RTC on carrier
74 clock-frequency = <400000>;
76 pcie-switch@58 {
91 * CAM_I2C: I2C3_SDA/SCL (CAM) on MXM3 pin 201/203 (e.g. camera sensor
96 clock-frequency = <400000>;
100 * I2C4 (DDC): I2C4_SDA/SCL (DDC) on MXM3 pin 205/207
110 spi-max-frequency = <50000000>;
116 spi-max-frequency = <50000000>;
122 target-5v-supply = <&reg_5v0>;
123 target-12v-supply = <&reg_12v0>;
137 bus-width = <4>;
139 cd-gpios = <&gpio TEGRA_GPIO(V, 3) GPIO_ACTIVE_LOW>;
140 vqmmc-supply = <&vddio_sdmmc1>;
146 bus-width = <4>;
148 cd-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_LOW>;
149 vqmmc-supply = <&vddio_sdmmc3>;
152 /* EHCI instance 0: USB1_DP/N -> USBO1_DP/N */
158 usb-phy@7d000000 {
160 vbus-supply = <&reg_usbo1_vbus>;
163 /* EHCI instance 1: USB2_DP/N -> USBH2_DP/N */
168 usb-phy@7d004000 {
170 vbus-supply = <&reg_usbh_vbus>;
173 /* EHCI instance 2: USB3_DP/N -> USBH4_DP/N */
178 usb-phy@7d008000 {
180 vbus-supply = <&reg_usbh_vbus>;
184 compatible = "pwm-backlight";
185 brightness-levels = <255 231 223 207 191 159 127 0>;
186 default-brightness-level = <6>;
188 enable-gpios = <&gpio TEGRA_GPIO(BB, 5) GPIO_ACTIVE_HIGH>;
189 power-supply = <&reg_3v3>;
193 gpio-keys {
194 compatible = "gpio-keys";
196 key-wakeup {
198 gpios = <&gpio TEGRA_GPIO(DD, 3) GPIO_ACTIVE_LOW>;
200 debounce-interval = <10>;
201 wakeup-source;
205 reg_3v3: regulator-3v3 {
206 compatible = "regulator-fixed";
207 regulator-name = "3.3V_SW";
208 regulator-min-microvolt = <3300000>;
209 regulator-max-microvolt = <3300000>;
212 reg_5v0: regulator-5v0 {
213 compatible = "regulator-fixed";
214 regulator-name = "5V_SW";
215 regulator-min-microvolt = <5000000>;
216 regulator-max-microvolt = <5000000>;
219 reg_12v0: regulator-12v0 {
220 compatible = "regulator-fixed";
221 regulator-name = "12V_SW";
222 regulator-min-microvolt = <12000000>;
223 regulator-max-microvolt = <12000000>;
227 reg_usbo1_vbus: regulator-usbo1-vbus {
228 compatible = "regulator-fixed";
229 regulator-name = "VCC_USBO1";
230 regulator-min-microvolt = <5000000>;
231 regulator-max-microvolt = <5000000>;
233 enable-active-high;
234 vin-supply = <&reg_5v0>;
238 reg_usbh_vbus: regulator-usbh-vbus {
239 compatible = "regulator-fixed";
240 regulator-name = "VCC_USBH(2A|2C|2D|3|4)";
241 regulator-min-microvolt = <5000000>;
242 regulator-max-microvolt = <5000000>;
244 enable-active-high;
245 vin-supply = <&reg_5v0>;
251 pex-perst-n-hog {
252 gpio-hog;
253 gpios = <TEGRA_GPIO(DD, 1) GPIO_ACTIVE_HIGH>;
254 output-high;
255 line-name = "PEX_PERST_N";