Lines Matching +full:vcc33 +full:- +full:supply
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jiri Kosina <jkosina@suse.com>
14 This touchscreen controller uses the i2c-hid protocol with a reset GPIO.
17 - $ref: /schemas/input/touchscreen/touchscreen.yaml#
22 - ilitek,ili2901
32 reset-gpios:
35 vcc33-supply: true
37 vccio-supply: true
40 - compatible
41 - reg
42 - interrupts
43 - vcc33-supply
48 - |
49 #include <dt-bindings/gpio/gpio.h>
50 #include <dt-bindings/interrupt-controller/irq.h>
53 #address-cells = <1>;
54 #size-cells = <0>;
60 interrupt-parent = <&tlmm>;
63 reset-gpios = <&tlmm 8 GPIO_ACTIVE_LOW>;
64 vcc33-supply = <&pp3300_ts>;