mt9m111.txt 621 B

12345678910111213141516171819202122232425262728
  1. Micron 1.3Mp CMOS Digital Image Sensor
  2. The Micron MT9M111 is a CMOS active pixel digital image sensor with an active
  3. array size of 1280H x 1024V. It is programmable through a simple two-wire serial
  4. interface.
  5. Required Properties:
  6. - compatible: value should be "micron,mt9m111"
  7. For further reading on port node refer to
  8. Documentation/devicetree/bindings/media/video-interfaces.txt.
  9. Example:
  10. i2c_master {
  11. mt9m111@5d {
  12. compatible = "micron,mt9m111";
  13. reg = <0x5d>;
  14. remote = <&pxa_camera>;
  15. port {
  16. mt9m111_1: endpoint {
  17. bus-width = <8>;
  18. remote-endpoint = <&pxa_camera>;
  19. };
  20. };
  21. };
  22. };