| - compatible: Should be "marvell,orion-xor" |
| - reg: Should contain registers location and length (two sets) |
| the first set is the low registers, the second set the high |
| registers for the XOR engine. |
| - clocks: pointer to the reference clock |
| The DT node must also contains sub-nodes for each XOR channel that the |
| XOR engine has. Those sub-nodes have the following required |
| - interrupts: interrupt of the XOR channel |
| And the following optional properties: |
| - dmacap,memcpy to indicate that the XOR channel is capable of memcpy operations |
| - dmacap,memset to indicate that the XOR channel is capable of memset operations |
| - dmacap,xor to indicate that the XOR channel is capable of xor operations |
| compatible = "marvell,orion-xor"; |