Lines Matching +full:r7s72100 +full:- +full:ceu
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/media/renesas,ceu.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Renesas Capture Engine Unit (CEU) Bindings
10 - Jacopo Mondi <jacopo+renesas@jmondi.org>
11 - linux-renesas-soc@vger.kernel.org
15 Mobile, R-Mobile and RZ SoCs. The interface supports a single parallel input
21 - renesas,r7s72100-ceu
22 - renesas,r8a7740-ceu
33 power-domains:
37 $ref: /schemas/graph.yaml#/$defs/port-base
42 $ref: video-interfaces.yaml#
46 hsync-active: true
47 vsync-active: true
48 field-even-active: false
49 bus-width:
54 - compatible
55 - reg
56 - interrupts
57 - clocks
58 - power-domains
59 - port
64 - |
65 #include <dt-bindings/interrupt-controller/arm-gic.h>
66 #include <dt-bindings/clock/r7s72100-clock.h>
68 ceu: ceu@e8210000 {
70 compatible = "renesas,r7s72100-ceu";
73 power-domains = <&cpg_clocks>;
77 remote-endpoint = <&ov7670_out>;
78 hsync-active = <1>;
79 vsync-active = <0>;