Skip to content

Commit a0d1032

Browse files
e-rkrlubos
authored andcommitted
[nrf noup] entropy: Add fake entropy nRF PRNG driver
This adds temporary entropy driver simulation for nRF54l09 device since final entropy source is not available yet. TODO: Remove this commit when proper solution will be available. Signed-off-by: Rafał Kuźnia <[email protected]> (cherry picked from commit 3d02dc6)
1 parent d2ca243 commit a0d1032

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dts/arm/nordic/nrf54l09_enga_cpuapp.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ nvic: &cpuapp_nvic {};
1818
/ {
1919
chosen {
2020
zephyr,bt-hci = &bt_hci_controller;
21+
zephyr,entropy = &prng;
2122
};
2223

2324
soc {
@@ -30,6 +31,11 @@ nvic: &cpuapp_nvic {};
3031
compatible = "zephyr,psa-crypto-rng";
3132
status = "disabled";
3233
};
34+
35+
prng: prng {
36+
compatible = "nordic,entropy-prng";
37+
status = "okay";
38+
};
3339
};
3440

3541
&bt_hci_controller {

0 commit comments

Comments
 (0)