Lines Matching +full:avdd +full:- +full:supply
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/input/cypress-sf.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Yassine Oudjana <y.oudjana@protonmail.com>
13 - $ref: input.yaml#
25 avdd-supply:
26 description: Regulator for AVDD analog voltage
28 vdd-supply:
36 - compatible
37 - reg
38 - interrupts
39 - avdd-supply
40 - vdd-supply
45 - |
46 #include <dt-bindings/input/input.h>
47 #include <dt-bindings/interrupt-controller/irq.h>
49 #address-cells = <1>;
50 #size-cells = <0>;
55 interrupt-parent = <&msmgpio>;
57 avdd-supply = <&vreg_l6a_1p8>;
58 vdd-supply = <&vdd_3v2_tp>;