Skip to content

Commit f60e2de

Browse files
paligclement
authored andcommitted
ARM: dts: turris-omnia: Add atsha204a node
Crypto module atsha204a is available at i2c address 0x64. Module is used for symmetric cryptography and provides also hardware random number generator and OTP storage for device serial number and MAC addresses. Signed-off-by: Pali Rohár <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Signed-off-by: Gregory CLEMENT <[email protected]>
1 parent 3123109 commit f60e2de

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

arch/arm/boot/dts/armada-385-turris-omnia.dts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,11 @@
348348
#size-cells = <0>;
349349
reg = <5>;
350350

351-
/* ATSHA204A at address 0x64 */
351+
/* ATSHA204A-MAHDA-T crypto module */
352+
crypto@64 {
353+
compatible = "atmel,atsha204a";
354+
reg = <0x64>;
355+
};
352356
};
353357

354358
i2c@6 {

0 commit comments

Comments
 (0)