Commit 4504607f authored by Alexander Clouter's avatar Alexander Clouter Committed by Jason Cooper

arm: orion5x: enable xor for orion5x platform

The orion5x SoC includes DMA functionality, so lets enable that
and turn it on by default.
Signed-off-by: default avatarAlexander Clouter <alex@digriz.org.uk>
Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent 48e86997
...@@ -100,6 +100,25 @@ i2c@11000 { ...@@ -100,6 +100,25 @@ i2c@11000 {
status = "disabled"; status = "disabled";
}; };
xor@60900 {
compatible = "marvell,orion-xor";
reg = <0x60900 0x100
0x60b00 0x100>;
status = "okay";
xor00 {
interrupts = <30>;
dmacap,memcpy;
dmacap,xor;
};
xor01 {
interrupts = <31>;
dmacap,memcpy;
dmacap,xor;
dmacap,memset;
};
};
crypto@90000 { crypto@90000 {
compatible = "marvell,orion-crypto"; compatible = "marvell,orion-crypto";
reg = <0x90000 0x10000>, reg = <0x90000 0x10000>,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment