Lines Matching +full:id +full:- +full:gpios
1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/display/sitronix,st7735r.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - David Lechner <david@lechnology.com>
17 - $ref: panel/panel-common.yaml#
22 - description:
23 Adafruit 1.8" 160x128 Color TFT LCD (Product ID 358 or 618)
25 - enum:
26 - jianda,jd-t18003-t01
27 - const: sitronix,st7735r
28 - description:
29 Okaya 1.44" 128x128 Color TFT LCD (E.g. Renesas YRSK-LCD-PMOD)
31 - enum:
32 - okaya,rh128128t
33 - const: sitronix,st7715r
35 spi-max-frequency:
38 dc-gpios:
44 reset-gpios: true
48 - compatible
49 - reg
50 - dc-gpios
51 - reset-gpios
56 - |
57 #include <dt-bindings/gpio/gpio.h>
60 compatible = "gpio-backlight";
61 gpios = <&gpio 44 GPIO_ACTIVE_HIGH>;
65 #address-cells = <1>;
66 #size-cells = <0>;
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>;