Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344291
b: refs/heads/master
c: 0122eee
h: refs/heads/master
i:
  344289: 3eb89ac
  344287: e641b66
v: v3
  • Loading branch information
Thomas Petazzoni committed Nov 20, 2012
1 parent b310709 commit f7136fb
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 49f175b9fed5dbfc370057ae0a2a57d1be750c0a
refs/heads/master: 0122eee890e28e466d682cdc4e1d125cc0ad9fdf
36 changes: 36 additions & 0 deletions trunk/arch/arm/boot/dts/armada-370.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,42 @@
#clock-cells = <1>;
};

xor@d0060800 {
compatible = "marvell,orion-xor";
reg = <0xd0060800 0x100
0xd0060A00 0x100>;
status = "okay";

xor00 {
interrupts = <51>;
dmacap,memcpy;
dmacap,xor;
};
xor01 {
interrupts = <52>;
dmacap,memcpy;
dmacap,xor;
dmacap,memset;
};
};

xor@d0060900 {
compatible = "marvell,orion-xor";
reg = <0xd0060900 0x100
0xd0060b00 0x100>;
status = "okay";

xor10 {
interrupts = <94>;
dmacap,memcpy;
dmacap,xor;
};
xor11 {
interrupts = <95>;
dmacap,memcpy;
dmacap,xor;
dmacap,memset;
};
};
};
};

0 comments on commit f7136fb

Please sign in to comment.