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:
parent
f4cdb0f07e
commit
2f33aae8cd
1 changed files with 6 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ nvic: &cpuapp_nvic {};
|
||||||
/ {
|
/ {
|
||||||
chosen {
|
chosen {
|
||||||
zephyr,bt-hci = &bt_hci_controller;
|
zephyr,bt-hci = &bt_hci_controller;
|
||||||
|
zephyr,entropy = &rng;
|
||||||
};
|
};
|
||||||
|
|
||||||
soc {
|
soc {
|
||||||
|
|
@ -24,6 +25,11 @@ nvic: &cpuapp_nvic {};
|
||||||
ranges;
|
ranges;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
rng: rng {
|
||||||
|
status = "okay";
|
||||||
|
compatible = "nordic,nrf-cracen-ctrdrbg";
|
||||||
|
};
|
||||||
|
|
||||||
psa_rng: psa-rng {
|
psa_rng: psa-rng {
|
||||||
compatible = "zephyr,psa-crypto-rng";
|
compatible = "zephyr,psa-crypto-rng";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue