Lines Matching +full:rt4803 +full:- +full:regulator
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/regulator/richtek,rt4803.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Richtek RT4803 Boost Regulator
10 - ChiYuan Huang <cy_huang@richtek.com>
13 RT4803 is a boost regulator that's designed to provide the minimum output
20 https://www.richtek.com/assets/product_file/RT4803/DS4803-03.pdf
21 https://www.richtek.com/assets/product_file/RT4803A/DS4803A-06.pdf
24 - $ref: regulator.yaml#
29 - richtek,rt4803
34 richtek,vsel-active-high:
38 regulator-allowed-modes:
47 - compatible
48 - reg
53 - |
55 #address-cells = <1>;
56 #size-cells = <0>;
58 regulator@75 {
59 compatible = "richtek,rt4803";
61 richtek,vsel-active-high;
62 regulator-name = "rt4803-regulator";
63 regulator-min-microvolt = <2850000>;
64 regulator-max-microvolt = <4400000>;
65 regulator-allowed-modes = <1 2>;
66 regulator-always-on;