Lines Matching +full:gpio1 +full:- +full:output +full:- +full:enable
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Laxman Dewangan <ldewangan@nvidia.com>
13 The TPS6236x are a family of step down dc-dc converter with
15 up to 3A peak load current, and an output voltage range of
22 - $ref: regulator.yaml#
27 - ti,tps62360
28 - ti,tps62361
29 - ti,tps62362
30 - ti,tps62363
35 ti,vsel0-gpio:
42 ti,vsel1-gpio:
49 ti,enable-vout-discharge:
50 description: Enable output discharge.
53 ti,enable-pull-down:
54 description: Enable pull down.
57 ti,vsel0-state-high:
63 ti,vsel1-state-high:
70 - compatible
71 - reg
76 - |
77 #include <dt-bindings/gpio/gpio.h>
79 #address-cells = <1>;
80 #size-cells = <0>;
85 regulator-name = "tps62361-vout";
86 regulator-min-microvolt = <500000>;
87 regulator-max-microvolt = <1500000>;
88 regulator-boot-on;
89 ti,vsel0-gpio = <&gpio1 16 GPIO_ACTIVE_HIGH>;
90 ti,vsel1-gpio = <&gpio1 17 GPIO_ACTIVE_HIGH>;
91 ti,vsel0-state-high;
92 ti,vsel1-state-high;
93 ti,enable-pull-down;
94 ti,enable-vout-discharge;