Lines Matching +full:usb0_vbus +full:- +full:supply

1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
3 * Copyright (C) 2014 Antoine Ténart <antoine.tenart@free-electrons.com>
6 /dts-v1/;
8 #include <dt-bindings/gpio/gpio.h>
12 model = "Marvell BG2-Q DMP";
13 compatible = "marvell,berlin2q-dmp", "marvell,berlin2q", "marvell,berlin";
22 stdout-path = "serial0:115200n8";
26 compatible = "simple-bus";
27 #address-cells = <1>;
28 #size-cells = <0>;
31 compatible = "regulator-fixed";
32 regulator-name = "usb0_vbus";
33 regulator-min-microvolt = <5000000>;
34 regulator-max-microvolt = <5000000>;
36 enable-active-high;
40 compatible = "regulator-fixed";
41 regulator-name = "usb1_vbus";
42 regulator-min-microvolt = <5000000>;
43 regulator-max-microvolt = <5000000>;
45 enable-active-high;
49 compatible = "regulator-fixed";
50 regulator-name = "usb2_vbus";
51 regulator-min-microvolt = <5000000>;
52 regulator-max-microvolt = <5000000>;
54 enable-active-high;
58 compatible = "regulator-fixed";
59 regulator-min-microvolt = <3300000>;
60 regulator-max-microvolt = <3300000>;
61 regulator-name = "sdio1_vmmc";
62 enable-active-high;
63 regulator-boot-on;
68 compatible = "regulator-gpio";
69 regulator-min-microvolt = <1800000>;
70 regulator-max-microvolt = <3300000>;
71 regulator-name = "sdio1_vqmmc";
72 regulator-type = "voltage";
73 enable-active-high;
82 sd1gpio_pmux: sd1pwr-pmux {
89 vmmc-supply = <&reg_sdio1_vmmc>;
90 vqmmc-supply = <&reg_sdio1_vqmmc>;
91 cd-gpios = <&portc 30 GPIO_ACTIVE_LOW>;
92 wp-gpios = <&portd 0 GPIO_ACTIVE_HIGH>;
93 pinctrl-0 = <&sd1gpio_pmux>, <&sd1_pmux>;
94 pinctrl-names = "default";
99 bus-width = <8>;
100 non-removable;
125 vbus-supply = <&reg_usb0_vbus>;
130 vbus-supply = <&reg_usb2_vbus>;