Lines Matching +full:vcca +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 are Korea-produced touchscreens with embedded microcontrollers. The
11 BT4xx series was produced 2010-2013 and the BT5xx series 2013-2014.
14 - Michael Srba <Michael.Srba@seznam.cz>
15 - Linus Walleij <linus.walleij@linaro.org>
18 - $ref: touchscreen.yaml#
26 - zinitix,bt402
27 - zinitix,bt403
28 - zinitix,bt404
29 - zinitix,bt412
30 - zinitix,bt413
31 - zinitix,bt431
32 - zinitix,bt432
33 - zinitix,bt531
34 - zinitix,bt532
35 - zinitix,bt538
36 - zinitix,bt541
37 - zinitix,bt548
38 - zinitix,bt554
39 - zinitix,at100
44 clock-frequency:
54 vcca-supply:
55 description: Analog power supply regulator on the VCCA pin
57 vdd-supply:
58 description: Digital power supply regulator on the VDD pin.
60 supply on the VCCA pin, and in that case the deprecated vddo-supply is
61 used for the digital power supply.
63 vddo-supply:
64 description: Deprecated name for the digital power supply, use vdd-supply
65 as this reflects the real name of the pin. If this supply is present,
66 the vdd-supply represents VCCA instead of VDD. Implementers should first
67 check for this property, and if it is present assume that the vdd-supply
68 represents the analog supply.
71 reset-gpios:
82 touchscreen-size-x: true
83 touchscreen-size-y: true
84 touchscreen-fuzz-x: true
85 touchscreen-fuzz-y: true
90 - compatible
91 - reg
92 - interrupts
93 - touchscreen-size-x
94 - touchscreen-size-y
97 - |
98 #include <dt-bindings/interrupt-controller/irq.h>
99 #include <dt-bindings/gpio/gpio.h>
101 #address-cells = <1>;
102 #size-cells = <0>;
107 interrupt-parent = <&gpio>;
109 vcca-supply = <&reg_vcca_tsp>;
110 vdd-supply = <&reg_vdd_tsp>;
111 touchscreen-size-x = <540>;
112 touchscreen-size-y = <960>;