:orphan: .. raw:: html .. dtcompatible:: st,stm32-dcmi .. _dtbinding_st_stm32_dcmi: st,stm32-dcmi ############# Vendor: :ref:`STMicroelectronics N.V. ` Description *********** .. code-block:: none STMicroelectronics STM32 Digital Camera Memory Interface (DCMI). Example of node configuration at board level: &dcmi { status = "okay"; sensor = <&ov2640>; pinctrl-0 = <&dcmi_hsync_pa4 &dcmi_pixclk_pa6 &dcmi_vsync_pb7 &dcmi_d0_pc6 &dcmi_d1_pc7 &dcmi_d2_pe0 &dcmi_d3_pe1 &dcmi_d4_pe4 &dcmi_d5_pd3 &dcmi_d6_pe5 &dcmi_d7_pe6>; pinctrl-names = "default"; bus-width = <8>; hsync-active = <0>; vsync-active = <0>; pixelclk-active = <1>; capture-rate = <1>; dmas = <&dma1 0 75 (STM32_DMA_PERIPH_TO_MEMORY | STM32_DMA_PERIPH_NO_INC | STM32_DMA_MEM_INC | STM32_DMA_PERIPH_8BITS | STM32_DMA_MEM_32BITS | STM32_DMA_PRIORITY_HIGH) STM32_DMA_FIFO_1_4>; port { dcmi_ep_in: endpoint { remote-endpoint = <&ov2640_ep_out>; }; }; }; 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 * - ``pinctrl-0`` - ``phandles`` - .. code-block:: none Pin configuration/s for the first state. Content is specific to the selected pin controller driver implementation. * - ``pinctrl-1`` - ``phandles`` - .. code-block:: none Pin configuration/s for the second state. See pinctrl-0. * - ``pinctrl-2`` - ``phandles`` - .. code-block:: none Pin configuration/s for the third state. See pinctrl-0. * - ``pinctrl-3`` - ``phandles`` - .. code-block:: none Pin configuration/s for the fourth state. See pinctrl-0. * - ``pinctrl-4`` - ``phandles`` - .. code-block:: none Pin configuration/s for the fifth state. See pinctrl-0. * - ``pinctrl-names`` - ``string-array`` - .. code-block:: none Names for the provided states. The number of names needs to match the number of states. * - ``sensor`` - ``phandle`` - .. code-block:: none phandle of connected sensor device This property is **required**. * - ``bus-width`` - ``int`` - .. code-block:: none Number of data lines actively used, valid for the parallel busses. This property is **required**. Default value: ``8`` Legal values: ``8``, ``10``, ``12``, ``14`` * - ``hsync-active`` - ``int`` - .. code-block:: none Polarity of horizontal synchronization (DCMI_HSYNC_Polarity). 0 Horizontal synchronization active Low. 1 Horizontal synchronization active High. For example, if DCMI_HSYNC_Polarity is programmed active high: When HSYNC is low, the data is valid. When HSYNC is high, the data is not valid (horizontal blanking). This property is **required**. Legal values: ``0``, ``1`` * - ``vsync-active`` - ``int`` - .. code-block:: none Polarity of vertical synchronization (DCMI_VSYNC_Polarity). 0 Vertical synchronization active Low. 1 Vertical synchronization active High. For example, if DCMI_VSYNC_Polarity is programmed active high: When VSYNC is low, the data is valid. When VSYNC is high, the data is not valid (vertical blanking). This property is **required**. Legal values: ``0``, ``1`` * - ``pixelclk-active`` - ``int`` - .. code-block:: none Polarity of pixel clock (DCMI_PIXCK_Polarity). 0 Pixel clock active on Falling edge. 1 Pixel clock active on Rising edge. This property is **required**. Legal values: ``0``, ``1`` * - ``capture-rate`` - ``int`` - .. code-block:: none The DCMI can capture all frames or alternate frames. If it is not specified, the default is all frames. 1 Capture all frames. 2 Capture alternate frames. 4 Capture one frame every 4 frames. Default value: ``1`` Legal values: ``1``, ``2``, ``4`` .. 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 "st,stm32-dcmi" compatible. .. list-table:: :widths: 1 1 4 :header-rows: 1 * - Name - Type - Details * - ``wakeup-source`` - ``boolean`` - .. code-block:: none Property to identify that a device can be used as wake up source. When this property is provided a specific flag is set into the device that tells the system that the device is capable of wake up the system. Wake up capable devices are disabled (interruptions will not wake up the system) by default but they can be enabled at runtime if necessary. * - ``power-domain`` - ``phandle`` - .. code-block:: none Power domain the device belongs to. The device will be notified when the power domain it belongs to is either suspended or resumed. * - ``zephyr,pm-device-runtime-auto`` - ``boolean`` - .. code-block:: none Automatically configure the device for runtime power management after the init function runs. * - ``zephyr,disabling-power-states`` - ``phandles`` - .. code-block:: none List of power states that will disable this device power. * - ``status`` - ``string`` - .. code-block:: none indicates the operational status of a device Legal values: ``'ok'``, ``'okay'``, ``'disabled'``, ``'reserved'``, ``'fail'``, ``'fail-sss'`` See :ref:`zephyr:dt-important-props` for more information. * - ``compatible`` - ``string-array`` - .. code-block:: none compatible strings This property is **required**. See :ref:`zephyr:dt-important-props` for more information. * - ``reg`` - ``array`` - .. code-block:: none register space See :ref:`zephyr:dt-important-props` for more information. * - ``reg-names`` - ``string-array`` - .. code-block:: none name of each register space * - ``interrupts`` - ``array`` - .. code-block:: none interrupts for device This property is **required**. See :ref:`zephyr:dt-important-props` for more information. * - ``interrupts-extended`` - ``compound`` - .. code-block:: none extended interrupt specifier for device * - ``interrupt-names`` - ``string-array`` - .. code-block:: none name of each interrupt * - ``interrupt-parent`` - ``phandle`` - .. code-block:: none phandle to interrupt controller node * - ``label`` - ``string`` - .. code-block:: none Human readable string describing the device (used as device_get_binding() argument) See :ref:`zephyr:dt-important-props` for more information. This property is **deprecated**. * - ``clocks`` - ``phandle-array`` - .. code-block:: none Clock gate information * - ``clock-names`` - ``string-array`` - .. code-block:: none name of each clock * - ``#address-cells`` - ``int`` - .. code-block:: none number of address cells in reg property * - ``#size-cells`` - ``int`` - .. code-block:: none number of size cells in reg property * - ``dmas`` - ``phandle-array`` - .. code-block:: none phandle of DMA controller. The DMA controller should be compatible with DMA channel specifier. Specifies a phandle reference to the dma controller, the channel number, the slot number, channel configuration and finally features. dmas = <&dma1 0 75 (STM32_DMA_PERIPH_TO_MEMORY | STM32_DMA_PERIPH_NO_INC | STM32_DMA_MEM_INC | STM32_DMA_PERIPH_8BITS | STM32_DMA_MEM_32BITS | STM32_DMA_PRIORITY_HIGH) STM32_DMA_FIFO_1_4>; This property is **required**. * - ``dma-names`` - ``string-array`` - .. code-block:: none Provided names of DMA channel specifiers * - ``io-channels`` - ``phandle-array`` - .. code-block:: none IO channels specifiers * - ``io-channel-names`` - ``string-array`` - .. code-block:: none Provided names of IO channel specifiers * - ``mboxes`` - ``phandle-array`` - .. code-block:: none mailbox / IPM channels specifiers * - ``mbox-names`` - ``string-array`` - .. code-block:: none Provided names of mailbox / IPM channel specifiers * - ``zephyr,deferred-init`` - ``boolean`` - .. code-block:: none Do not initialize device automatically on boot. Device should be manually initialized using device_init().