| # SPDX-License-Identifier: GPL-2.0 |
| $id: http://devicetree.org/schemas/dma/allwinner,sun4i-a10-dma.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Allwinner A10 DMA Controller Device Tree Bindings |
| - Chen-Yu Tsai <wens@csie.org> |
| - Maxime Ripard <mripard@kernel.org> |
| - $ref: "dma-controller.yaml#" |
| The first cell is either 0 or 1, the former to use the normal |
| DMA, 1 for dedicated DMA. The second cell is the request line |
| const: allwinner,sun4i-a10-dma |
| additionalProperties: false |
| dma: dma-controller@1c02000 { |
| compatible = "allwinner,sun4i-a10-dma"; |
| reg = <0x01c02000 0x1000>; |