Lines Matching +full:- +full:alike
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/media/renesas,rzg2l-cru.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Renesas RZ/G2L (and alike SoC's) Camera Data Receiving Unit (CRU) Image processing
11 - Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
15 color space conversion, LUT, pixel format conversion, etc. An MIPI CSI-2 input and
16 parallel (including ITU-R BT.656) input are provided as the image sensor interface.
21 - enum:
22 - renesas,r9a07g044-cru # RZ/G2{L,LC}
23 - renesas,r9a07g054-cru # RZ/V2L
24 - const: renesas,rzg2l-cru
32 interrupt-names:
34 - const: image_conv
35 - const: image_conv_err
36 - const: axi_mst_err
40 - description: CRU Main clock
41 - description: CRU Register access clock
42 - description: CRU image transfer clock
44 clock-names:
46 - const: video
47 - const: apb
48 - const: axi
50 power-domains:
55 - description: CRU_PRESETN reset terminal
56 - description: CRU_ARESETN reset terminal
58 reset-names:
60 - const: presetn
61 - const: aresetn
68 $ref: /schemas/graph.yaml#/$defs/port-base
75 $ref: video-interfaces.yaml#
79 hsync-active: true
80 vsync-active: true
81 bus-width: true
82 data-shift: true
88 CSI-2 receiver.
91 - port@0
92 - port@1
95 - compatible
96 - reg
97 - interrupts
98 - interrupt-names
99 - clocks
100 - clock-names
101 - resets
102 - reset-names
103 - power-domains
108 # Device node example with CSI-2
109 - |
110 #include <dt-bindings/clock/r9a07g044-cpg.h>
111 #include <dt-bindings/interrupt-controller/arm-gic.h>
114 compatible = "renesas,r9a07g044-cru", "renesas,rzg2l-cru";
119 interrupt-names = "image_conv", "image_conv_err", "axi_mst_err";
123 clock-names = "video", "apb", "axi";
124 power-domains = <&cpg>;
127 reset-names = "presetn", "aresetn";
130 #address-cells = <1>;
131 #size-cells = <0>;
134 #address-cells = <1>;
135 #size-cells = <0>;
140 remote-endpoint = <&ov5642>;
141 hsync-active = <1>;
142 vsync-active = <1>;
147 #address-cells = <1>;
148 #size-cells = <0>;
153 remote-endpoint = <&csi_cru_in>;