summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorFranck LENORMAND <franck.lenormand@nxp.com>2018-04-25 15:17:32 +0200
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:32:45 +0800
commitd6f60abbea0e74f728d0c954c5bbfb21bd0bd4cd (patch)
tree01f0c8a23fee7ceb27587b4a4c65f3c512f69f37 /Documentation
parent514ce7d3f8e1c8df163b1ab918cdcd42ef5ea4ba (diff)
MLK-18082: defconfig: Add caam to 7ulp conf
Signed-off-by: Franck LENORMAND <franck.lenormand@nxp.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/crypto/fsl-sec4.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/crypto/fsl-sec4.txt b/Documentation/devicetree/bindings/crypto/fsl-sec4.txt
index 304b51526c2b..ce66d8c9bda7 100644
--- a/Documentation/devicetree/bindings/crypto/fsl-sec4.txt
+++ b/Documentation/devicetree/bindings/crypto/fsl-sec4.txt
@@ -176,6 +176,9 @@ PROPERTIES
Value type: <string>
Definition: Must include "fsl,sec-v4.0-ctrl".
+ platform precision:
+ - "fsl,imx7d-caam"
+
- reg
Usage: required
Value type: <prop-encoded-array>
@@ -258,6 +261,25 @@ EXAMPLE
interrupts = <88 2>;
};
+=====================================================================
+Secure memory (SM) Node
+
+ - compatible
+ Usage: required
+ Value type: <string>
+ Definition: Must include "fsl,imx6q-caam-sm"
+
+ - reg
+ Usage: required
+ Value type: <prop-encoded-array>
+ Definition: Specifies a two SM parameters: an offset from
+ the parent physical address and the length the SM registers.
+
+EXAMPLE
+ caam_sm: caam-sm@00100000 {
+ compatible = "fsl,imx6q-caam-sm";
+ reg = <0x00100000 0x3fff>;
+ };
=====================================================================
Run Time Integrity Check (RTIC) Node