Lines Matching +full:dsi +full:- +full:based
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Sitronix ST7701 based LCD panels
10 - Jagan Teki <jagan@amarulasolutions.com>
17 Techstar TS8550B is 480x854, 2-lane MIPI DSI LCD panel which has
20 Densitron DMT028VGHMCMI-1A is 480x640, 2-lane MIPI DSI LCD panel
21 which has built-in ST7701 chip.
26 - enum:
27 - anbernic,rg-arc-panel
28 - anbernic,rg28xx-panel
29 - densitron,dmt028vghmcmi-1a
30 - elida,kd50t048a
31 - techstar,ts8550b
32 - const: sitronix,st7701
35 description: DSI / SPI channel used by that screen
38 VCC-supply:
41 IOVCC-supply:
44 dc-gpios:
47 Controller data/command selection (D/CX) in 4-line SPI mode.
48 If not set, the controller is in 3-line SPI mode.
49 Disallowed for DSI.
52 reset-gpios: true
58 - compatible
59 - reg
60 - VCC-supply
61 - IOVCC-supply
62 - port
63 - reset-gpios
66 - $ref: panel-common.yaml#
67 - if:
73 - anbernic,rg28xx-panel
75 $ref: /schemas/spi/spi-peripheral-props.yaml#
77 - if:
82 # DSI or SPI without D/CX pin
84 - anbernic,rg-arc-panel
85 - anbernic,rg28xx-panel
86 - densitron,dmt028vghmcmi-1a
87 - elida,kd50t048a
88 - techstar,ts8550b
91 - dc-gpios
94 dc-gpios: false
99 - |
100 #include <dt-bindings/gpio/gpio.h>
102 dsi {
103 #address-cells = <1>;
104 #size-cells = <0>;
109 VCC-supply = <®_dldo2>;
110 IOVCC-supply = <®_dldo2>;
111 reset-gpios = <&pio 3 24 GPIO_ACTIVE_HIGH>; /* LCD-RST: PD24 */
116 remote-endpoint = <&mipi_out_panel>;
121 - |
122 #include <dt-bindings/gpio/gpio.h>
125 #address-cells = <1>;
126 #size-cells = <0>;
129 compatible = "anbernic,rg28xx-panel", "sitronix,st7701";
131 spi-max-frequency = <3125000>;
132 VCC-supply = <®_lcd>;
133 IOVCC-supply = <®_lcd>;
134 reset-gpios = <&pio 8 14 GPIO_ACTIVE_HIGH>; /* LCD-RST: PI14 */
139 remote-endpoint = <&tcon_lcd0_out_lcd>;