Lines Matching +full:vin2 +full:- +full:supply

1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 /dts-v1/;
8 #include "sun50i-h618-longan-module-3h.dtsi"
10 #include <dt-bindings/gpio/gpio.h>
11 #include <dt-bindings/interrupt-controller/arm-gic.h>
12 #include <dt-bindings/leds/common.h>
16 compatible = "sipeed,longan-pi-3h", "sipeed,longan-module-3h", "allwinner,sun50i-h618";
24 stdout-path = "serial0:115200n8";
28 compatible = "gpio-leds";
30 led-0 {
33 function-enumerator = <0>;
37 led-1 {
40 function-enumerator = <1>;
45 reg_vcc5v: regulator-vcc5v {
46 /* board wide 5V supply directly from the USB-C socket */
47 compatible = "regulator-fixed";
48 regulator-name = "vcc-5v";
49 regulator-min-microvolt = <5000000>;
50 regulator-max-microvolt = <5000000>;
51 regulator-always-on;
54 reg_vcc3v3: regulator-vcc3v3 {
55 compatible = "regulator-fixed";
56 regulator-name = "vcc-3v3";
57 regulator-min-microvolt = <3300000>;
58 regulator-max-microvolt = <3300000>;
59 regulator-always-on;
60 vin-supply = <&reg_vcc5v>;
65 vin1-supply = <&reg_vcc5v>;
66 vin2-supply = <&reg_vcc5v>;
67 vin3-supply = <&reg_vcc5v>;
96 pinctrl-names = "default";
97 pinctrl-0 = <&ext_rgmii_pins>;
98 phy-mode = "rgmii";
99 phy-handle = <&ext_rgmii_phy>;
100 allwinner,rx-delay-ps = <3100>;
101 allwinner,tx-delay-ps = <700>;
102 phy-supply = <&reg_vcc3v3>;
107 ext_rgmii_phy: ethernet-phy@1 {
108 compatible = "ethernet-phy-ieee802.3-c22";
114 bus-width = <4>;
115 cd-gpios = <&pio 5 6 GPIO_ACTIVE_HIGH>; /* PF6 */
116 vmmc-supply = <&reg_vcc3v3>;
126 * PHY0 pins are connected to a USB-C socket, but a role switch
141 usb1_vbus-supply = <&reg_vcc5v>;
142 usb2_vbus-supply = <&reg_vcc5v>;