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:
parent
864d818a41
commit
c458d92cf1
1 changed files with 1 additions and 1 deletions
2
dts/vendor/nordic/nrf_common.dtsi
vendored
2
dts/vendor/nordic/nrf_common.dtsi
vendored
|
@ -32,7 +32,7 @@
|
|||
|
||||
rng_hci: entropy_bt_hci {
|
||||
compatible = "zephyr,bt-hci-entropy";
|
||||
status = "okay";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
sw_pwm: sw-pwm {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue