Lines Matching +full:usb +full:- +full:vbus +full:- +full:regulator
1 // SPDX-License-Identifier: GPL-2.0 OR MIT
2 /dts-v1/;
4 #include <dt-bindings/input/input.h>
5 #include "tegra30-apalis-v1.1.dtsi"
9 compatible = "toradex,apalis_t30-v1.1-eval", "toradex,apalis_t30-eval",
10 "toradex,apalis_t30-v1.1", "toradex,apalis_t30",
24 stdout-path = "serial0:115200n8";
47 hdmi-supply = <®_5v0>;
53 pex-perst-n-hog {
54 gpio-hog;
56 output-high;
57 line-name = "PEX_PERST_N";
63 /delete-property/ dmas;
64 /delete-property/ dma-names;
93 clock-frequency = <400000>;
110 clock-frequency = <400000>;
121 spi-max-frequency = <25000000>;
127 spi-max-frequency = <25000000>;
133 bus-width = <4>;
135 cd-gpios = <&gpio TEGRA_GPIO(CC, 5) GPIO_ACTIVE_LOW>;
136 no-1-8-v;
142 bus-width = <8>;
144 cd-gpios = <&gpio TEGRA_GPIO(V, 3) GPIO_ACTIVE_LOW>;
145 vqmmc-supply = <®_vddio_sdmmc3>;
148 /* EHCI instance 0: USB1_DP/N -> USBO1_DP/N */
149 usb@7d000000 {
154 usb-phy@7d000000 {
156 vbus-supply = <®_usbo1_vbus>;
159 /* EHCI instance 1: USB2_DP/N -> USBH2_DP/N */
160 usb@7d004000 {
164 usb-phy@7d004000 {
166 vbus-supply = <®_usbh_vbus>;
169 /* EHCI instance 2: USB3_DP/N -> USBH3_DP/N */
170 usb@7d008000 {
174 usb-phy@7d008000 {
176 vbus-supply = <®_usbh_vbus>;
180 compatible = "pwm-backlight";
181 brightness-levels = <255 231 223 207 191 159 127 0>;
182 default-brightness-level = <6>;
184 enable-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_HIGH>;
185 power-supply = <®_3v3>;
189 gpio-keys {
190 compatible = "gpio-keys";
192 key-wakeup {
196 debounce-interval = <10>;
197 wakeup-source;
208 power-supply = <®_3v3>;
211 reg_3v3: regulator-3v3 {
212 compatible = "regulator-fixed";
213 regulator-name = "3.3V_SW";
214 regulator-min-microvolt = <3300000>;
215 regulator-max-microvolt = <3300000>;
218 reg_5v0: regulator-5v0 {
219 compatible = "regulator-fixed";
220 regulator-name = "5V_SW";
221 regulator-min-microvolt = <5000000>;
222 regulator-max-microvolt = <5000000>;
226 reg_usbo1_vbus: regulator-usbo1-vbus {
227 compatible = "regulator-fixed";
228 regulator-name = "VCC_USBO1";
229 regulator-min-microvolt = <5000000>;
230 regulator-max-microvolt = <5000000>;
232 enable-active-high;
233 vin-supply = <®_5v0>;
237 reg_usbh_vbus: regulator-usbh-vbus {
238 compatible = "regulator-fixed";
239 regulator-name = "VCC_USBH(2A|2C|2D|3|4)";
240 regulator-min-microvolt = <5000000>;
241 regulator-max-microvolt = <5000000>;
243 enable-active-high;
244 vin-supply = <®_5v0>;
251 reg_vddio_sdmmc3: regulator-vddio-sdmmc3 {
252 compatible = "regulator-gpio";
253 regulator-name = "VDDIO_SDMMC3";
254 regulator-min-microvolt = <1800000>;
255 regulator-max-microvolt = <3300000>;
256 regulator-type = "voltage";
260 startup-delay-us = <100000>;
261 vin-supply = <&vddio_sdmmc_1v8_reg>;