1description: Bluetooth HCI provided by the native Zephyr Bluetooth Controller
2
3compatible: "zephyr,bt-hci-ll-sw-split"
4
5include: bt-hci.yaml
6
7properties:
8  bt-hci-name:
9    default: "Controller"
10  bt-hci-bus:
11    default: "virtual"
12  bt-hci-quirks:
13    default: ["no-auto-dle"]
14