1# Copyright (c) 2023 Cypress Semiconductor Corporation (an Infineon company) or
2# an affiliate of Cypress Semiconductor Corporation
3#
4# SPDX-License-Identifier: Apache-2.0
5
6description: |
7    Bluetooth module that uses Infineon's Host Controller Interface
8
9compatible: "infineon,cat1-bless-hci"
10
11include: bt-hci.yaml
12
13properties:
14  bt-hci-name:
15    default: "PSOC 6 BLESS"
16  bt-hci-bus:
17    default: "virtual"
18  bt-hci-quirks:
19    default: ["no-reset"]
20  interrupts:
21    required: true
22