]> rtime.felk.cvut.cz Git - vajnamar/linux-xlnx.git/blob - Documentation/devicetree/bindings/crypto/zynqmp-rsa.txt
arm: dt: crypto: Added binding docs for Xilinx ZynqMP RSA H/W accelerator
[vajnamar/linux-xlnx.git] / Documentation / devicetree / bindings / crypto / zynqmp-rsa.txt
1 Xilinx ZynqMP RSA hw acceleration support
2
3 The zynqmp PS-RSA hw accelerator is used to encrypt/decrypt
4 the given user data.
5
6 Required properties:
7 - compatible:   should contain "xlnx,zynqmp-rsa"
8
9 Example:
10         xlnx_rsa: zynqmp_rsa {
11                 compatible = "xlnx,zynqmp-rsa";
12         };