Lines Matching +full:cx +full:- +full:supply
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>
18 - $ref: panel-common.yaml#
23 - enum:
24 - adafruit,yx240qv29
25 # ili9341 240*320 Color on stm32f429-disco board
26 - st,sf-tc240t-9370-t
27 - canaan,kd233-tft
28 - const: ilitek,ili9341
32 dc-gpios:
34 description: Display data/command selection (D/CX) of this DBI panel
36 spi-3wire: true
38 spi-max-frequency:
43 vci-supply:
44 description: Analog voltage supply (2.5 .. 3.3V)
46 vddi-supply:
47 description: Voltage supply for interface logic (1.65 .. 3.3 V)
49 vddi-led-supply:
50 description: Voltage supply for the LED driver (1.65 .. 3.3 V)
55 - compatible
56 - reg
57 - dc-gpios
64 - st,sf-tc240t-9370-t
67 - port
70 - |+
71 #include <dt-bindings/gpio/gpio.h>
73 #address-cells = <1>;
74 #size-cells = <0>;
76 compatible = "st,sf-tc240t-9370-t",
79 spi-3wire;
80 spi-max-frequency = <10000000>;
81 dc-gpios = <&gpiod 13 0>;
84 remote-endpoint = <&display_out>;
91 spi-max-frequency = <10000000>;
92 dc-gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>;
93 reset-gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;