Skip to content

Commit

Permalink
tests: entropy: api: add overlay for Nucleo-WB09KE
Browse files Browse the repository at this point in the history
Add device tree overlay to test so that it can run on STM32WB09 hardware.

Signed-off-by: Mathieu Choplain <mathieu.choplain@st.com>
  • Loading branch information
mathieuchopstm committed Dec 17, 2024
1 parent 3cadc60 commit 94f27fa
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tests/drivers/entropy/api/boards/nucleo_wb09ke.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 94f27fa

Please sign in to comment.