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#
19 - $ref: ../input.yaml#
27 - zinitix,bt402
28 - zinitix,bt403
29 - zinitix,bt404
30 - zinitix,bt412
31 - zinitix,bt413
32 - zinitix,bt431
33 - zinitix,bt432
34 - zinitix,bt531
35 - zinitix,bt532
36 - zinitix,bt538
37 - zinitix,bt541
38 - zinitix,bt548
39 - zinitix,bt554
40 - zinitix,at100
45 clock-frequency:
55 vcca-supply:
56 description: Analog power supply regulator on the VCCA pin
58 vdd-supply:
59 description: Digital power supply regulator on the VDD pin.
61 supply on the VCCA pin, and in that case the deprecated vddo-supply is
62 used for the digital power supply.
64 vddo-supply:
65 description: Deprecated name for the digital power supply, use vdd-supply
66 as this reflects the real name of the pin. If this supply is present,
67 the vdd-supply represents VCCA instead of VDD. Implementers should first
68 check for this property, and if it is present assume that the vdd-supply
69 represents the analog supply.
72 reset-gpios:
86 touch-keys that can be present in some touchscreen configurations.
87 If the touch-keys are enabled, controller firmware will assign some
92 touchscreen-size-x: true
93 touchscreen-size-y: true
94 touchscreen-fuzz-x: true
95 touchscreen-fuzz-y: true
100 - compatible
101 - reg
102 - interrupts
103 - touchscreen-size-x
104 - touchscreen-size-y
107 - |
108 #include <dt-bindings/interrupt-controller/irq.h>
109 #include <dt-bindings/gpio/gpio.h>
111 #address-cells = <1>;
112 #size-cells = <0>;
117 interrupt-parent = <&gpio>;
119 vcca-supply = <®_vcca_tsp>;
120 vdd-supply = <®_vdd_tsp>;
121 touchscreen-size-x = <540>;
122 touchscreen-size-y = <960>;