From 8896e689a8c0282aaee7d3a3a6e30d174e6a242a Mon Sep 17 00:00:00 2001 From: Nava kishore Manne Date: Tue, 19 Sep 2017 14:40:53 +0530 Subject: [PATCH] arm: dt: crypto: Added binding docs for Xilinx ZynqMP RSA H/W accelerator New bindings document for ZynqMP RSA H/W accelerator. Signed-off-by: Nava kishore Manne Signed-off-by: Michal Simek --- .../devicetree/bindings/crypto/zynqmp-rsa.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Documentation/devicetree/bindings/crypto/zynqmp-rsa.txt diff --git a/Documentation/devicetree/bindings/crypto/zynqmp-rsa.txt b/Documentation/devicetree/bindings/crypto/zynqmp-rsa.txt new file mode 100644 index 000000000000..6b4c0e0446fc --- /dev/null +++ b/Documentation/devicetree/bindings/crypto/zynqmp-rsa.txt @@ -0,0 +1,12 @@ +Xilinx ZynqMP RSA hw acceleration support + +The zynqmp PS-RSA hw accelerator is used to encrypt/decrypt +the given user data. + +Required properties: +- compatible: should contain "xlnx,zynqmp-rsa" + +Example: + xlnx_rsa: zynqmp_rsa { + compatible = "xlnx,zynqmp-rsa"; + }; -- 2.39.2