Skip to content

Commit dae37b6

Browse files
iandmorriskartben
authored andcommitted
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 <[email protected]>
1 parent 8e51ebf commit dae37b6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

boards/shields/mikroe_ble_tiny_click/mikroe_ble_tiny_click.overlay

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,12 @@
1515

1616
bt_hci_uart: bt_hci_uart {
1717
compatible = "zephyr,bt-hci-uart";
18+
status = "okay";
19+
20+
da1453x {
21+
compatible = "renesas,bt-hci-da1453x";
22+
reset-gpios = <&mikrobus_header 1 GPIO_ACTIVE_HIGH>;
23+
status = "okay";
24+
};
1825
};
1926
};

0 commit comments

Comments
 (0)