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 - Kamlesh Gurudasani <kamlesh.gurudasani@gmail.com>
17 - $ref: panel/panel-common.yaml#
22 - enum:
23 # Waveshare 3.5" 320x480 Color TFT LCD
24 - waveshare,rpi-lcd-35
25 # Ozzmaker 3.5" 320x480 Color TFT LCD
26 - ozzmaker,piscreen
27 - const: ilitek,ili9486
29 spi-max-frequency:
32 dc-gpios:
38 reset-gpios: true
42 - compatible
43 - reg
44 - dc-gpios
45 - reset-gpios
50 - |
51 #include <dt-bindings/gpio/gpio.h>
54 #address-cells = <1>;
55 #size-cells = <0>;
59 compatible = "waveshare,rpi-lcd-35", "ilitek,ili9486";
61 spi-max-frequency = <32000000>;
62 dc-gpios = <&gpio0 24 GPIO_ACTIVE_HIGH>;
63 reset-gpios = <&gpio0 25 GPIO_ACTIVE_HIGH>;