aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/crypto/xlnx,zynqmp-aes.txt
blob: 226bfb9261d728644d0289f4991646d903a94641 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Xilinx ZynqMP AES hw acceleration support

The ZynqMP PS-AES hw accelerator is used to encrypt/decrypt
the given user data.

Required properties:
- compatible: should contain "xlnx,zynqmp-aes"

Example:
	zynqmp_aes {
		compatible = "xlnx,zynqmp-aes";
	};