Skip to content

Commit

Permalink
soc: nordic: nrf54L: Switch default entropy driver to new CRACEN one
Browse files Browse the repository at this point in the history
Switch the default entropy driver for 54L05/10/15 devices to the new
CRACEN based one.

Signed-off-by: Alberto Escolar Piedras <[email protected]>
  • Loading branch information
aescolar committed Jan 15, 2025
1 parent 4828595 commit e3b2096
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dts/arm/nordic/nrf54l_05_10_15_cpuapp.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ nvic: &cpuapp_nvic {};
/ {
chosen {
zephyr,bt-hci = &bt_hci_controller;
zephyr,entropy = &rng;
};

soc {
Expand All @@ -24,6 +25,11 @@ nvic: &cpuapp_nvic {};
ranges;
};

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

psa_rng: psa-rng {
compatible = "zephyr,psa-crypto-rng";
status = "disabled";
Expand Down

0 comments on commit e3b2096

Please sign in to comment.