Lines Matching +full:regulator +full:- +full:fixed

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>
48 reg_ahci_5v: ahci-5v {
49 compatible = "regulator-fixed";
50 regulator-name = "ahci-5v";
51 regulator-min-microvolt = <5000000>;
52 regulator-max-microvolt = <5000000>;
53 regulator-boot-on;
54 enable-active-high;
59 reg_usb0_vbus: usb0-vbus {
60 compatible = "regulator-fixed";
61 regulator-name = "usb0-vbus";
62 regulator-min-microvolt = <5000000>;
63 regulator-max-microvolt = <5000000>;
64 enable-active-high;
69 reg_usb1_vbus: usb1-vbus {
70 compatible = "regulator-fixed";
71 regulator-name = "usb1-vbus";
72 regulator-min-microvolt = <5000000>;
73 regulator-max-microvolt = <5000000>;
74 regulator-boot-on;
75 enable-active-high;
80 reg_usb2_vbus: usb2-vbus {
81 compatible = "regulator-fixed";
82 regulator-name = "usb2-vbus";
83 regulator-min-microvolt = <5000000>;
84 regulator-max-microvolt = <5000000>;
85 regulator-boot-on;
86 enable-active-high;
92 compatible = "regulator-fixed";
93 regulator-name = "vcc3v0";
94 regulator-min-microvolt = <3000000>;
95 regulator-max-microvolt = <3000000>;
99 compatible = "regulator-fixed";
100 regulator-name = "vcc3v3";
101 regulator-min-microvolt = <3300000>;
102 regulator-max-microvolt = <3300000>;
106 compatible = "regulator-fixed";
107 regulator-name = "vcc5v0";
108 regulator-min-microvolt = <5000000>;
109 regulator-max-microvolt = <5000000>;