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>;
52 pex-perst-n-hog {
53 gpio-hog;
54 gpios = <TEGRA_GPIO(S, 7) GPIO_ACTIVE_HIGH>;
55 output-high;
56 line-name = "PEX_PERST_N";
62 /delete-property/ dmas;
63 /delete-property/ dma-names;
87 * GEN1_I2C: I2C1_SDA/SCL on MXM3 pin 209/211 (e.g. RTC on carrier
92 clock-frequency = <400000>;
104 * CAM_I2C: I2C3_SDA/SCL on MXM3 pin 201/203 (e.g. camera sensor on
109 clock-frequency = <400000>;
112 /* DDC: I2C2_SDA/SCL on MXM3 pin 205/207 (e.g. display EDID) */
120 spi-max-frequency = <25000000>;
126 spi-max-frequency = <25000000>;
132 bus-width = <4>;
134 cd-gpios = <&gpio TEGRA_GPIO(CC, 5) GPIO_ACTIVE_LOW>;
135 no-1-8-v;
141 bus-width = <8>;
143 cd-gpios = <&gpio TEGRA_GPIO(V, 3) GPIO_ACTIVE_LOW>;
144 no-1-8-v;
147 /* EHCI instance 0: USB1_DP/N -> USBO1_DP/N */
153 usb-phy@7d000000 {
155 vbus-supply = <®_usbo1_vbus>;
158 /* EHCI instance 1: USB2_DP/N -> USBH2_DP/N */
163 usb-phy@7d004000 {
165 vbus-supply = <®_usbh_vbus>;
168 /* EHCI instance 2: USB3_DP/N -> USBH3_DP/N */
173 usb-phy@7d008000 {
175 vbus-supply = <®_usbh_vbus>;
179 compatible = "pwm-backlight";
180 brightness-levels = <255 231 223 207 191 159 127 0>;
181 default-brightness-level = <6>;
183 enable-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_HIGH>;
184 power-supply = <®_3v3>;
188 gpio-keys {
189 compatible = "gpio-keys";
191 key-wakeup {
193 gpios = <&gpio TEGRA_GPIO(V, 1) GPIO_ACTIVE_LOW>;
195 debounce-interval = <10>;
196 wakeup-source;
207 power-supply = <®_3v3>;
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>;
225 reg_usbo1_vbus: regulator-usbo1-vbus {
226 compatible = "regulator-fixed";
227 regulator-name = "VCC_USBO1";
228 regulator-min-microvolt = <5000000>;
229 regulator-max-microvolt = <5000000>;
231 enable-active-high;
232 vin-supply = <®_5v0>;
236 reg_usbh_vbus: regulator-usbh-vbus {
237 compatible = "regulator-fixed";
238 regulator-name = "VCC_USBH(2A|2C|2D|3|4)";
239 regulator-min-microvolt = <5000000>;
240 regulator-max-microvolt = <5000000>;
242 enable-active-high;
243 vin-supply = <®_5v0>;