Lines Matching +full:touchscreen +full:- +full:inverted +full:- +full:x
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/input/touchscreen/chipone,icn8318.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: ChipOne ICN8318 Touchscreen Controller
10 - Dmitry Torokhov <dmitry.torokhov@gmail.com>
13 - $ref: touchscreen.yaml#
25 wake-gpios:
31 - compatible
32 - reg
33 - interrupts
34 - wake-gpios
35 - touchscreen-size-x
36 - touchscreen-size-y
39 - |
40 #include <dt-bindings/gpio/gpio.h>
41 #include <dt-bindings/interrupt-controller/arm-gic.h>
44 #address-cells = <1>;
45 #size-cells = <0>;
47 touchscreen@40 {
50 interrupt-parent = <&pio>;
52 pinctrl-names = "default";
53 pinctrl-0 = <&ts_wake_pin_p66>;
54 wake-gpios = <&pio 1 3 GPIO_ACTIVE_HIGH>; /* PB3 */
55 touchscreen-size-x = <800>;
56 touchscreen-size-y = <480>;
57 touchscreen-inverted-x;
58 touchscreen-swapped-x-y;