1 # SPDX-License-Identifier: GPL-2.0-only
4 $id: http://devicetree.org/schemas/display/sitronix,st7735r.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Sitronix ST7735R Display Panels Device Tree Bindings
10 - David Lechner <david@lechnology.com>
13 This binding is for display panels using a Sitronix ST7715R or ST7735R
14 controller in SPI mode.
17 - $ref: panel/panel-common.yaml#
23 Adafruit 1.8" 160x128 Color TFT LCD (Product ID 358 or 618)
26 - jianda,jd-t18003-t01
27 - const: sitronix,st7735r
29 Okaya 1.44" 128x128 Color TFT LCD (E.g. Renesas YRSK-LCD-PMOD)
33 - const: sitronix,st7715r
40 description: Display data/command selection (D/CX)
53 additionalProperties: false
57 #include <dt-bindings/gpio/gpio.h>
59 backlight: backlight {
60 compatible = "gpio-backlight";
61 gpios = <&gpio 44 GPIO_ACTIVE_HIGH>;
69 compatible = "jianda,jd-t18003-t01", "sitronix,st7735r";
71 spi-max-frequency = <32000000>;
72 dc-gpios = <&gpio 43 GPIO_ACTIVE_HIGH>;
73 reset-gpios = <&gpio 80 GPIO_ACTIVE_HIGH>;