Lines Matching +full:data +full:- +full:lanes

1 # SPDX-License-Identifier: GPL-2.0-only
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Renesas R-Car MIPI CSI-2 receiver
11 - Niklas Söderlund <niklas.soderlund@ragnatech.se>
14 The R-Car CSI-2 receiver device provides MIPI CSI-2 capabilities for the
15 Renesas R-Car and RZ/G2 family of devices. It is used in conjunction with the
16 R-Car VIN module, which provides the video capture capabilities.
21 - enum:
22 - renesas,r8a774a1-csi2 # RZ/G2M
23 - renesas,r8a774b1-csi2 # RZ/G2N
24 - renesas,r8a774c0-csi2 # RZ/G2E
25 - renesas,r8a774e1-csi2 # RZ/G2H
26 - renesas,r8a7795-csi2 # R-Car H3
27 - renesas,r8a7796-csi2 # R-Car M3-W
28 - renesas,r8a77965-csi2 # R-Car M3-N
29 - renesas,r8a77970-csi2 # R-Car V3M
30 - renesas,r8a77980-csi2 # R-Car V3H
31 - renesas,r8a77990-csi2 # R-Car E3
42 power-domains:
53 Documentation/devicetree/bindings/media/video-interfaces.txt
59 Input port node, single endpoint describing the CSI-2 transmitter.
69 clock-lanes:
72 data-lanes:
75 remote-endpoint: true
78 - clock-lanes
79 - data-lanes
80 - remote-endpoint
89 Output port node, multiple endpoints describing all the R-Car VIN
90 modules connected the CSI-2 receiver.
93 '#address-cells':
96 '#size-cells':
103 "^endpoint@[0-9a-f]$":
110 remote-endpoint: true
113 - reg
114 - remote-endpoint
121 - compatible
122 - reg
123 - interrupts
124 - clocks
125 - power-domains
126 - resets
127 - ports
132 - |
133 #include <dt-bindings/clock/r8a7796-cpg-mssr.h>
134 #include <dt-bindings/interrupt-controller/arm-gic.h>
135 #include <dt-bindings/power/r8a7796-sysc.h>
138 compatible = "renesas,r8a7796-csi2";
142 power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
146 #address-cells = <1>;
147 #size-cells = <0>;
153 clock-lanes = <0>;
154 data-lanes = <1>;
155 remote-endpoint = <&adv7482_txb>;
160 #address-cells = <1>;
161 #size-cells = <0>;
167 remote-endpoint = <&vin0csi20>;
171 remote-endpoint = <&vin1csi20>;
175 remote-endpoint = <&vin2csi20>;
179 remote-endpoint = <&vin3csi20>;
183 remote-endpoint = <&vin4csi20>;
187 remote-endpoint = <&vin5csi20>;
191 remote-endpoint = <&vin6csi20>;
195 remote-endpoint = <&vin7csi20>;