[PATCH 2/2] mips: dts: ralink: mt7621: add crypto offload support
Aleksander Jan Bajkowski
olek2 at wp.pl
Thu Jan 1 09:12:05 PST 2026
Add support for the built-in cryptographic accelerator. This accelerator
supports 3DES, AES (128/192/256 bit), ARC4, MD5, SHA1, SHA224, and SHA256.
It also supports full IPSEC and TLS offload, but this feature isn't
implemented in the driver.
Signed-off-by: Aleksander Jan Bajkowski <olek2 at wp.pl>
---
arch/mips/boot/dts/ralink/mt7621.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/mips/boot/dts/ralink/mt7621.dtsi b/arch/mips/boot/dts/ralink/mt7621.dtsi
index 0704eab4a80b..9ba28fa016fb 100644
--- a/arch/mips/boot/dts/ralink/mt7621.dtsi
+++ b/arch/mips/boot/dts/ralink/mt7621.dtsi
@@ -361,6 +361,14 @@ cdmm: cdmm at 1fbf8000 {
reg = <0x1fbf8000 0x8000>;
};
+ crypto at 1e004000 {
+ compatible = "mediatek,mt7621-eip93", "inside-secure,safexcel-eip93ies";
+ reg = <0x1e004000 0x1000>;
+
+ interrupt-parent = <&gic>;
+ interrupts = <GIC_SHARED 19 IRQ_TYPE_LEVEL_HIGH>;
+ };
+
ethernet: ethernet at 1e100000 {
compatible = "mediatek,mt7621-eth";
reg = <0x1e100000 0x10000>;
--
2.47.3
More information about the Linux-mediatek
mailing list