]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
arm64: dts: marvell: add XOR engine description for Armada 7K/8K CP
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 16 Jun 2016 12:28:36 +0000 (14:28 +0200)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Thu, 30 Jun 2016 11:50:30 +0000 (13:50 +0200)
This commit adds the Device Tree description for the two XOR engines
found in the CP part of the Armada 7K/8K SoC.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi

index 367138bae3e0f919ebcb98ef6489039d3040c752..da31bbbbb59ee59b1a03648108cb5aca5a9a79f6 100644 (file)
                                status = "disabled";
                        };
 
+                       cpm_xor0: xor@6a0000 {
+                               compatible = "marvell,armada-7k-xor", "marvell,xor-v2";
+                               reg = <0x6a0000 0x1000>,
+                                     <0x6b0000 0x1000>;
+                               dma-coherent;
+                               msi-parent = <&gic_v2m0>;
+                               clocks = <&cpm_syscon0 1 8>;
+                       };
+
+                       cpm_xor1: xor@6c0000 {
+                               compatible = "marvell,armada-7k-xor", "marvell,xor-v2";
+                               reg = <0x6c0000 0x1000>,
+                                     <0x6d0000 0x1000>;
+                               dma-coherent;
+                               msi-parent = <&gic_v2m0>;
+                               clocks = <&cpm_syscon0 1 7>;
+                       };
+
                        cpm_spi0: spi@700600 {
                                compatible = "marvell,armada-380-spi";
                                reg = <0x700600 0x50>;