| # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) |
| $id: http://devicetree.org/schemas/media/i2c/ovti,ov5670.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Omnivision OV5670 5 Megapixels raw image sensor |
| - Jacopo Mondi <jacopo.mondi@ideasonboard.com> |
| The OV5670 is a 5 Megapixels raw image sensor which provides images in 10-bits |
| RAW BGGR Bayer format on a 2 data lanes MIPI CSI-2 serial interface and is |
| controlled through an I2C compatible control bus. |
| description: System clock. From 6 to 27 MHz. |
| description: Reference to the GPIO connected to the PWDNB pin. Active low. |
| description: Reference to the GPIO connected to the XSHUTDOWN pin. Active low. |
| description: Analog circuit power. Typically 2.8V. |
| description: Digital circuit power. Typically 1.2V. |
| description: Digital I/O circuit power. Typically 2.8V or 1.8V. |
| $ref: /schemas/graph.yaml#/$defs/port-base |
| additionalProperties: false |
| $ref: /schemas/media/video-interfaces.yaml# |
| additionalProperties: false |
| clock-noncontinuous: true |
| additionalProperties: false |
| compatible = "ovti,ov5670"; |
| remote-endpoint = <&csi_ep>; |