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 <jordan@embeint.com>
This commit is contained in:
Jordan Yates 2024-04-07 16:12:25 +10:00 committed by Benjamin Cabé
commit c458d92cf1

View file

@ -32,7 +32,7 @@
rng_hci: entropy_bt_hci {
compatible = "zephyr,bt-hci-entropy";
status = "okay";
status = "disabled";
};
sw_pwm: sw-pwm {