Lines Matching +full:ahci +full:- +full:supply

2  * sunxi boards common regulator (ahci target power supply, usb-vbus) code
4 * Copyright 2014 - Hans de Goede <hdegoede@redhat.com>
6 * This file is dual-licensed: you can use it either under the terms
45 #include <dt-bindings/gpio/gpio.h>
46 #include <dt-bindings/pinctrl/sun4i-a10.h>
79 reg_ahci_5v: ahci-5v {
80 compatible = "regulator-fixed";
81 pinctrl-names = "default";
82 pinctrl-0 = <&ahci_pwr_pin_a>;
83 regulator-name = "ahci-5v";
84 regulator-min-microvolt = <5000000>;
85 regulator-max-microvolt = <5000000>;
86 regulator-boot-on;
87 enable-active-high;
92 reg_usb0_vbus: usb0-vbus {
93 compatible = "regulator-fixed";
94 pinctrl-names = "default";
95 pinctrl-0 = <&usb0_vbus_pin_a>;
96 regulator-name = "usb0-vbus";
97 regulator-min-microvolt = <5000000>;
98 regulator-max-microvolt = <5000000>;
99 enable-active-high;
104 reg_usb1_vbus: usb1-vbus {
105 compatible = "regulator-fixed";
106 pinctrl-names = "default";
107 pinctrl-0 = <&usb1_vbus_pin_a>;
108 regulator-name = "usb1-vbus";
109 regulator-min-microvolt = <5000000>;
110 regulator-max-microvolt = <5000000>;
111 regulator-boot-on;
112 enable-active-high;
117 reg_usb2_vbus: usb2-vbus {
118 compatible = "regulator-fixed";
119 pinctrl-names = "default";
120 pinctrl-0 = <&usb2_vbus_pin_a>;
121 regulator-name = "usb2-vbus";
122 regulator-min-microvolt = <5000000>;
123 regulator-max-microvolt = <5000000>;
124 regulator-boot-on;
125 enable-active-high;
131 compatible = "regulator-fixed";
132 regulator-name = "vcc3v0";
133 regulator-min-microvolt = <3000000>;
134 regulator-max-microvolt = <3000000>;
138 compatible = "regulator-fixed";
139 regulator-name = "vcc3v3";
140 regulator-min-microvolt = <3300000>;
141 regulator-max-microvolt = <3300000>;
145 compatible = "regulator-fixed";
146 regulator-name = "vcc5v0";
147 regulator-min-microvolt = <5000000>;
148 regulator-max-microvolt = <5000000>;