Commit e07fd0f6 authored by Alexandre Belloni's avatar Alexandre Belloni

Documentation: dt: atmel-at91: Document secumod bindings

A security module is available starting with sama5d2, add its bindings.
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
parent af692400
...@@ -225,3 +225,19 @@ required properties: ...@@ -225,3 +225,19 @@ required properties:
compatible = "atmel,sama5d3-sfr", "syscon"; compatible = "atmel,sama5d3-sfr", "syscon";
reg = <0xf0038000 0x60>; 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>;
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment