:orphan:
.. raw:: html
.. dtcompatible:: amd,acp-host-dma
.. _dtbinding_amd_acp_host_dma:
amd,acp-host-dma
################
.. sidebar:: Overview
:Name: ``amd,acp-host-dma``
:Vendor: :ref:`Advanced Micro Devices (AMD), Inc. `
:Used in: :zephyr:board-catalog:`List of boards <#compatibles=amd,acp-host-dma>` using
this compatible
:Driver: :zephyr_file:`drivers/dma/dma_amd_acp_host.c`
Description
***********
.. code-block:: none
AMD SOF host DMA node
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
* - ``dma-channels``
- ``int``
- .. code-block:: none
Number of DMA channels supported
* - ``dma-requests``
- ``int``
- .. code-block:: none
Number of DMA requests supported
.. 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 "amd,acp-host-dma" compatible.
.. list-table::
:widths: 1 1 4
:header-rows: 1
* - Name
- Type
- Details
* - ``reg``
- ``array``
- .. code-block:: none
Register address and size of the DMA controller
See :ref:`zephyr:dt-important-props` for more information.
* - ``interrupts``
- ``array``
- .. code-block:: none
Interrupt specifier for the DMA controller
See :ref:`zephyr:dt-important-props` for more information.
* - ``clocks``
- ``phandle-array``
- .. code-block:: none
Clock(s) for the DMA controller