xref: /freebsd/sys/contrib/device-tree/Bindings/dma/arm,dma-350.yaml (revision ae5de77ed78ae54d86cead5604869212e8008e6b)
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
7title: Arm CoreLink DMA-350 Controller
8
9maintainers:
10  - Robin Murphy <robin.murphy@arm.com>
11
12allOf:
13  - $ref: dma-controller.yaml#
14
15properties:
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
39required:
40  - compatible
41  - reg
42  - interrupts
43
44unevaluatedProperties: false
45