Lines Matching +full:disable +full:- +full:over +full:- +full:current
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
3 * Copyright 2018-2022 Toradex
8 stdout-path = "serial0:115200n8";
11 gpio-keys {
12 compatible = "gpio-keys";
13 pinctrl-names = "default";
14 pinctrl-0 = <&pinctrl_snvs_gpiokeys>;
17 label = "Wake-Up";
20 debounce-interval = <10>;
21 wakeup-source;
25 reg_3v3: regulator-3v3 {
26 compatible = "regulator-fixed";
27 regulator-name = "3.3V";
28 regulator-min-microvolt = <3300000>;
29 regulator-max-microvolt = <3300000>;
32 reg_5v0: regulator-5v0 {
33 compatible = "regulator-fixed";
34 regulator-name = "5V";
35 regulator-min-microvolt = <5000000>;
36 regulator-max-microvolt = <5000000>;
39 reg_usbh_vbus: regulator-usbh-vbus {
40 compatible = "regulator-fixed";
41 pinctrl-names = "default";
42 pinctrl-0 = <&pinctrl_usbh_reg>;
43 regulator-name = "VCC_USB[1-4]";
44 regulator-min-microvolt = <5000000>;
45 regulator-max-microvolt = <5000000>;
47 vin-supply = <®_5v0>;
62 uart25_tx_on-hog {
63 gpio-hog;
65 output-high;
70 uart1_tx_on-hog {
71 gpio-hog;
73 output-high;
120 disable-over-current;
121 vbus-supply = <®_usbh_vbus>;
126 disable-over-current;
127 vbus-supply = <®_usbh_vbus>;
132 vmmc-supply = <®_3v3>;