]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/media/i2c/mt9v032.txt
Merge remote-tracking branch 'kgdb/kgdb-next'
[karo-tx-linux.git] / Documentation / devicetree / bindings / media / i2c / mt9v032.txt
1 * Aptina 1/3-Inch WVGA CMOS Digital Image Sensor
2
3 The Aptina MT9V032 is a 1/3-inch CMOS active pixel digital image sensor with
4 an active array size of 752H x 480V. It is programmable through a simple
5 two-wire serial interface.
6
7 Required Properties:
8
9 - compatible: value should be either one among the following
10         (a) "aptina,mt9v022" for MT9V022 color sensor
11         (b) "aptina,mt9v022m" for MT9V022 monochrome sensor
12         (c) "aptina,mt9v024" for MT9V024 color sensor
13         (d) "aptina,mt9v024m" for MT9V024 monochrome sensor
14         (e) "aptina,mt9v032" for MT9V032 color sensor
15         (f) "aptina,mt9v032m" for MT9V032 monochrome sensor
16         (g) "aptina,mt9v034" for MT9V034 color sensor
17         (h) "aptina,mt9v034m" for MT9V034 monochrome sensor
18
19 Optional Properties:
20
21 - link-frequencies: List of allowed link frequencies in Hz. Each frequency is
22         expressed as a 64-bit big-endian integer.
23
24 For further reading on port node refer to
25 Documentation/devicetree/bindings/media/video-interfaces.txt.
26
27 Example:
28
29         mt9v032@5c {
30                 compatible = "aptina,mt9v032";
31                 reg = <0x5c>;
32
33                 port {
34                         mt9v032_out: endpoint {
35                                 link-frequencies = /bits/ 64
36                                         <13000000 26600000 27000000>;
37                         };
38                 };
39         };