Lines Matching +full:high +full:- +full:efficiency
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Maxim Integrated MAX20411 Step-Down DC-DC Converter
10 - Bjorn Andersson <andersson@kernel.org>
13 The MAX20411 is a high-efficiency, DC-DC step-down converter. It provides
18 - $ref: regulator.yaml#
27 enable-gpios:
28 description: GPIO connected to the EN pin, active high
30 vdd-supply:
34 - compatible
35 - reg
36 - enable-gpios
41 - |
42 #include <dt-bindings/gpio/gpio.h>
45 #address-cells = <1>;
46 #size-cells = <0>;
52 enable-gpios = <&gpio 2 GPIO_ACTIVE_HIGH>;
54 regulator-min-microvolt = <800000>;
55 regulator-max-microvolt = <1000000>;