Skip to content

Commit 973020f

Browse files
atenartgclement
authored andcommitted
arm64: marvell: dts: add crypto engine description for 7k/8k
Add the description of the crypto engine hardware block for the Marvell Armada 7k and Armada 8k processors; for both the CP110 slave and master. Signed-off-by: Antoine Tenart <[email protected]> Signed-off-by: Gregory CLEMENT <[email protected]>
1 parent 910b4c5 commit 973020f

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,21 @@
228228
status = "disabled";
229229
};
230230

231+
cpm_crypto: crypto@800000 {
232+
compatible = "inside-secure,safexcel-eip197";
233+
reg = <0x800000 0x200000>;
234+
interrupts = <GIC_SPI 34 (IRQ_TYPE_EDGE_RISING
235+
| IRQ_TYPE_LEVEL_HIGH)>,
236+
<GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>,
237+
<GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>,
238+
<GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>,
239+
<GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>,
240+
<GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>;
241+
interrupt-names = "mem", "ring0", "ring1",
242+
"ring2", "ring3", "eip";
243+
clocks = <&cpm_syscon0 1 26>;
244+
status = "disabled";
245+
};
231246
};
232247

233248
cpm_pcie0: pcie@f2600000 {

arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,22 @@
217217
clocks = <&cps_syscon0 1 25>;
218218
status = "okay";
219219
};
220+
221+
cps_crypto: crypto@800000 {
222+
compatible = "inside-secure,safexcel-eip197";
223+
reg = <0x800000 0x200000>;
224+
interrupts = <GIC_SPI 34 (IRQ_TYPE_EDGE_RISING
225+
| IRQ_TYPE_LEVEL_HIGH)>,
226+
<GIC_SPI 278 IRQ_TYPE_LEVEL_HIGH>,
227+
<GIC_SPI 279 IRQ_TYPE_LEVEL_HIGH>,
228+
<GIC_SPI 280 IRQ_TYPE_LEVEL_HIGH>,
229+
<GIC_SPI 281 IRQ_TYPE_LEVEL_HIGH>,
230+
<GIC_SPI 282 IRQ_TYPE_LEVEL_HIGH>;
231+
interrupt-names = "mem", "ring0", "ring1",
232+
"ring2", "ring3", "eip";
233+
clocks = <&cps_syscon0 1 26>;
234+
status = "disabled";
235+
};
220236
};
221237

222238
cps_pcie0: pcie@f4600000 {

0 commit comments

Comments
 (0)