Commit 11926848 authored by Kamlesh Gurudasani's avatar Kamlesh Gurudasani Committed by Vignesh Raghavendra
Browse files

arm64: dts: ti: k3-am62a-main: Enable crypto accelerator

parent 5fb89782
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -216,6 +216,14 @@ k3_reset: reset-controller {
		};
	};

	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>;