:orphan:
.. raw:: html
.. dtcompatible:: espressif,esp32-lcd-cam-dvp
.. _dtbinding_espressif_esp32_lcd_cam_dvp:
espressif,esp32-lcd-cam-dvp
###########################
.. sidebar:: Overview
:Name: ``espressif,esp32-lcd-cam-dvp``
:Vendor: :ref:`Espressif Systems `
:Used in: :zephyr:board-catalog:`List of boards <#compatibles=espressif,esp32-lcd-cam-dvp>` using
this compatible
:Driver: :zephyr_file:`drivers/video/video_esp32_dvp.c`
Description
***********
.. code-block:: none
ESP32 LCD-CAM camera interface
Properties
**********
.. tabs::
.. group-tab:: Node specific properties
Properties not inherited from the base binding file.
.. list-table::
:widths: 1 1 4
:header-rows: 1
* - Name
- Type
- Details
* - ``source``
- ``phandle``
- .. code-block:: none
Connected source device, i.e. camera sensor
This property is **required**.
* - ``data-width``
- ``int``
- .. code-block:: none
Camera input data width. 8/16 bits
Legal values: ``8``, ``16``
* - ``invert-byte-order``
- ``boolean``
- .. code-block:: none
invert byte order in 16bit mode
* - ``invert-bit-order``
- ``boolean``
- .. code-block:: none
invert bit order
* - ``invert-pclk``
- ``boolean``
- .. code-block:: none
invert pixel clock signal
* - ``invert-de``
- ``boolean``
- .. code-block:: none
invert data enable signal
* - ``invert-hsync``
- ``boolean``
- .. code-block:: none
invert hsync signal
* - ``invert-vsync``
- ``boolean``
- .. code-block:: none
invert vsync signal
* - ``cam-clk``
- ``int``
- .. code-block:: none
camera clock frequency
.. group-tab:: Deprecated node specific properties
Deprecated properties not inherited from the base binding file.
(None)
.. group-tab:: Base properties
Properties inherited from the base binding file, which defines
common properties that may be set on many nodes. Not all of these
may apply to the "espressif,esp32-lcd-cam-dvp" compatible.
(None)