Skip to content

Commit 1192684

Browse files
ti-kamleshr-vignesh
authored andcommitted
arm64: dts: ti: k3-am62a-main: Enable crypto accelerator
Add the node for sa3ul crypto accelerator. Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com> Signed-off-by: Kamlesh Gurudasani <kamlesh@ti.com> Link: https://lore.kernel.org/r/20240617-crytpo-am62a-v2-1-dc7a14f2635b@ti.com Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
1 parent 5fb8978 commit 1192684

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

arch/arm64/boot/dts/ti/k3-am62a-main.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,14 @@
216216
};
217217
};
218218

219+
crypto: crypto@40900000 {
220+
compatible = "ti,am62-sa3ul";
221+
reg = <0x00 0x40900000 0x00 0x1200>;
222+
dmas = <&main_pktdma 0xf501 0>, <&main_pktdma 0x7506 0>,
223+
<&main_pktdma 0x7507 0>;
224+
dma-names = "tx", "rx1", "rx2";
225+
};
226+
219227
secure_proxy_sa3: mailbox@43600000 {
220228
compatible = "ti,am654-secure-proxy";
221229
#mbox-cells = <1>;

0 commit comments

Comments
 (0)