1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
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
14 The Capture Engine Unit is the image capture interface found in the Renesas SH
15 Mobile, R-Mobile and RZ SoCs. The interface supports a single parallel input
16 with data bus width of 8 or 16 bits.
21 - renesas,r7s72100-ceu
32 additionalProperties: false
37 additionalProperties: false
39 # Properties described in
40 # Documentation/devicetree/bindings/media/video-interfaces.txt
45 field-even-active: false
62 additionalProperties: false
66 #include <dt-bindings/interrupt-controller/arm-gic.h>
69 reg = <0xe8210000 0x209c>;
70 compatible = "renesas,r7s72100-ceu";
71 interrupts = <GIC_SPI 332 IRQ_TYPE_LEVEL_HIGH>;
75 remote-endpoint = <&ov7670_out>;