The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/media/i2c/mt9p031.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 * Aptina 1/2.5-Inch 5Mp CMOS Digital Image Sensor
    2 
    3 The Aptina MT9P031 is a 1/2.5-inch CMOS active pixel digital image sensor with
    4 an active array size of 2592H x 1944V. It is programmable through a simple
    5 two-wire serial interface.
    6 
    7 Required Properties:
    8 - compatible: value should be either one among the following
    9         (a) "aptina,mt9p031" for mt9p031 sensor
   10         (b) "aptina,mt9p031m" for mt9p031m sensor
   11 
   12 - input-clock-frequency: Input clock frequency.
   13 
   14 - pixel-clock-frequency: Pixel clock frequency.
   15 
   16 Optional Properties:
   17 - reset-gpios: Chip reset GPIO
   18 
   19 For further reading on port node refer to
   20 Documentation/devicetree/bindings/media/video-interfaces.txt.
   21 
   22 Example:
   23 
   24         i2c0@1c22000 {
   25                 ...
   26                 ...
   27                 mt9p031@5d {
   28                         compatible = "aptina,mt9p031";
   29                         reg = <0x5d>;
   30                         reset-gpios = <&gpio3 30 0>;
   31 
   32                         port {
   33                                 mt9p031_1: endpoint {
   34                                         input-clock-frequency = <6000000>;
   35                                         pixel-clock-frequency = <96000000>;
   36                                 };
   37                         };
   38                 };
   39                 ...
   40         };

Cache object: 15954924483315400cbe4eeb12904282


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.