Lines Matching +full:mipi +full:- +full:csi2
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/bridge/renesas,dsi-csi2-tx.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Renesas R-Car MIPI DSI/CSI-2 Encoder
10 - Laurent Pinchart <[email protected]>
13 This binding describes the MIPI DSI/CSI-2 encoder embedded in the Renesas
14 R-Car Gen4 SoCs. The encoder can operate in either DSI or CSI-2 mode, with up
20 - renesas,r8a779a0-dsi-csi2-tx # for V3U
21 - renesas,r8a779g0-dsi-csi2-tx # for V4H
22 - renesas,r8a779h0-dsi-csi2-tx # for V4M
29 - description: Functional clock
30 - description: DSI (and CSI-2) functional clock
31 - description: PLL reference clock
33 clock-names:
35 - const: fck
36 - const: dsi
37 - const: pll
39 power-domains:
54 $ref: /schemas/graph.yaml#/$defs/port-base
56 description: DSI/CSI-2 output port
60 $ref: /schemas/media/video-interfaces.yaml#
64 data-lanes:
69 - data-lanes
72 - port@0
73 - port@1
76 - compatible
77 - reg
78 - clocks
79 - power-domains
80 - resets
81 - ports
86 - |
87 #include <dt-bindings/clock/r8a779a0-cpg-mssr.h>
88 #include <dt-bindings/power/r8a779a0-sysc.h>
90 dsi0: dsi-encoder@fed80000 {
91 compatible = "renesas,r8a779a0-dsi-csi2-tx";
93 power-domains = <&sysc R8A779A0_PD_ALWAYS_ON>;
97 clock-names = "fck", "dsi", "pll";
101 #address-cells = <1>;
102 #size-cells = <0>;
107 remote-endpoint = <&du_out_dsi0>;
114 data-lanes = <1 2>;
115 remote-endpoint = <&sn65dsi86_in>;