]> rtime.felk.cvut.cz Git - zynq/linux.git/blob - Documentation/devicetree/bindings/crypto/zynqmp-sha.txt
arm: dt: crypto: Added binding docs for Xilinx ZynqMP SHA3 H/W accelerator
[zynq/linux.git] / Documentation / devicetree / bindings / crypto / zynqmp-sha.txt
1 Xilinx ZynqMP SHA3(keccak-384) hw acceleration support.
2
3 The ZynqMp PS-SHA hw accelerator is used to calculate the
4 SHA3(keccak-384) hash value on the given user data.
5
6 Required properties:
7 - compatible:   should contain "xlnx,zynqmp-keccak-384"
8
9 Example:
10         xlnx_keccak_384: sha384 {
11                 compatible = "xlnx,zynqmp-keccak-384";
12         };