Lines Matching +full:csi +full:- +full:pclk

1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/media/starfive,jh7110-camss.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jack Zhu <jack.zhu@starfivetech.com>
11 - Changhuang Liang <changhuang.liang@starfivetech.com>
15 consists of a VIN controller (Video In Controller, a top-level control unit)
20 const: starfive,jh7110-camss
25 reg-names:
27 - const: syscon
28 - const: isp
33 clock-names:
35 - const: apb_func
36 - const: wrapper_clk_c
37 - const: dvp_inv
38 - const: axiwr
39 - const: mipi_rx0_pxl
40 - const: ispcore_2x
41 - const: isp_axi
46 reset-names:
48 - const: wrapper_p
49 - const: wrapper_c
50 - const: axird
51 - const: axiwr
52 - const: isp_top_n
53 - const: isp_top_axi
55 power-domains:
57 - description: JH7110 ISP Power Domain Switch Controller.
67 $ref: /schemas/graph.yaml#/$defs/port-base
73 $ref: video-interfaces.yaml#
77 bus-type:
80 bus-width:
83 data-shift:
87 hsync-active:
91 vsync-active:
96 - bus-type
97 - bus-width
101 description: Input port for receiving CSI data.
104 - port@0
105 - port@1
108 - compatible
109 - reg
110 - reg-names
111 - clocks
112 - clock-names
113 - resets
114 - reset-names
115 - power-domains
116 - interrupts
117 - ports
122 - |
124 compatible = "starfive,jh7110-camss";
127 reg-names = "syscon", "isp";
135 clock-names = "apb_func",
148 reset-names = "wrapper_p",
154 power-domains = <&pwrc 5>;
158 #address-cells = <1>;
159 #size-cells = <0>;
163 remote-endpoint = <&sc2235_to_vin>;
164 bus-type = <5>;
165 bus-width = <8>;
166 data-shift = <2>;
167 hsync-active = <1>;
168 vsync-active = <0>;
169 pclk-sample = <1>;
176 remote-endpoint = <&csi2rx_to_vin>;