Lines Matching +full:boost +full:- +full:mode
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
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
15 supports boost and auto bypass mode that depends on the difference between the
16 input and output voltage. If the input is lower than the output, mode will
17 transform to boost mode. Otherwise, turn on bypass switch to enter bypass mode.
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:
40 Available operating mode
47 - compatible
48 - reg
53 - |
55 #address-cells = <1>;
56 #size-cells = <0>;
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;