| - compatible: one of the following values: |
| - reg: Should contain registers location and length (two sets) |
| the first set is the DMA registers |
| the second set is the global registers |
| - msi-parent: Phandle to the MSI-capable interrupt controller used for |
| - clocks: Optional reference to the clocks used by the XOR engine. |
| - clock-names: mandatory if there is a second clock, in this case the |
| name must be "core" for the first clock and "reg" for the second |
| compatible = "marvell,xor-v2"; |
| msi-parent = <&gic_v2m0>; |