Skip to content

Commit 3ef78fc

Browse files
mstasiaknordicrlubos
authored andcommitted
dts: nrf54ls05b: switch entropy driver to cracen
Switched default nRF54LS05B entropy driver to CRACEN. Signed-off-by: Michał Stasiak <[email protected]>
1 parent 437f372 commit 3ef78fc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

dts/arm/nordic/nrf54ls05b_enga_cpuapp.dtsi

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ nvic: &cpuapp_nvic {};
1212

1313
/ {
1414
chosen {
15-
zephyr,entropy = &prng;
15+
zephyr,entropy = &rng;
1616
};
1717

1818
soc {
@@ -28,6 +28,11 @@ nvic: &cpuapp_nvic {};
2828

2929
prng: prng {
3030
compatible = "nordic,entropy-prng";
31+
status = "disabled";
32+
};
33+
34+
rng: rng {
35+
compatible = "nordic,nrf-cracen-ctrdrbg";
3136
status = "okay";
3237
};
3338
};

0 commit comments

Comments
 (0)