From c45935859343d2e173f5f6f331a1b4ddb498bfcb Mon Sep 17 00:00:00 2001 From: Franck LENORMAND Date: Wed, 25 Apr 2018 15:17:32 +0200 Subject: MLKU-25-1 dt-bindings: crypto: fsl: add secure memory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a rework of the following i.MX BSP commit (rel_imx_4.19.35_1.1.0_rc2): 0adf02011a49 ("MLK-18082: defconfig: Add caam to 7ulp conf") Signed-off-by: Franck LENORMAND Signed-off-by: Horia Geantă --- .../devicetree/bindings/crypto/fsl-sec4.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'Documentation/devicetree/bindings/crypto') diff --git a/Documentation/devicetree/bindings/crypto/fsl-sec4.txt b/Documentation/devicetree/bindings/crypto/fsl-sec4.txt index c605f090347c..940b380c05cd 100644 --- a/Documentation/devicetree/bindings/crypto/fsl-sec4.txt +++ b/Documentation/devicetree/bindings/crypto/fsl-sec4.txt @@ -202,6 +202,26 @@ EXAMPLE }; +===================================================================== +Secure memory (SM) Node + + - compatible + Usage: required + Value type: + Definition: Must include "fsl,imx6q-caam-sm" + + - reg + Usage: required + Value type: + Definition: Specifies a two SM parameters: an offset from + the parent physical address and the length the SM registers. + +EXAMPLE + caam_sm: caam-sm@100000 { + compatible = "fsl,imx6q-caam-sm"; + reg = <0x100000 0x4000>; + }; + ===================================================================== Run Time Integrity Check (RTIC) Node -- cgit v1.2.3