This is the documentation for the latest (main) development branch of Zephyr. If you are looking for the documentation of previous releases, use the drop-down menu on the left and select the desired version.

brcm,iproc-pax-dma-v2

Vendor: Broadcom Corporation

Description

These nodes are “dma” bus nodes.

Broadcom iProc PAX(PCIE<->AXI) DMA controller version 2

Properties

Properties not inherited from the base binding file.

Name

Type

Details

bd-memory

array

Uncached memory address to populate dma buffer descriptors

This property is required.

scr-addr-loc

int

Location where address of the scratch buffer host has populated

This property is required.

scr-size-loc

int

Location where size of the scratch buffer host has populated

This property is required.

pcie-ep

phandle

Pcie endpoint handle

This property is required.

#dma-cells

int

Number of items to expect in a DMA specifier

This property is required.

dma-channel-mask

int

Bitmask of available DMA channels in ascending order that are
not reserved by firmware and are available to the
kernel. i.e. first channel corresponds to LSB.

dma-channels

int

Number of DMA channels supported by the controller

dma-requests

int

Number of DMA request signals supported by the controller.

dma-buf-addr-alignment

int

Memory address alignment requirement for DMA buffers used by the controller.

dma-buf-size-alignment

int

Memory size alignment requirement for DMA buffers used by the controller.

dma-copy-alignment

int

Minimal chunk of data possible to be copied by the controller.