Skip to content

Commit 26b0058

Browse files
Mathieu Choplainkartben
authored andcommitted
tests: entropy: api: add overlay for Nucleo-WB07CC
Add overlay to allow testing of TRNG on STM32WB07. Signed-off-by: Mathieu Choplain <[email protected]>
1 parent d592a8c commit 26b0058

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/*
2+
* Copyright (c) 2024 STMicroelectronics
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
chosen {
9+
zephyr,entropy = &rng;
10+
};
11+
};
12+
13+
&rng {
14+
status = "okay";
15+
};

0 commit comments

Comments
 (0)