tests: entropy: api: add overlay for Nucleo-WB07CC

Add overlay to allow testing of TRNG on STM32WB07.

Signed-off-by: Mathieu Choplain <mathieu.choplain@st.com>
This commit is contained in:
Mathieu Choplain 2024-12-18 11:53:14 +01:00 committed by Benjamin Cabé
parent d592a8cea7
commit 26b00580cc

View file

@ -0,0 +1,15 @@
/*
* Copyright (c) 2024 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
chosen {
zephyr,entropy = &rng;
};
};
&rng {
status = "okay";
};