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