xref: /freebsd/sys/contrib/device-tree/Bindings/dma/dma-controller.yaml (revision 8d13bc63c0e1d50bc9e47ac1f26329c999bfecf0)
1c66ec88fSEmmanuel Vadot# SPDX-License-Identifier: GPL-2.0
2c66ec88fSEmmanuel Vadot%YAML 1.2
3c66ec88fSEmmanuel Vadot---
4c66ec88fSEmmanuel Vadot$id: http://devicetree.org/schemas/dma/dma-controller.yaml#
5c66ec88fSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6c66ec88fSEmmanuel Vadot
78bab661aSEmmanuel Vadottitle: DMA Controller Common Properties
8c66ec88fSEmmanuel Vadot
9c66ec88fSEmmanuel Vadotmaintainers:
10c66ec88fSEmmanuel Vadot  - Vinod Koul <vkoul@kernel.org>
11c66ec88fSEmmanuel Vadot
12c66ec88fSEmmanuel VadotallOf:
13*cb7aa33aSEmmanuel Vadot  - $ref: dma-common.yaml#
14c66ec88fSEmmanuel Vadot
15c66ec88fSEmmanuel Vadot# Everything else is described in the common file
16c66ec88fSEmmanuel Vadotproperties:
17c66ec88fSEmmanuel Vadot  $nodename:
18c66ec88fSEmmanuel Vadot    pattern: "^dma-controller(@.*)?$"
19c66ec88fSEmmanuel Vadot
206be33864SEmmanuel VadotadditionalProperties: true
216be33864SEmmanuel Vadot
22c66ec88fSEmmanuel Vadot...
23