Skip to content

Commit dc286e8

Browse files
committed
Revert "samples: bluetooth: Enable PSA RNG on 54h in Dragoon-owned samples"
This reverts commit 13675ca. The PSA RNG is enabled by default in sdk-nrf. There is no more need to enable it in samples. Signed-off-by: Piotr Pryga <[email protected]>
1 parent 050eaba commit dc286e8

22 files changed

+0
-248
lines changed

samples/bluetooth/conn_time_sync/boards/nrf54h20dk_nrf54h20_cpuapp.conf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,4 @@
44
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
#
66

7-
# Enable PSA RNG
8-
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n
9-
CONFIG_PSA_SSF_CRYPTO_CLIENT=y
10-
CONFIG_MBEDTLS_PSA_CRYPTO_C=y
11-
CONFIG_NRF_SECURITY=y
12-
137
CONFIG_SOC_NRF54H20_CPURAD_ENABLE=y

samples/bluetooth/conn_time_sync/boards/nrf54h20dk_nrf54h20_cpuapp.overlay

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,3 @@
2323
nonsecure-channels = < 0x5>;
2424
owned-channels = < 0x4 0x5 0x6>;
2525
};
26-
27-
// Enable PSA RNG
28-
/ {
29-
chosen {
30-
zephyr,entropy = &psa_rng;
31-
};
32-
33-
psa_rng: psa-rng {
34-
compatible = "zephyr,psa-crypto-rng";
35-
status = "okay";
36-
};
37-
38-
/delete-node/ prng;
39-
};

samples/bluetooth/conn_time_sync/sysbuild/ipc_radio/boards/nrf54h20dk_nrf54h20_cpurad.overlay

Lines changed: 0 additions & 13 deletions
This file was deleted.

samples/bluetooth/event_trigger/boards/nrf54h20dk_nrf54h20_cpurad.conf

Lines changed: 0 additions & 11 deletions
This file was deleted.

samples/bluetooth/event_trigger/boards/nrf54h20dk_nrf54h20_cpurad.overlay

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,3 @@
99
egu = &egu020;
1010
};
1111
};
12-
13-
// Enable PSA RNG
14-
/ {
15-
chosen {
16-
zephyr,entropy = &psa_rng;
17-
};
18-
19-
psa_rng: psa-rng {
20-
compatible = "zephyr,psa-crypto-rng";
21-
status = "okay";
22-
};
23-
24-
/delete-node/ prng;
25-
};

samples/bluetooth/iso_combined_bis_and_cis/boards/nrf54h20dk_nrf54h20_cpuapp.conf

Lines changed: 0 additions & 13 deletions
This file was deleted.

samples/bluetooth/iso_combined_bis_and_cis/boards/nrf54h20dk_nrf54h20_cpuapp.overlay

Lines changed: 0 additions & 13 deletions
This file was deleted.

samples/bluetooth/iso_time_sync/boards/nrf54h20dk_nrf54h20_cpuapp.conf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,4 @@
44
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
#
66

7-
# Enable PSA RNG
8-
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n
9-
CONFIG_PSA_SSF_CRYPTO_CLIENT=y
10-
CONFIG_MBEDTLS_PSA_CRYPTO_C=y
11-
CONFIG_NRF_SECURITY=y
12-
137
CONFIG_SOC_NRF54H20_CPURAD_ENABLE=y

samples/bluetooth/iso_time_sync/boards/nrf54h20dk_nrf54h20_cpuapp.overlay

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,3 @@
2323
nonsecure-channels = < 0x5>;
2424
owned-channels = < 0x4 0x5 0x6>;
2525
};
26-
27-
// Enable PSA RNG
28-
/ {
29-
chosen {
30-
zephyr,entropy = &psa_rng;
31-
};
32-
33-
psa_rng: psa-rng {
34-
compatible = "zephyr,psa-crypto-rng";
35-
status = "okay";
36-
};
37-
38-
/delete-node/ prng;
39-
};

samples/bluetooth/radio_coex_1wire/boards/nrf54h20dk_nrf54h20_cpurad.conf

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)