File tree Expand file tree Collapse file tree 2 files changed +6
-17
lines changed Expand file tree Collapse file tree 2 files changed +6
-17
lines changed Original file line number Diff line number Diff line change 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 {
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};
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments