Lines Matching +full:dsi +full:- +full:ref
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Laurent Pinchart <laurent.pinchart@ideasonboard.com>
15 conversion, S/PDIF, CEC and HDCP. The transmitter input is MIPI DSI.
20 - adi,adv7533
21 - adi,adv7535
35 reg-names:
38 needing a non-default address.
41 - const: main
42 - const: edid
43 - const: cec
44 - const: packet
50 clock-names:
56 pd-gpios:
60 avdd-supply:
63 dvdd-supply:
66 pvdd-supply:
69 a2vdd-supply:
72 v3p3-supply:
75 v1p2-supply:
80 adi,disable-timing-generator:
83 sync signals in the DSI data lanes, rather than generating its own
87 adi,dsi-lanes:
88 description: Number of DSI data lanes connected to the DSI host.
89 $ref: /schemas/types.yaml#/definitions/uint32
95 $ref: /schemas/graph.yaml#/properties/ports
100 Video port for the DSI input. The remote endpoint phandle
102 $ref: /schemas/graph.yaml#/properties/port
106 $ref: /schemas/graph.yaml#/properties/port
110 $ref: /schemas/graph.yaml#/properties/port
113 - compatible
114 - reg
115 - ports
116 - adi,dsi-lanes
117 - avdd-supply
118 - dvdd-supply
119 - pvdd-supply
120 - a2vdd-supply
121 - v3p3-supply
126 - |
127 #include <dt-bindings/interrupt-controller/irq.h>
130 #address-cells = <1>;
131 #size-cells = <0>;
142 reg-names = "main", "edid";
143 interrupt-parent = <&gpio3>;
146 clock-names = "cec";
147 adi,dsi-lanes = <4>;
148 avdd-supply = <&v1v8>;
149 dvdd-supply = <&v1v8>;
150 pvdd-supply = <&v1v8>;
151 a2vdd-supply = <&v1v8>;
152 v3p3-supply = <&v3v3>;
155 #address-cells = <1>;
156 #size-cells = <0>;
161 remote-endpoint = <&dsi_out>;
168 remote-endpoint = <&hdmi_connector_in>;
175 remote-endpoint = <&i2s0_cpu_endpoint>;