Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
[linux-2.6-block.git] / Documentation / devicetree / bindings / arm / atmel-at91.txt
index e1f5ad855f14f3e8ccbed1f1387eb3c10c04e841..29737b9b616e46920a6df2a6c9327499eda8b69e 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>;
+       };