Documentation: dt: atmel-at91: Document secumod bindings
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Wed, 21 Sep 2016 22:09:34 +0000 (00:09 +0200)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Mon, 7 Nov 2016 22:43:26 +0000 (23:43 +0100)
A security module is available starting with sama5d2, add its bindings.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/arm/atmel-at91.txt

index e1f5ad8..29737b9 100644 (file)
@@ -225,3 +225,19 @@ required properties:
                compatible = "atmel,sama5d3-sfr", "syscon";
                reg = <0xf0038000 0x60>;
        };
+
+Security Module (SECUMOD)
+
+The Security Module macrocell provides all necessary secure functions to avoid
+voltage, temperature, frequency and mechanical attacks on the chip. It also
+embeds secure memories that can be scrambled
+
+required properties:
+- compatible: Should be "atmel,<chip>-secumod", "syscon".
+  <chip> can be "sama5d2".
+- reg: Should contain registers location and length
+
+       secumod@fc040000 {
+               compatible = "atmel,sama5d2-secumod", "syscon";
+               reg = <0xfc040000 0x100>;
+       };