Lines Matching +full:jh7110 +full:- +full:csi2rx

1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Cadence MIPI-CSI2 RX controller
10 - Maxime Ripard <mripard@kernel.org>
13 The Cadence MIPI-CSI2 RX controller is a CSI-2 bridge supporting up to 4 CSI
19 - enum:
20 - starfive,jh7110-csi2rx
21 - ti,j721e-csi2rx
22 - const: cdns,csi2rx
29 - description: CSI2Rx system clock
30 - description: Gated Register bank clock for APB interface
31 - description: pixel Clock for Stream interface 0
32 - description: pixel Clock for Stream interface 1
33 - description: pixel Clock for Stream interface 2
34 - description: pixel Clock for Stream interface 3
36 clock-names:
38 - const: sys_clk
39 - const: p_clk
40 - const: pixel_if0_clk
41 - const: pixel_if1_clk
42 - const: pixel_if2_clk
43 - const: pixel_if3_clk
47 - description: CSI2Rx system reset
48 - description: Gated Register bank reset for APB interface
49 - description: pixel reset for Stream interface 0
50 - description: pixel reset for Stream interface 1
51 - description: pixel reset for Stream interface 2
52 - description: pixel reset for Stream interface 3
54 reset-names:
56 - const: sys
57 - const: reg_bank
58 - const: pixel_if0
59 - const: pixel_if1
60 - const: pixel_if2
61 - const: pixel_if3
65 description: MIPI D-PHY
67 phy-names:
69 - const: dphy
76 $ref: /schemas/graph.yaml#/$defs/port-base
79 Input port node, single endpoint describing the CSI-2 transmitter.
83 $ref: video-interfaces.yaml#
87 bus-type:
90 clock-lanes:
93 data-lanes:
100 - data-lanes
123 - port@0
126 - compatible
127 - reg
128 - clocks
129 - clock-names
130 - ports
135 - |
137 compatible = "starfive,jh7110-csi2rx", "cdns,csi2rx";
142 clock-names = "sys_clk", "p_clk",
148 reset-names = "sys", "reg_bank",
152 phy-names = "dphy";
155 #address-cells = <1>;
156 #size-cells = <0>;
162 remote-endpoint = <&sensor_out_csi2rx>;
163 clock-lanes = <0>;
164 data-lanes = <1 2>;
172 remote-endpoint = <&grabber0_in_csi2rx>;
180 remote-endpoint = <&grabber1_in_csi2rx>;
188 remote-endpoint = <&grabber2_in_csi2rx>;
196 remote-endpoint = <&grabber3_in_csi2rx>;