1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/dma/dma-controller.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: DMA Controller Generic Binding
10 - Vinod Koul <vkoul@kernel.org>
13 - $ref: "dma-common.yaml#"
15 # Everything else is described in the common file
18 pattern: "^dma-controller(@.*)?$"
20 additionalProperties: true
24 dma: dma-controller@48000000 {
25 compatible = "ti,omap-sdma";
26 reg = <0x48000000 0x1000>;
27 interrupts = <0 12 0x4
34 dma-channel-mask = <0xfffe>;