Skip to content

Commit

Permalink
tests: entropy: api: add overlay for Nucleo-WB07CC
Browse files Browse the repository at this point in the history
Add overlay to allow testing of TRNG on STM32WB07.

Signed-off-by: Mathieu Choplain <mathieu.choplain@st.com>
  • Loading branch information
mathieuchopstm committed Jan 13, 2025
1 parent aba323c commit 636fd1d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tests/drivers/entropy/api/boards/nucleo_wb07cc.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/*
* Copyright (c) 2024 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/

/ {
chosen {
zephyr,entropy = &rng;
};
};

&rng {
status = "okay";
};

0 comments on commit 636fd1d

Please sign in to comment.