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

1 // SPDX-License-Identifier: GPL-2.0 OR X11
3 * Copyright 2016-2019 Toradex AG
6 /dts-v1/;
8 #include <dt-bindings/input/input.h>
9 #include "tegra124-apalis.dtsi"
13 compatible = "toradex,apalis-tk1-eval", "toradex,apalis-tk1",
27 stdout-path = "serial0:115200n8";
39 hdmi-supply = <&reg_5v0>;
45 pex-perst-n-hog {
46 gpio-hog;
47 gpios = <TEGRA_GPIO(DD, 1) GPIO_ACTIVE_HIGH>;
48 output-high;
49 line-name = "PEX_PERST_N";
55 /delete-property/ dmas;
56 /delete-property/ dma-names;
80 * GEN1_I2C: I2C1_SDA/SCL on MXM3 pin 209/211 (e.g. RTC on carrier
85 clock-frequency = <400000>;
95 * GEN2_I2C: I2C2_SDA/SCL (DDC) on MXM3 pin 205/207 (e.g. display EDID)
102 * CAM_I2C: I2C3_SDA/SCL (CAM) on MXM3 pin 201/203 (e.g. camera sensor
107 clock-frequency = <400000>;
115 spi-max-frequency = <50000000>;
121 spi-max-frequency = <50000000>;
127 target-5v-supply = <&reg_5v0>;
128 target-12v-supply = <&reg_12v0>;
142 bus-width = <4>;
144 cd-gpios = <&gpio TEGRA_GPIO(V, 3) GPIO_ACTIVE_LOW>;
145 vqmmc-supply = <&vddio_sdmmc1>;
151 bus-width = <4>;
153 cd-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_LOW>;
154 vqmmc-supply = <&vddio_sdmmc3>;
157 /* EHCI instance 0: USB1_DP/N -> USBO1_DP/N */
163 usb-phy@7d000000 {
165 vbus-supply = <&reg_usbo1_vbus>;
168 /* EHCI instance 1: USB2_DP/N -> USBH2_DP/N */
173 usb-phy@7d004000 {
175 vbus-supply = <&reg_usbh_vbus>;
178 /* EHCI instance 2: USB3_DP/N -> USBH4_DP/N */
183 usb-phy@7d008000 {
185 vbus-supply = <&reg_usbh_vbus>;
189 compatible = "pwm-backlight";
190 brightness-levels = <255 231 223 207 191 159 127 0>;
191 default-brightness-level = <6>;
193 enable-gpios = <&gpio TEGRA_GPIO(BB, 5) GPIO_ACTIVE_HIGH>;
194 power-supply = <&reg_3v3>;
198 gpio-keys {
199 compatible = "gpio-keys";
201 key-wakeup {
203 gpios = <&gpio TEGRA_GPIO(DD, 3) GPIO_ACTIVE_LOW>;
205 debounce-interval = <10>;
206 wakeup-source;
210 reg_3v3: regulator-3v3 {
211 compatible = "regulator-fixed";
212 regulator-name = "3.3V_SW";
213 regulator-min-microvolt = <3300000>;
214 regulator-max-microvolt = <3300000>;
217 reg_5v0: regulator-5v0 {
218 compatible = "regulator-fixed";
219 regulator-name = "5V_SW";
220 regulator-min-microvolt = <5000000>;
221 regulator-max-microvolt = <5000000>;
224 reg_12v0: regulator-12v0 {
225 compatible = "regulator-fixed";
226 regulator-name = "12V_SW";
227 regulator-min-microvolt = <12000000>;
228 regulator-max-microvolt = <12000000>;
232 reg_usbo1_vbus: regulator-usbo1-vbus {
233 compatible = "regulator-fixed";
234 regulator-name = "VCC_USBO1";
235 regulator-min-microvolt = <5000000>;
236 regulator-max-microvolt = <5000000>;
238 enable-active-high;
239 vin-supply = <&reg_5v0>;
243 reg_usbh_vbus: regulator-usbh-vbus {
244 compatible = "regulator-fixed";
245 regulator-name = "VCC_USBH(2A|2C|2D|3|4)";
246 regulator-min-microvolt = <5000000>;
247 regulator-max-microvolt = <5000000>;
249 enable-active-high;
250 vin-supply = <&reg_5v0>;