Lines Matching +full:auto +full:- +full:switching
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 RT5739 Step-Down Buck Converter
10 - ChiYuan Huang <cy_huang@richtek.com>
13 The RT5739 is a step-down switching buck converter that can deliver the
19 - $ref: regulator.yaml#
24 - richtek,rt5733
25 - richtek,rt5739
30 enable-gpios:
33 richtek,vsel-active-high:
40 regulator-allowed-modes:
43 0: Auto PFM/PWM mode
49 - compatible
50 - reg
55 - |
56 #include <dt-bindings/gpio/gpio.h>
59 #address-cells = <1>;
60 #size-cells = <0>;
65 enable-gpios = <&gpio26 1 GPIO_ACTIVE_HIGH>;
66 richtek,vsel-active-high;
67 regulator-name = "richtek,rt5739-buck";
68 regulator-min-microvolt = <300000>;
69 regulator-max-microvolt = <1300000>;
70 regulator-allowed-modes = <0 1>;
71 regulator-boot-on;