Lines Matching +full:vsel1 +full:- +full:state +full:- +full:high
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
22 - $ref: regulator.yaml#
27 - ti,tps62360
28 - ti,tps62361
29 - ti,tps62362
30 - ti,tps62363
35 ti,vsel0-gpio:
42 ti,vsel1-gpio:
44 GPIO for controlling VSEL1 line. If this property
46 VSEL1 control.
49 ti,enable-vout-discharge:
53 ti,enable-pull-down:
57 ti,vsel0-state-high:
59 Initial state of VSEL0 input is high. If this property
60 is missing, then assume the state as low.
63 ti,vsel1-state-high:
65 Initial state of VSEL1 input is high. If this property
66 is missing, then assume the state as low.
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;