File tree Expand file tree Collapse file tree 5 files changed +8
-12
lines changed Expand file tree Collapse file tree 5 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 88/ {
99 chosen {
1010 zephyr,bt-hci = &bt_hci_controller;
11- zephyr,entropy = &cryptocell ;
11+ zephyr,entropy = &rng ;
1212 zephyr,flash-controller = &flash_controller;
1313 };
1414
562562 reg = <0x5002a000 0x1000>, <0x5002b000 0x1000>;
563563 reg-names = "wrapper", "core";
564564 interrupts = <42 NRF_DEFAULT_IRQ_PRIORITY>;
565- status = "okay ";
565+ status = "disabled ";
566566 };
567567 };
568568};
Original file line number Diff line number Diff line change 3434 };
3535
3636 chosen {
37- zephyr,entropy = &cryptocell ;
37+ zephyr,entropy = &rng_hci ;
3838 zephyr,flash-controller = &flash_controller;
3939 };
4040
103103 reg = <0x50844000 0x1000>, <0x50845000 0x1000>;
104104 reg-names = "wrapper", "core";
105105 interrupts = <68 NRF_DEFAULT_IRQ_PRIORITY>;
106- status = "okay ";
106+ status = "disabled ";
107107 };
108108 };
109109
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ nvic: &cpuapp_nvic {};
1818/ {
1919 chosen {
2020 zephyr,bt-hci = &bt_hci_controller;
21- zephyr,entropy = &psa_rng;
2221 };
2322
2423 soc {
@@ -29,7 +28,7 @@ nvic: &cpuapp_nvic {};
2928
3029 psa_rng: psa-rng {
3130 compatible = "zephyr,psa-crypto-rng";
32- status = "okay ";
31+ status = "disabled ";
3332 };
3433};
3534
Original file line number Diff line number Diff line change 2828 };
2929
3030 chosen {
31- zephyr,entropy = &cryptocell;
3231 zephyr,flash-controller = &flash_controller;
3332 };
3433
5251 reg = <0x50840000 0x1000>, <0x50841000 0x1000>;
5352 reg-names = "wrapper", "core";
5453 interrupts = <64 NRF_DEFAULT_IRQ_PRIORITY>;
55- status = "okay ";
54+ status = "disabled ";
5655 };
5756
5857 ctrlap: ctrlap@50006000 {
Original file line number Diff line number Diff line change @@ -13,12 +13,10 @@ config HAS_HW_NRF_BPROT
1313 def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_BPROT))
1414
1515config HAS_HW_NRF_CC310
16- def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_CRYPTOCELL_310)) || \
17- ($(dt_nodelabel_enabled,psa_rng) && SOC_SERIES_NRF91X)
16+ def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_CRYPTOCELL_310))
1817
1918config HAS_HW_NRF_CC312
20- def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_CRYPTOCELL_312)) || \
21- ($(dt_nodelabel_enabled,psa_rng) && SOC_NRF5340_CPUAPP)
19+ def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_CRYPTOCELL_312))
2220
2321config HAS_HW_NRF_CCM
2422 def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_CCM))
You can’t perform that action at this time.
0 commit comments