Skip to content

Commit

Permalink
boards nrf54l15bsim: Default to new cracen rng driver
Browse files Browse the repository at this point in the history
Let's default to this new driver.

Signed-off-by: Alberto Escolar Piedras <[email protected]>
  • Loading branch information
aescolar committed Jan 15, 2025
1 parent 0ad7141 commit 4828595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/native/nrf_bsim/nrf54l15bsim_nrf54l15_cpuapp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

rng: rng {
status = "okay";
compatible = "zephyr,native-posix-rng";
compatible = "nordic,nrf54lcracen-ctrdrbg";
};

psa_rng: psa-rng {
Expand Down

0 comments on commit 4828595

Please sign in to comment.