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(@.*)?$"
22 dma: dma-controller@48000000 {
23 compatible = "ti,omap-sdma";
24 reg = <0x48000000 0x1000>;
25 interrupts = <0 12 0x4
32 dma-channel-mask = <0xfffe>;