]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: ti: k3-am62a-main: Enable crypto accelerator
authorKamlesh Gurudasani <kamlesh@ti.com>
Tue, 18 Jun 2024 12:41:13 +0000 (18:11 +0530)
committerVignesh Raghavendra <vigneshr@ti.com>
Sat, 22 Jun 2024 06:25:14 +0000 (11:55 +0530)
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>
arch/arm64/boot/dts/ti/k3-am62a-main.dtsi

index ce4a2f1056300a0f12df69e2f42b4311ffe23359..08b3aea1d30f4d76a2a7ed54e78f31d669564508 100644 (file)
                };
        };
 
+       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>;