1 * Marvell XOR v2 engines
4 - compatible: one of the following values:
5 "marvell,armada-7k-xor"
7 - reg: Should contain registers location and length (two sets)
8 the first set is the DMA registers
9 the second set is the global registers
10 - msi-parent: Phandle to the MSI-capable interrupt controller used for
14 - clocks: Optional reference to the clocks used by the XOR engine.
15 - clock-names: mandatory if there is a second clock, in this case the
16 name must be "core" for the first clock and "reg" for the second
23 compatible = "marvell,xor-v2";
24 reg = <0x400000 0x1000>,
26 msi-parent = <&gic_v2m0>;