Lines Matching +full:- +full:5000000
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
3 * Copyright 2017-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>;
58 num-cs = <2>;
59 cs-gpios = <
67 * 134 - AIN5_SCL (no connection)
68 * 127 - Voltage Level Translator OE# signal (IC11 and IC12)
72 * pinctrl-names = "default";
73 * pinctrl-0 = <
78 * &pinctrl_gpio6 - for non-WiFi modules only
83 * pinctrl_gpio_aster: gpio-aster {
133 disable-over-current;
134 vbus-supply = <®_usbh_vbus>;
139 disable-over-current;
140 vbus-supply = <®_usbh_vbus>;
145 vmmc-supply = <®_3v3>;