1# Copyright (c) 2024 Silicon Laboratories Inc. 2# SPDX-License-Identifier: Apache-2.0 3 4description: | 5 Silabs LDMA controller 6 7 The Silabs LDMA is a general-purpose direct memory access controller 8 capable of supporting 8 independent DMA channels. It supports specific 9 functions like scatter-gather. 10 11 It is present on silabs radio board devices like EFR32xG21 12 13compatible: "silabs,ldma" 14 15include: dma-controller.yaml 16 17properties: 18 reg: 19 required: true 20 21 interrupts: 22 required: true 23 24 dma_channels: 25 type: int 26 required: true 27