Lines Matching +full:rt5190a +full:- +full:buck3

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#
7 title: Richtek RT5190A PMIC Regulator
10 - ChiYuan Huang <cy_huang@richtek.com>
13 The RT5190A integrates 1 channel buck controller, 3 channels high efficiency
23 - richtek,rt5190a
31 vin2-supply:
34 vin3-supply:
35 description: phandle to buck3 input voltage.
37 vin4-supply:
40 vinldo-supply:
43 richtek,mute-enable:
57 "^buck[1-4]$|^ldo$":
64 regulator-allowed-modes:
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>;
99 compatible = "richtek,rt5190a";
101 interrupts-extended = <&gpio26 0 IRQ_TYPE_LEVEL_LOW>;
102 vin2-supply = <&rt5190_buck1>;
103 vin3-supply = <&rt5190_buck1>;
104 vin4-supply = <&rt5190_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;
120 buck3 {
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;