boards: shields: added reset to mikroe ble tiny click

Added ability for host MCU to perform a hardware reset of the DA14531
contained on the Mikroe BLE Tiny Click.

Signed-off-by: Ian Morris <ian.d.morris@outlook.com>
This commit is contained in:
Ian Morris 2024-11-21 11:02:58 -08:00 committed by Benjamin Cabé
commit dae37b69c5

View file

@ -15,5 +15,12 @@
bt_hci_uart: bt_hci_uart {
compatible = "zephyr,bt-hci-uart";
status = "okay";
da1453x {
compatible = "renesas,bt-hci-da1453x";
reset-gpios = <&mikrobus_header 1 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};
};