1 * Omnivision OV7720/OV7725 CMOS sensor
3 The Omnivision OV7720/OV7725 sensor supports multiple resolutions output,
4 such as VGA, QVGA, and any size scaling down from CIF to 40x30. It also can
5 support the YUV422, RGB565/555/444, GRB422 or raw RGB output formats.
8 - compatible: shall be one of
11 - clocks: reference to the xclk input clock.
14 - reset-gpios: reference to the GPIO connected to the RSTB pin which is
16 - powerdown-gpios: reference to the GPIO connected to the PWDN pin which is
19 The device node shall contain one 'port' child node with one child 'endpoint'
20 subnode for its digital output video port, in accordance with the video
21 interface bindings defined in Documentation/devicetree/bindings/media/
28 compatible = "ovti,ov7725";
30 reset-gpios = <&axi_gpio_0 0 GPIO_ACTIVE_LOW>;
31 powerdown-gpios = <&axi_gpio_0 1 GPIO_ACTIVE_LOW>;
36 remote-endpoint = <&vcap1_in0>;