Path: blob/master/Documentation/devicetree/bindings/dma/arm,pl330.yaml
26308 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/dma/arm,pl330.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: ARM PrimeCell PL330 DMA Controller78maintainers:9- Vinod Koul <vkoul@kernel.org>1011description:12The ARM PrimeCell PL330 DMA controller can move blocks of memory contents13between memory and peripherals or memory to memory.1415# We need a select here so we don't match all nodes with 'arm,primecell'16select:17properties:18compatible:19contains:20const: arm,pl33021required:22- compatible2324allOf:25- $ref: dma-controller.yaml#26- $ref: /schemas/arm/primecell.yaml#2728properties:29compatible:30items:31- enum:32- arm,pl33033- const: arm,primecell3435reg:36maxItems: 13738interrupts:39minItems: 140maxItems: 3241description: A single combined interrupt or an interrupt per event4243'#dma-cells':44const: 145description: Contains the DMA request number for the consumer4647arm,pl330-broken-no-flushp:48type: boolean49description: quirk for avoiding to execute DMAFLUSHP5051arm,pl330-periph-burst:52type: boolean53description: quirk for performing burst transfer only5455dma-coherent: true5657iommus:58minItems: 159maxItems: 960description: Up to 1 IOMMU entry per DMA channel for writes and 161IOMMU entry for reads.6263power-domains:64maxItems: 16566resets:67minItems: 168maxItems: 26970reset-names:71minItems: 172items:73- const: dma74- const: dma-ocp7576required:77- compatible78- reg79- interrupts8081unevaluatedProperties: false8283examples:84- |85dma-controller@12680000 {86compatible = "arm,pl330", "arm,primecell";87reg = <0x12680000 0x1000>;88interrupts = <99>;89#dma-cells = <1>;90};91...929394