mt9v032.txt 1.1 KB

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