1 * Aptina MT9V111 CMOS sensor
2 ----------------------------
4 The Aptina MT9V111 is a 1/4-Inch VGA-format digital image sensor with a core
5 based on Aptina MT9V011 sensor and an integrated Image Flow Processor (IFP).
7 The sensor has an active pixel array of 640x480 pixels and can output a number
8 of image resolution and formats controllable through a simple two-wires
14 - compatible: shall be "aptina,mt9v111".
15 - clocks: reference to the system clock input provider.
20 - enable-gpios: output enable signal, pin name "OE#". Active low.
21 - standby-gpios: low power state control signal, pin name "STANDBY".
23 - reset-gpios: chip reset signal, pin name "RESET#". Active low.
25 The device node must contain one 'port' child node with one 'endpoint' child
26 sub-node for its digital output video port, in accordance with the video
27 interface bindings defined in:
28 Documentation/devicetree/bindings/media/video-interfaces.txt
35 compatible = "aptina,mt9v111";
38 clocks = <&camera_clk>;
41 mt9v111_out: endpoint {
42 remote-endpoint = <&ceu_in>;