From: Gregory CLEMENT Date: Fri, 29 Apr 2016 07:49:09 +0000 (+0200) Subject: arm64: dts: marvell: add XOR node for Armada 3700 SoC X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=19b67d5c8b2dbef9a10bc1aeb96a861c57a0bdf8;p=linux.git arm64: dts: marvell: add XOR node for Armada 3700 SoC Armada 3700 SoC comprise one dual-channel XOR engine and this patch adds its according representation. Signed-off-by: Marcin Wojtas Signed-off-by: Gregory CLEMENT --- diff --git a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi index 1d4fb4d27787c..9e2efb8829835 100644 --- a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi @@ -113,6 +113,19 @@ status = "disabled"; }; + xor@60900 { + compatible = "marvell,armada-3700-xor"; + reg = <0x60900 0x100 + 0x60b00 0x100>; + + xor10 { + interrupts = ; + }; + xor11 { + interrupts = ; + }; + }; + sata: sata@e0000 { compatible = "marvell,armada-3700-ahci"; reg = <0xe0000 0x2000>;