Documentation/devicetree/bindings/media/i2c/ovti,ov8858.yaml

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/media/i2c/ovti,ov8858.yaml

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/media/i2c/ovti,ov8858.yaml
Extension
.yaml
Size
2453 bytes
Lines
109
Domain
Support Tooling And Documentation
Bucket
Documentation
Inferred role
Support Tooling And Documentation: configuration, schema, or hardware description
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/media/i2c/ovti,ov8858.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: OmniVision OV8858 Image Sensor

maintainers:
  - Jacopo Mondi <jacopo.mondi@ideasonboard.com>
  - Nicholas Roth <nicholas@rothemail.net>

description: |
  The OmniVision OV8858 is a color CMOS 8 Megapixels (3264x2448) image sensor
  controlled through an I2C-compatible SCCB bus. The sensor transmits images
  on a MIPI CSI-2 output interface with up to 4 data lanes.

$ref: /schemas/media/video-interface-devices.yaml#

properties:
  compatible:
    const: ovti,ov8858

  reg:
    maxItems: 1

  clocks:
    maxItems: 1
    description: XVCLK external clock

  clock-names:
    const: xvclk

  dvdd-supply:
    description: Digital Domain Power Supply

  avdd-supply:
    description: Analog Domain Power Supply

  dovdd-supply:
    description: I/O Domain Power Supply

  powerdown-gpios:
    description: PWDNB powerdown GPIO (active low)

  reset-gpios:
    maxItems: 1
    description: XSHUTDN reset GPIO (active low)

  port:
    description: MIPI CSI-2 transmitter port
    $ref: /schemas/graph.yaml#/$defs/port-base
    additionalProperties: false

    properties:
      endpoint:
        $ref: /schemas/media/video-interfaces.yaml#
        unevaluatedProperties: false

        properties:
          data-lanes:
            minItems: 1
            maxItems: 4

        required:
          - data-lanes

required:
  - compatible
  - reg

Annotation

Implementation Notes