1# UART Bluetooth HCI device
2
3description: Bluetooth HCI behind a 3-Wire UART device (H:5)
4
5compatible: "zephyr,bt-hci-3wire-uart"
6
7include: bt-hci.yaml
8
9properties:
10  bt-hci-name:
11    default: "H:5"
12  bt-hci-bus:
13    default: "uart"
14