Path: blob/master/Documentation/devicetree/bindings/dma/arm,dma-350.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/dma/arm,dma-350.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Arm CoreLink DMA-350 Controller78maintainers:9- Robin Murphy <robin.murphy@arm.com>1011allOf:12- $ref: dma-controller.yaml#1314properties:15compatible:16const: arm,dma-3501718reg:19items:20- description: Base and size of the full register map2122interrupts:23minItems: 124items:25- description: Channel 0 interrupt26- description: Channel 1 interrupt27- description: Channel 2 interrupt28- description: Channel 3 interrupt29- description: Channel 4 interrupt30- description: Channel 5 interrupt31- description: Channel 6 interrupt32- description: Channel 7 interrupt3334"#dma-cells":35const: 136description: The cell is the trigger input number3738required:39- compatible40- reg41- interrupts4243unevaluatedProperties: false444546