1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/media/i2c/ovti,ov772x.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Omnivision OV7720/OV7725 CMOS sensor
10 - Jacopo Mondi <jacopo@jmondi.org>
13 The Omnivision OV7720/OV7725 sensor supports multiple resolutions output,
14 such as VGA, QVGA, and any size scaling down from CIF to 40x30. It also can
15 support the YUV422, RGB565/555/444, GRB422 or raw RGB output formats.
31 Reference to the GPIO connected to the RSTB pin which is active low.
36 Reference to the GPIO connected to the PWDN pin which is active high.
42 Video output port. See ../video-interfaces.txt.
94 unevaluatedProperties: false
96 additionalProperties: false
104 additionalProperties: false
108 #include <dt-bindings/gpio/gpio.h>
111 #address-cells = <1>;
114 compatible = "ovti,ov7725";
116 reset-gpios = <&axi_gpio_0 0 GPIO_ACTIVE_LOW>;
117 powerdown-gpios = <&axi_gpio_0 1 GPIO_ACTIVE_LOW>;
128 remote-endpoint = <&vcap1_in0>;