1 * Omnivision OV9650/OV9652 CMOS sensor
4 - compatible: shall be one of
7 - clocks: reference to the xvclk input clock.
10 - reset-gpios: reference to the GPIO connected to the resetb pin, if any.
12 - powerdown-gpios: reference to the GPIO connected to the pwdn pin, if any.
15 The device node shall contain one 'port' child node with one child 'endpoint'
16 subnode for its digital output video port, in accordance with the video
17 interface bindings defined in Documentation/devicetree/bindings/media/
24 compatible = "ovti,ov9650";
26 reset-gpios = <&axi_gpio_0 0 GPIO_ACTIVE_HIGH>;
27 powerdown-gpios = <&axi_gpio_0 1 GPIO_ACTIVE_HIGH>;
32 remote-endpoint = <&vcap1_in0>;