Lines Matching +full:dsi +full:- +full:rx
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Chipone ICN6211 MIPI-DSI to RGB Converter bridge
10 - Jagan Teki <jagan@amarulasolutions.com>
13 ICN6211 is MIPI-DSI to RGB Converter bridge from chipone.
15 It has a flexible configuration of MIPI DSI signal input and
21 - chipone,icn6211
25 description: virtual channel number of a DSI peripheral
27 clock-names:
36 enable-gpios:
39 vdd1-supply:
40 description: A 1.8V/2.5V/3.3V supply that power the MIPI RX.
42 vdd2-supply:
45 vdd3-supply:
53 $ref: /schemas/graph.yaml#/$defs/port-base
56 Video port for MIPI DSI input
60 $ref: /schemas/media/video-interfaces.yaml#
64 data-lanes:
65 description: array of physical DSI data lane indexes.
68 - const: 1
69 - const: 2
70 - const: 3
71 - const: 4
79 - port@1
82 - compatible
83 - reg
84 - enable-gpios
85 - ports
90 - |
91 #include <dt-bindings/gpio/gpio.h>
93 dsi {
94 #address-cells = <1>;
95 #size-cells = <0>;
100 enable-gpios = <&r_pio 0 5 GPIO_ACTIVE_HIGH>; /* LCD-RST: PL5 */
103 #address-cells = <1>;
104 #size-cells = <0>;
110 remote-endpoint = <&dsi_out_bridge>;
118 remote-endpoint = <&panel_out_bridge>;