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:
parent
ced0676911
commit
0dda0d1cca
1 changed files with 6 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue