Skip to content

Commit c4771ef

Browse files
rmurphy-armvinodkoul
authored andcommitted
dt-bindings: dma: Add Arm DMA-350
Arm CoreLink DMA-350 is a pleasantly straightforward DMA controller which, although highly configurable, lends itself to a simple binding thanks to plenty of self-describing ID registers. Reviewed-by: Rob Herring (Arm) <[email protected]> Signed-off-by: Robin Murphy <[email protected]> Link: https://lore.kernel.org/r/15830b2a8ff9721e364f30f93ea3993139b0103b.1741780808.git.robin.murphy@arm.com Signed-off-by: Vinod Koul <[email protected]>
1 parent ebf744f commit c4771ef

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2+
%YAML 1.2
3+
---
4+
$id: http://devicetree.org/schemas/dma/arm,dma-350.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
6+
7+
title: Arm CoreLink DMA-350 Controller
8+
9+
maintainers:
10+
- Robin Murphy <[email protected]>
11+
12+
allOf:
13+
- $ref: dma-controller.yaml#
14+
15+
properties:
16+
compatible:
17+
const: arm,dma-350
18+
19+
reg:
20+
items:
21+
- description: Base and size of the full register map
22+
23+
interrupts:
24+
minItems: 1
25+
items:
26+
- description: Channel 0 interrupt
27+
- description: Channel 1 interrupt
28+
- description: Channel 2 interrupt
29+
- description: Channel 3 interrupt
30+
- description: Channel 4 interrupt
31+
- description: Channel 5 interrupt
32+
- description: Channel 6 interrupt
33+
- description: Channel 7 interrupt
34+
35+
"#dma-cells":
36+
const: 1
37+
description: The cell is the trigger input number
38+
39+
required:
40+
- compatible
41+
- reg
42+
- interrupts
43+
44+
unevaluatedProperties: false

0 commit comments

Comments
 (0)