1# Copyright 2022 Andriy Gelman 2# SPDX-License-Identifier: Apache-2.0 3 4description: | 5 XMC4xxx DMA Controller 6 7compatible: "infineon,xmc4xxx-dma" 8 9include: dma-controller.yaml 10 11properties: 12 reg: 13 required: true 14 15 interrupts: 16 required: true 17 18 dma-channels: 19 type: int 20 description: Number of DMA channels supported by the controller 21 22 "#dma-cells": 23 const: 3 24 25dma-cells: 26 - channel 27 - priority 28 - config 29