xref: /freebsd/sys/contrib/device-tree/Bindings/dma/arm,dma-350.yaml (revision ae5de77ed78ae54d86cead5604869212e8008e6b)
1*ae5de77eSEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2*ae5de77eSEmmanuel Vadot%YAML 1.2
3*ae5de77eSEmmanuel Vadot---
4*ae5de77eSEmmanuel Vadot$id: http://devicetree.org/schemas/dma/arm,dma-350.yaml#
5*ae5de77eSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6*ae5de77eSEmmanuel Vadot
7*ae5de77eSEmmanuel Vadottitle: Arm CoreLink DMA-350 Controller
8*ae5de77eSEmmanuel Vadot
9*ae5de77eSEmmanuel Vadotmaintainers:
10*ae5de77eSEmmanuel Vadot  - Robin Murphy <robin.murphy@arm.com>
11*ae5de77eSEmmanuel Vadot
12*ae5de77eSEmmanuel VadotallOf:
13*ae5de77eSEmmanuel Vadot  - $ref: dma-controller.yaml#
14*ae5de77eSEmmanuel Vadot
15*ae5de77eSEmmanuel Vadotproperties:
16*ae5de77eSEmmanuel Vadot  compatible:
17*ae5de77eSEmmanuel Vadot    const: arm,dma-350
18*ae5de77eSEmmanuel Vadot
19*ae5de77eSEmmanuel Vadot  reg:
20*ae5de77eSEmmanuel Vadot    items:
21*ae5de77eSEmmanuel Vadot      - description: Base and size of the full register map
22*ae5de77eSEmmanuel Vadot
23*ae5de77eSEmmanuel Vadot  interrupts:
24*ae5de77eSEmmanuel Vadot    minItems: 1
25*ae5de77eSEmmanuel Vadot    items:
26*ae5de77eSEmmanuel Vadot      - description: Channel 0 interrupt
27*ae5de77eSEmmanuel Vadot      - description: Channel 1 interrupt
28*ae5de77eSEmmanuel Vadot      - description: Channel 2 interrupt
29*ae5de77eSEmmanuel Vadot      - description: Channel 3 interrupt
30*ae5de77eSEmmanuel Vadot      - description: Channel 4 interrupt
31*ae5de77eSEmmanuel Vadot      - description: Channel 5 interrupt
32*ae5de77eSEmmanuel Vadot      - description: Channel 6 interrupt
33*ae5de77eSEmmanuel Vadot      - description: Channel 7 interrupt
34*ae5de77eSEmmanuel Vadot
35*ae5de77eSEmmanuel Vadot  "#dma-cells":
36*ae5de77eSEmmanuel Vadot    const: 1
37*ae5de77eSEmmanuel Vadot    description: The cell is the trigger input number
38*ae5de77eSEmmanuel Vadot
39*ae5de77eSEmmanuel Vadotrequired:
40*ae5de77eSEmmanuel Vadot  - compatible
41*ae5de77eSEmmanuel Vadot  - reg
42*ae5de77eSEmmanuel Vadot  - interrupts
43*ae5de77eSEmmanuel Vadot
44*ae5de77eSEmmanuel VadotunevaluatedProperties: false
45