boards nrf5340bsim_cpuapp: Define chosen entropy source

Override the chosen entropy source irrespectively of what the
SOC may chose.
This is to avoid problems as the SOC may select the
cryptocell, but we do not support it in the simulated
target.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2023-11-29 13:36:27 +01:00 committed by Fabio Baltieri
parent 9f7209241b
commit 25599df05e

View file

@ -45,6 +45,7 @@
};
chosen {
zephyr,entropy = &rng_hci;
zephyr,flash = &flash0;
zephyr,bt-hci-ipc = &ipc0;
nordic,802154-spinel-ipc = &ipc0;