Lines Matching +full:vsync +full:- +full:active
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
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:
46 # Documentation/devicetree/bindings/media/video-interfaces.txt
48 remote-endpoint: true
49 hsync-active: true
50 vsync-active: true
51 field-even-active: false
52 bus-width:
57 - remote-endpoint
60 - endpoint
63 - compatible
64 - reg
65 - interrupts
66 - clocks
67 - power-domains
68 - port
73 - |
74 #include <dt-bindings/interrupt-controller/arm-gic.h>
75 #include <dt-bindings/clock/r7s72100-clock.h>
79 compatible = "renesas,r7s72100-ceu";
82 power-domains = <&cpg_clocks>;
86 remote-endpoint = <&ov7670_out>;
87 hsync-active = <1>;
88 vsync-active = <0>;