Path: blob/master/Documentation/devicetree/bindings/dma/allwinner,sun4i-a10-dma.yaml
26308 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/dma/allwinner,sun4i-a10-dma.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Allwinner A10 DMA Controller78maintainers:9- Chen-Yu Tsai <wens@csie.org>10- Maxime Ripard <mripard@kernel.org>1112allOf:13- $ref: dma-controller.yaml#1415properties:16"#dma-cells":17const: 218description:19The first cell is either 0 or 1, the former to use the normal20DMA, 1 for dedicated DMA. The second cell is the request line21number.2223compatible:24enum:25- allwinner,sun4i-a10-dma26- allwinner,suniv-f1c100s-dma2728reg:29maxItems: 13031interrupts:32maxItems: 13334clocks:35maxItems: 13637required:38- "#dma-cells"39- compatible40- reg41- interrupts42- clocks4344additionalProperties: false4546examples:47- |48dma: dma-controller@1c02000 {49compatible = "allwinner,sun4i-a10-dma";50reg = <0x01c02000 0x1000>;51interrupts = <27>;52clocks = <&ahb_gates 6>;53#dma-cells = <2>;54};5556...575859