Lines Matching +full:buck1 +full:- +full:supply

1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/regulator/richtek,rt5190a-regulator.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - ChiYuan Huang <cy_huang@richtek.com>
23 - richtek,rt5190a
31 vin2-supply:
34 vin3-supply:
37 vin4-supply:
40 vinldo-supply:
43 richtek,mute-enable:
57 "^buck[1-4]$|^ldo$":
61 regulator description for buck1 to buck4, and ldo.
64 regulator-allowed-modes:
66 buck operating mode, only buck1/4 support mode operating.
72 richtek,latchup-enable:
83 - compatible
84 - reg
85 - regulators
90 - |
91 #include <dt-bindings/interrupt-controller/irq.h>
92 #include <dt-bindings/regulator/richtek,rt5190a-regulator.h>
95 #address-cells = <1>;
96 #size-cells = <0>;
101 interrupts-extended = <&gpio26 0 IRQ_TYPE_LEVEL_LOW>;
102 vin2-supply = <&rt5190_buck1>;
103 vin3-supply = <&rt5190_buck1>;
104 vin4-supply = <&rt5190_buck1>;
107 rt5190_buck1: buck1 {
108 regulator-name = "rt5190a-buck1";
109 regulator-min-microvolt = <5090000>;
110 regulator-max-microvolt = <5090000>;
111 regulator-allowed-modes = <RT5190A_OPMODE_AUTO RT5190A_OPMODE_FPWM>;
112 regulator-boot-on;
115 regulator-name = "rt5190a-buck2";
116 regulator-min-microvolt = <600000>;
117 regulator-max-microvolt = <1400000>;
118 regulator-boot-on;
121 regulator-name = "rt5190a-buck3";
122 regulator-min-microvolt = <600000>;
123 regulator-max-microvolt = <1400000>;
124 regulator-boot-on;
127 regulator-name = "rt5190a-buck4";
128 regulator-min-microvolt = <850000>;
129 regulator-max-microvolt = <850000>;
130 regulator-allowed-modes = <RT5190A_OPMODE_AUTO RT5190A_OPMODE_FPWM>;
131 regulator-boot-on;
134 regulator-name = "rt5190a-ldo";
135 regulator-min-microvolt = <1200000>;
136 regulator-max-microvolt = <1200000>;
137 regulator-boot-on;