1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/display/panel/olimex,lcd-olinuxino.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Binding for Olimex Ltd. LCD-OLinuXino bridge panel.
10 - Stefan Mavrodiev <stefan@olimex.com>
13 This device can be used as bridge between a host controller and LCD panels.
14 Currently supported LCDs are:
20 The panel itself contains:
21 - AT24C16C EEPROM holding panel identification and timing requirements
22 - AR1021 resistive touch screen controller (optional)
23 - FT5x6 capacitive touch screnn controller (optional)
24 - GT911/GT928 capacitive touch screen controller (optional)
26 The above chips share same I2C bus. The EEPROM is factory preprogrammed with
27 device information (id, serial, etc.) and timing requirements.
29 Touchscreen bingings can be found in these files:
30 - input/touchscreen/goodix.yaml
31 - input/touchscreen/edt-ft5x06.txt
32 - input/touchscreen/ar1021.txt
35 - $ref: panel-common.yaml#
39 const: olimex,lcd-olinuxino
51 additionalProperties: false
55 #include <dt-bindings/gpio/gpio.h>
62 compatible = "olimex,lcd-olinuxino";
64 power-supply = <®_vcc5v0>;
65 enable-gpios = <&pio 7 8 GPIO_ACTIVE_HIGH>;
66 backlight = <&backlight>;