Lines Matching +full:tft +full:- +full:lcd
1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - David Lechner <david@lechnology.com>
17 - $ref: panel/panel-common.yaml#
18 - $ref: /schemas/spi/spi-peripheral-props.yaml#
23 - description:
24 Adafruit 1.8" 160x128 Color TFT LCD (Product ID 358 or 618)
26 - enum:
27 - jianda,jd-t18003-t01
28 - const: sitronix,st7735r
29 - description:
30 Okaya 1.44" 128x128 Color TFT LCD (E.g. Renesas YRSK-LCD-PMOD)
32 - enum:
33 - okaya,rh128128t
34 - const: sitronix,st7715r
36 dc-gpios:
42 spi-max-frequency: true
43 reset-gpios: true
47 - compatible
48 - reg
49 - dc-gpios
54 - |
55 #include <dt-bindings/gpio/gpio.h>
58 compatible = "gpio-backlight";
63 #address-cells = <1>;
64 #size-cells = <0>;
67 compatible = "jianda,jd-t18003-t01", "sitronix,st7735r";
69 spi-max-frequency = <32000000>;
70 dc-gpios = <&gpio 43 GPIO_ACTIVE_HIGH>;
71 reset-gpios = <&gpio 80 GPIO_ACTIVE_HIGH>;