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";
13 compatible = "fixed-clock";
14 #clock-cells = <0>;
15 clock-frequency = <16000000>;
18 reg_3v3: regulator-3v3 {
19 compatible = "regulator-fixed";
20 regulator-name = "3.3V";
21 regulator-min-microvolt = <3300000>;
22 regulator-max-microvolt = <3300000>;
25 reg_5v0: regulator-5v0 {
26 compatible = "regulator-fixed";
27 regulator-name = "5V";
28 regulator-min-microvolt = <5000000>;
29 regulator-max-microvolt = <5000000>;
32 reg_usbh_vbus: regulator-usbh-vbus {
33 compatible = "regulator-fixed";
34 pinctrl-names = "default";
35 pinctrl-0 = <&pinctrl_usbh_reg>;
36 regulator-name = "VCC_USB[1-4]";
37 regulator-min-microvolt = <5000000>;
38 regulator-max-microvolt = <5000000>;
40 vin-supply = <®_5v0>;
53 pinctrl-names = "default";
54 pinctrl-0 = <&pinctrl_can_int>;
57 interrupt-parent = <&gpio2>;
59 spi-max-frequency = <10000000>;
60 vdd-supply = <®_3v3>;
61 xceiver-supply = <®_5v0>;
109 disable-over-current;
110 vbus-supply = <®_usbh_vbus>;
115 disable-over-current;
116 vbus-supply = <®_usbh_vbus>;
121 vmmc-supply = <®_3v3>;