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 clock used by the XOR engine.
19 compatible = "marvell,xor-v2";
20 reg = <0x400000 0x1000>,
22 msi-parent = <&gic_v2m0>;