From c458d92cf1efbf5e0092dfa6cccc0a20b9150991 Mon Sep 17 00:00:00 2001 From: Jordan Yates Date: Sun, 7 Apr 2024 16:12:25 +1000 Subject: [PATCH] dts: nordic: `rng_hci` disabled by default As a software construct that depends upon Bluetooth being enabled, this device should not be enabled by default. Most nRF SoC's have internal `RNG` hardware that is much more efficient to access. Signed-off-by: Jordan Yates --- dts/vendor/nordic/nrf_common.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dts/vendor/nordic/nrf_common.dtsi b/dts/vendor/nordic/nrf_common.dtsi index 6293a82ed97..a9d5b303c31 100644 --- a/dts/vendor/nordic/nrf_common.dtsi +++ b/dts/vendor/nordic/nrf_common.dtsi @@ -32,7 +32,7 @@ rng_hci: entropy_bt_hci { compatible = "zephyr,bt-hci-entropy"; - status = "okay"; + status = "disabled"; }; sw_pwm: sw-pwm {