drivers: bluetooth: hci: add hardware reset for da1453x

Add ability to perform a hardware reset of the DA1453x during setup of
the HCI transport.

Signed-off-by: Ian Morris <ian.d.morris@outlook.com>
This commit is contained in:
Ian Morris 2024-10-30 08:48:32 -07:00 committed by Benjamin Cabé
commit 8e51ebf499
4 changed files with 97 additions and 0 deletions

View file

@ -160,6 +160,15 @@ config BT_PSOC6_BLESS
PSOC 6 BLESS driver with BLE Controller which operates in
Single CPU mode.
config BT_DA1453X
bool "DA1453x HCI driver"
default y
depends on DT_HAS_RENESAS_BT_HCI_DA1453X_ENABLED
select GPIO
help
Bluetooth HCI driver for communication with controller
running on DA1453x MCU.
config BT_DA1469X
bool
default y