aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/crypto/zynqmp-sha.txt
blob: c7be6e2ce24676cf2fb1a5f2a99ae7c2274e7c3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Xilinx ZynqMP SHA3(keccak-384) hw acceleration support.

The ZynqMp PS-SHA hw accelerator is used to calculate the
SHA3(keccak-384) hash value on the given user data.

Required properties:
- compatible:	should contain "xlnx,zynqmp-keccak-384"

Example:
	xlnx_keccak_384: sha384 {
		compatible = "xlnx,zynqmp-keccak-384";
	};