Skip to content

Commit 4fdd486

Browse files
committed
[nrf noup] dts: choose a crypto accelerator for entropy
Set PSA as the entropy source for nRF54lm20a target. PSA is the only NCS-supported interface to CRACEN. Signed-off-by: Piotr Pryga <[email protected]>
1 parent a62bca7 commit 4fdd486

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dts/arm/nordic/nrf54lm20a_enga_cpuapp.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ nvic: &cpuapp_nvic {};
1818
/ {
1919
chosen {
2020
zephyr,bt-hci = &bt_hci_sdc;
21-
zephyr,entropy = &rng;
21+
zephyr,entropy = &psa_rng;
2222
};
2323

2424
soc {
@@ -29,7 +29,7 @@ nvic: &cpuapp_nvic {};
2929

3030
psa_rng: psa-rng {
3131
compatible = "zephyr,psa-crypto-rng";
32-
status = "disabled";
32+
status = "okay";
3333
};
3434

3535
rng: rng {

0 commit comments

Comments
 (0)