Based on kernel version 6.18. Page generated on 2025-12-02 09:03 EST.
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
| # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/dma/spacemit,k1-pdma.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: SpacemiT K1 PDMA Controller
maintainers:
- Guodong Xu <guodong@riscstar.com>
allOf:
- $ref: dma-controller.yaml#
properties:
compatible:
const: spacemit,k1-pdma
reg:
maxItems: 1
interrupts:
description: Shared interrupt for all DMA channels
maxItems: 1
clocks:
maxItems: 1
resets:
maxItems: 1
dma-channels:
maximum: 16
'#dma-cells':
const: 1
description:
The DMA request number for the peripheral device.
required:
- compatible
- reg
- interrupts
- clocks
- resets
- dma-channels
- '#dma-cells'
unevaluatedProperties: false
examples:
- |
#include <dt-bindings/clock/spacemit,k1-syscon.h>
soc {
#address-cells = <2>;
#size-cells = <2>;
dma-controller@d4000000 {
compatible = "spacemit,k1-pdma";
reg = <0x0 0xd4000000 0x0 0x4000>;
interrupts = <72>;
clocks = <&syscon_apmu CLK_DMA>;
resets = <&syscon_apmu RESET_DMA>;
dma-channels = <16>;
#dma-cells = <1>;
};
};
|
- << [ bindings ]
- adi,axi-dmac.yaml
- allwinner,sun4i-a10-dma.yaml
- allwinner,sun50i-a64-dma.yaml
- allwinner,sun6i-a31-dma.yaml
- altr,msgdma.yaml
- apm-xgene-dma.txt
- apple,admac.yaml
- arm,dma-350.yaml
- arm,pl330.yaml
- arm-pl08x.yaml
- atmel,at91sam9g45-dma.yaml
- atmel,sama5d4-dma.yaml
- brcm,bcm2835-dma.yaml
- brcm,iproc-sba.yaml
- cirrus,ep9301-dma-m2m.yaml
- cirrus,ep9301-dma-m2p.yaml
- dma-common.yaml
- dma-controller.yaml
- dma-router.yaml
- dma.txt
- fsl,edma.yaml
- fsl,elo-dma.yaml
- fsl,elo3-dma.yaml
- fsl,eloplus-dma.yaml
- fsl,imx-dma.yaml
- fsl,imx-sdma.yaml
- fsl,mxs-dma.yaml
- fsl-qdma.yaml
- img-mdc-dma.txt
- ingenic,dma.yaml
- intel,ldma.yaml
- k3dma.txt
- loongson,ls1b-apbdma.yaml
- loongson,ls2x-apbdma.yaml
- marvell,mmp-dma.yaml
- marvell,orion-xor.yaml
- marvell,xor-v2.yaml
- mediatek,mt7622-hsdma.yaml
- mediatek,uart-dma.yaml
- milbeaut-m10v-hdmac.txt
- milbeaut-m10v-xdmac.txt
- moxa,moxart-dma.txt
- mpc512x-dma.txt
- nvidia,tegra186-gpc-dma.yaml
- nvidia,tegra20-apbdma.yaml
- nvidia,tegra210-adma.yaml
- nxp,lpc3220-dmamux.yaml
- owl-dma.yaml
- qcom,adm.yaml
- qcom,bam-dma.yaml
- qcom,gpi.yaml
- renesas,nbpfaxi.txt
- renesas,rcar-dmac.yaml
- renesas,rz-dmac.yaml
- renesas,rzn1-dmamux.yaml
- renesas,usb-dmac.yaml
- sifive,fu540-c000-pdma.yaml
- snps,dma-spear1340.yaml
- snps,dw-axi-dmac.yaml
- socionext,uniphier-mio-dmac.yaml
- socionext,uniphier-xdmac.yaml
- sophgo,cv1800b-dmamux.yaml
- spacemit,k1-pdma.yaml
- sprd,sc9860-dma.yaml
- st_fdma.txt
- stericsson,dma40.yaml
- [ stm32 ]
- [ ti ]
- ti-dma-crossbar.txt
- ti-edma.txt
- [ xilinx ]
-