Lines Matching +full:spi +full:- +full:3 +full:wire
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Ilitek-9341 Display Panel
10 - Dillon Min <dillon.minfei@gmail.com>
13 Ilitek ILI9341 TFT panel driver with SPI control bus
18 - $ref: panel-common.yaml#
19 - $ref: /schemas/spi/spi-peripheral-props.yaml#
24 - enum:
25 - adafruit,yx240qv29
26 # ili9341 240*320 Color on stm32f429-disco board
27 - st,sf-tc240t-9370-t
28 - canaan,kd233-tft
29 - const: ilitek,ili9341
33 dc-gpios:
37 spi-3wire: true
39 spi-max-frequency:
44 vci-supply:
47 vddi-supply:
50 vddi-led-supply:
56 - compatible
57 - reg
58 - dc-gpios
65 - st,sf-tc240t-9370-t
68 - port
71 - |+
72 #include <dt-bindings/gpio/gpio.h>
73 spi {
74 #address-cells = <1>;
75 #size-cells = <0>;
77 compatible = "st,sf-tc240t-9370-t",
80 spi-3wire;
81 spi-max-frequency = <10000000>;
82 dc-gpios = <&gpiod 13 0>;
85 remote-endpoint = <&display_out>;
92 spi-max-frequency = <10000000>;
93 dc-gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>;
94 reset-gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;