soc: nordic: nrf54L: Switch default entropy driver to new CRACEN one

Switch the default entropy driver for 54L05/10/15 devices to the new
CRACEN based one.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2025-01-14 10:25:32 +01:00 committed by Benjamin Cabé
parent f4cdb0f07e
commit 2f33aae8cd

View file

@ -16,6 +16,7 @@ nvic: &cpuapp_nvic {};
/ {
chosen {
zephyr,bt-hci = &bt_hci_controller;
zephyr,entropy = &rng;
};
soc {
@ -24,6 +25,11 @@ nvic: &cpuapp_nvic {};
ranges;
};
rng: rng {
status = "okay";
compatible = "nordic,nrf-cracen-ctrdrbg";
};
psa_rng: psa-rng {
compatible = "zephyr,psa-crypto-rng";
status = "disabled";