Skip to content

Commit 56f2f14

Browse files
committed
samples: drivers: crypto: Add AES sample support for MSPM0 board.
Add board-specific overlay to enable the MSPM0 AES in the zephyr crypto sample for lp_mspm0g3507 board. Signed-off-by: Girinandha Manivelpandiyan <[email protected]>
1 parent 43fe6c0 commit 56f2f14

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* Copyright (c) 2025 Linumiz GmbH
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&aes {
8+
status = "okay";
9+
};

0 commit comments

Comments
 (0)