Skip to content

Commit 58a0790

Browse files
seko-nordicrlubos
authored andcommitted
Revert "[nrf noup] boards: nordic: Enable PSA RNG for nrf54h20"
This reverts commit 1fdb692. Signed-off-by: Sergey Korotkov <[email protected]>
1 parent 1b82b09 commit 58a0790

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp.dts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
zephyr,bt-hci = &bt_hci_ipc0;
2828
nordic,802154-spinel-ipc = &ipc0;
2929
zephyr,canbus = &can120;
30-
zephyr,entropy = &psa_rng;
30+
zephyr,entropy = &prng;
3131
};
3232

3333
aliases {
@@ -113,11 +113,6 @@
113113

114114
prng: prng {
115115
compatible = "nordic,entropy-prng";
116-
status = "disabled";
117-
};
118-
119-
psa_rng: psa-rng {
120-
compatible = "zephyr,psa-crypto-rng";
121116
status = "okay";
122117
};
123118
};

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpurad.dts

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,16 @@
2828
zephyr,ieee802154 = &cpurad_ieee802154;
2929
zephyr,bt-hci-ipc = &ipc0;
3030
nordic,802154-spinel-ipc = &ipc0;
31-
zephyr,entropy = &psa_rng;
31+
zephyr,entropy = &prng;
3232
};
33-
34-
aliases {
35-
ipc-to-cpusys = &cpurad_cpusys_ipc;
36-
resetinfo = &cpurad_resetinfo;
37-
};
38-
3933
prng: prng {
4034
compatible = "nordic,entropy-prng";
41-
status = "disabled";
35+
status = "okay";
4236
};
4337

44-
psa_rng: psa-rng {
45-
compatible = "zephyr,psa-crypto-rng";
46-
status = "okay";
38+
aliases {
39+
ipc-to-cpusys = &cpurad_cpusys_ipc;
40+
resetinfo = &cpurad_resetinfo;
4741
};
4842
};
4943

0 commit comments

Comments
 (0)