Path: blob/master/Documentation/devicetree/bindings/dma/marvell,xor-v2.yaml
26308 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/dma/marvell,xor-v2.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Marvell XOR v2 engines78maintainers:9- Andrew Lunn <andrew@lunn.ch>1011properties:12compatible:13oneOf:14- const: marvell,xor-v215- items:16- enum:17- marvell,armada-7k-xor18- const: marvell,xor-v21920reg:21items:22- description: DMA registers23- description: global registers2425clocks:26minItems: 127maxItems: 22829clock-names:30minItems: 131items:32- const: core33- const: reg3435msi-parent:36description:37Phandle to the MSI-capable interrupt controller used for38interrupts.39maxItems: 14041dma-coherent: true4243required:44- compatible45- reg46- msi-parent47- dma-coherent4849additionalProperties: false5051examples:52- |53xor0@6a0000 {54compatible = "marvell,armada-7k-xor", "marvell,xor-v2";55reg = <0x6a0000 0x1000>, <0x6b0000 0x1000>;56clocks = <&ap_clk 0>, <&ap_clk 1>;57clock-names = "core", "reg";58msi-parent = <&gic_v2m0>;59dma-coherent;60};616263