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#
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:
35 description: Display data/command selection (D/CX) of this DBI panel
37 spi-3wire: true
39 spi-max-frequency:
44 vci-supply:
45 description: Analog voltage supply (2.5 .. 3.3V)
47 vddi-supply:
48 description: Voltage supply for interface logic (1.65 .. 3.3 V)
50 vddi-led-supply:
51 description: Voltage supply for the LED driver (1.65 .. 3.3 V)
56 - compatible
57 - reg
58 - dc-gpios
65 - st,sf-tc240t-9370-t
68 - port
71 - |+
72 #include <dt-bindings/gpio/gpio.h>
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>;