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/ov5647.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 Omnivision OV5647 raw image sensor
    2 ---------------------------------
    3 
    4 OV5647 is a raw image sensor with MIPI CSI-2 and CCP2 image data interfaces
    5 and CCI (I2C compatible) control bus.
    6 
    7 Required properties:
    8 
    9 - compatible            : "ovti,ov5647".
   10 - reg                   : I2C slave address of the sensor.
   11 - clocks                : Reference to the xclk clock.
   12 
   13 The common video interfaces bindings (see video-interfaces.txt) should be
   14 used to specify link to the image data receiver. The OV5647 device
   15 node should contain one 'port' child node with an 'endpoint' subnode.
   16 
   17 Endpoint node mandatory properties:
   18 
   19 - remote-endpoint: A phandle to the bus receiver's endpoint node.
   20 
   21 Example:
   22 
   23         i2c@2000 {
   24                 ...
   25                 ov: camera@36 {
   26                         compatible = "ovti,ov5647";
   27                         reg = <0x36>;
   28                         clocks = <&camera_clk>;
   29                         port {
   30                                 camera_1: endpoint {
   31                                         remote-endpoint = <&csi1_ep1>;
   32                                 };
   33                         };
   34                 };
   35         };

Cache object: d92ae6307d2690665264f8e3281ac28a


[ 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.