diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2016-04-29 03:49:09 -0400 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2016-04-29 09:07:42 -0400 |
commit | 19b67d5c8b2dbef9a10bc1aeb96a861c57a0bdf8 (patch) | |
tree | 1b3dbb71a3760a64c7febbe9699941c492e925d2 | |
parent | 150fa1128438746280d9d9b403f0a42883a0e70c (diff) |
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 <mw@semihalf.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
-rw-r--r-- | arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi index 1d4fb4d27787..9e2efb882983 100644 --- a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi | |||
@@ -113,6 +113,19 @@ | |||
113 | status = "disabled"; | 113 | status = "disabled"; |
114 | }; | 114 | }; |
115 | 115 | ||
116 | xor@60900 { | ||
117 | compatible = "marvell,armada-3700-xor"; | ||
118 | reg = <0x60900 0x100 | ||
119 | 0x60b00 0x100>; | ||
120 | |||
121 | xor10 { | ||
122 | interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>; | ||
123 | }; | ||
124 | xor11 { | ||
125 | interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>; | ||
126 | }; | ||
127 | }; | ||
128 | |||
116 | sata: sata@e0000 { | 129 | sata: sata@e0000 { |
117 | compatible = "marvell,armada-3700-ahci"; | 130 | compatible = "marvell,armada-3700-ahci"; |
118 | reg = <0xe0000 0x2000>; | 131 | reg = <0xe0000 0x2000>; |