aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamlesh Gurudasani <[email protected]>2024-06-18 18:11:13 +0530
committerVignesh Raghavendra <[email protected]>2024-06-22 11:55:14 +0530
commit11926848eb550ea3018ad9e14761785a6f7f25df (patch)
treeb9afa46126f53653d1bab3097310580e33fa75c0
parent5fb89782a9e94936c14f2621637ef9df7c4ac0f0 (diff)
arm64: dts: ti: k3-am62a-main: Enable crypto accelerator
Add the node for sa3ul crypto accelerator. Signed-off-by: Jayesh Choudhary <[email protected]> Signed-off-by: Kamlesh Gurudasani <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vignesh Raghavendra <[email protected]>
-rw-r--r--arch/arm64/boot/dts/ti/k3-am62a-main.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am62a-main.dtsi b/arch/arm64/boot/dts/ti/k3-am62a-main.dtsi
index ce4a2f105630..08b3aea1d30f 100644
--- a/arch/arm64/boot/dts/ti/k3-am62a-main.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62a-main.dtsi
@@ -216,6 +216,14 @@
};
};
+ crypto: crypto@40900000 {
+ compatible = "ti,am62-sa3ul";
+ reg = <0x00 0x40900000 0x00 0x1200>;
+ dmas = <&main_pktdma 0xf501 0>, <&main_pktdma 0x7506 0>,
+ <&main_pktdma 0x7507 0>;
+ dma-names = "tx", "rx1", "rx2";
+ };
+
secure_proxy_sa3: mailbox@43600000 {
compatible = "ti,am654-secure-proxy";
#mbox-cells = <1>;