Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd6317df authored by Joel Fernandes's avatar Joel Fernandes Committed by Benoit Cousson
Browse files

ARM: dts: OMAP4: Add AES node



OMAP4 has an AES module that uses the omap-aes crypto driver.
Add DT entries for the same.

Signed-off-by: default avatarJoel Fernandes <joelf@ti.com>
Signed-off-by: default avatarBenoit Cousson <bcousson@baylibre.com>
parent 0d8d40fc
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -663,5 +663,14 @@
			ram-bits = <12>;
			ti,has-mailbox;
		};

		aes: aes@4b501000 {
			compatible = "ti,omap4-aes";
			ti,hwmods = "aes";
			reg = <0x4b501000 0xa0>;
			interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
			dmas = <&sdma 111>, <&sdma 110>;
			dma-names = "tx", "rx";
		};
	};
};