board nrf54l15bsim: Let's use the native entropy driver

Let's use the native_posix entropy driver by now,
as the real target relies on the PSA one, and we
currently do not have plans to include that.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2024-05-14 13:21:36 +02:00 committed by Fabio Baltieri
commit 0dda0d1cca

View file

@ -14,6 +14,7 @@
compatible = "bsim,nrf54l15-bsim-nrf54l15-cpuapp", "bsim,nrf54";
chosen {
zephyr,entropy = &rng;
};
/delete-node/ cpus;
@ -66,6 +67,11 @@
/delete-node/ gpiote@5000d000;
/delete-node/ crypto@50844000;
};
rng: rng {
status = "okay";
compatible = "zephyr,native-posix-rng";
};
};
&grtc {