Ac6 Training Logo
Training Consulting Tools
xref: /Zephyr-latest/dts/bindings/dma/silabs,siwx91x-dma.yaml
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1description: Silabs SiWx91x DMA node
2
3compatible: "silabs,siwx91x-dma"
4
5include: dma-controller.yaml
6
7properties:
8  reg:
9    required: true
10
11  silabs,sram-desc-addr:
12    type: int
13    required: true
14    description: |
15        SRAM Address for UDMA Descriptor Storage. This address must correspond to the location
16        of the udma_addr0 section in the linker script for the dma0 node, and the udma_addr1
17        section for the ulpdma node. Ensure that the value specified for the SRAM address matches
18        the respective section defined in the linker file for each UDMA node, as this alignment
19        is critical for proper descriptor management and data transfer.
20
21  "#dma-cells":
22    const: 1
23
24# Parameter syntax
25dma-cells:
26  - channel
27

served by {OpenGrok

Last Index Update: Tue Sep 16 03:01:24 CEST 2025

CodEx Logo