Lines Matching +full:vci +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#
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
34 dc-gpios:
38 spi-3wire: true
40 spi-max-frequency:
45 vci-supply:
46 description: Analog voltage supply (2.5 .. 3.3V)
48 vddi-supply:
49 description: Voltage supply for interface logic (1.65 .. 3.3 V)
51 vddi-led-supply:
52 description: Voltage supply for the LED driver (1.65 .. 3.3 V)
57 - compatible
58 - reg
59 - dc-gpios
66 - st,sf-tc240t-9370-t
69 - port
72 - |+
73 #include <dt-bindings/gpio/gpio.h>
75 #address-cells = <1>;
76 #size-cells = <0>;
78 compatible = "st,sf-tc240t-9370-t",
81 spi-3wire;
82 spi-max-frequency = <10000000>;
83 dc-gpios = <&gpiod 13 0>;
86 remote-endpoint = <&display_out>;
93 spi-max-frequency = <10000000>;
94 dc-gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>;
95 reset-gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;