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:
parent
8e51ebf499
commit
dae37b69c5
1 changed files with 7 additions and 0 deletions
|
|
@ -15,5 +15,12 @@
|
||||||
|
|
||||||
bt_hci_uart: bt_hci_uart {
|
bt_hci_uart: bt_hci_uart {
|
||||||
compatible = "zephyr,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";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue