Skip to content

Commit b9b93f9

Browse files
committed
[nrf noup] boards: nrf54h20dk: Enable PSA RNG
Noup since secdom is not available upstream. As the default Zephyr entropy provider. Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent aec6643 commit b9b93f9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp.dts

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

3233
aliases {
@@ -107,6 +108,11 @@
107108
pwms = <&pwm130 0 PWM_MSEC(20) PWM_POLARITY_NORMAL>;
108109
};
109110
};
111+
112+
psa_rng: psa-rng {
113+
compatible = "zephyr,psa-crypto-rng";
114+
status = "okay";
115+
};
110116
};
111117

112118
&cpuapp_ram0x_region {

0 commit comments

Comments
 (0)