Home
last modified time | relevance | path

Searched +full:bt +full:- +full:hci +full:- +full:bus (Results 1 – 25 of 81) sorted by relevance

1234

/Zephyr-latest/dts/bindings/bluetooth/
Dinfineon,cyw43xxx-bt-hci.yaml4 # SPDX-License-Identifier: Apache-2.0
14 current-speed = <115200>;
16 /* HCI-UART pins*/
17 pinctrl-0 = <&p3_1_scb2_uart_tx &p3_0_scb2_uart_rx
19 pinctrl-names = "default";
21 /* HW Flow control must be enabled for HCI H4 */
22 hw-flow-control;
24 bt-hci {
26 compatible = "infineon,cyw43xxx-bt-hci";
27 bt-reg-on-gpios = <&gpio_prt3 4 (GPIO_ACTIVE_HIGH)>;
[all …]
Dbt-hci.yaml1 # Common fields for Bluetooth HCI devices
6 bt-hci-name:
8 description: Name of the HCI transport
9 bt-hci-bus:
11 description: Bus of the transport
13 - "virtual"
14 - "usb"
15 - "pccard"
16 - "uart"
17 - "rs232"
[all …]
Despressif,esp32-bt-hci.yaml1 description: Bluetooth HCI for Espressif ESP32
3 compatible: "espressif,esp32-bt-hci"
5 include: bt-hci.yaml
8 bt-hci-name:
9 default: "BT ESP32"
10 bt-hci-bus:
12 bt-hci-quirks:
13 default: ["no-auto-dle"]
Dzephyr,bt-hci-ipc.yaml1 description: Bluetooth HCI using the IPC subsystem
3 compatible: "zephyr,bt-hci-ipc"
5 include: bt-hci.yaml
8 bt-hci-name:
10 bt-hci-bus:
12 bt-hci-quirks:
13 default: ["no-auto-dle"]
14 bt-hci-ipc-name:
Dsilabs,bt-hci-efr32.yaml1 description: Bluetooth HCI on Silabs boards
3 compatible: "silabs,bt-hci-efr32"
5 include: bt-hci.yaml
8 bt-hci-name:
10 bt-hci-bus:
12 bt-hci-quirks:
13 default: ["no-reset"]
Drenesas,bt-hci-da1469x.yaml1 description: Bluetooth HCI for Renesas DA1469x
3 compatible: "renesas,bt-hci-da1469x"
5 include: bt-hci.yaml
8 bt-hci-name:
9 default: "BT DA1469x"
10 bt-hci-bus:
Dzephyr,bt-hci-userchan.yaml1 description: Bluetooth HCI provided by a Linux HCI user channel socket
3 compatible: "zephyr,bt-hci-userchan"
5 include: bt-hci.yaml
8 bt-hci-name:
9 default: "HCI User Channel"
10 bt-hci-bus:
Dzephyr,bt-hci-ll-sw-split.yaml1 description: Bluetooth HCI provided by the native Zephyr Bluetooth Controller
3 compatible: "zephyr,bt-hci-ll-sw-split"
5 include: bt-hci.yaml
8 bt-hci-name:
10 bt-hci-bus:
12 bt-hci-quirks:
13 default: ["no-auto-dle"]
Dst,hci-stm32wb0.yaml1 description: Bluetooth HCI driver for ST STM32WB0 series
3 compatible: "st,hci-stm32wb0"
5 include: bt-hci.yaml
8 bt-hci-name:
9 default: "HCI over RAM"
10 bt-hci-bus:
12 bt-hci-quirks:
13 default: ["no-reset"]
Dst,hci-stm32wba.yaml1 description: Bluetooth HCI driver for ST STM32WBA
3 compatible: "st,hci-stm32wba"
5 include: bt-hci.yaml
8 bt-hci-name:
9 default: "BT IPM"
10 bt-hci-bus:
Dzephyr,bt-hci-uart.yaml1 # UART Bluetooth HCI device
3 description: Bluetooth HCI behind a UART device (H:4)
5 compatible: "zephyr,bt-hci-uart"
7 include: bt-hci.yaml
10 bt-hci-name:
12 bt-hci-bus:
Dzephyr,bt-hci-3wire-uart.yaml1 # UART Bluetooth HCI device
3 description: Bluetooth HCI behind a 3-Wire UART device (H:5)
5 compatible: "zephyr,bt-hci-3wire-uart"
7 include: bt-hci.yaml
10 bt-hci-name:
12 bt-hci-bus:
Dnxp,hci-ble.yaml2 # SPDX-License-Identifier: Apache-2.0
4 description: NXP BLE HCI information
6 compatible: "nxp,hci-ble"
8 include: bt-hci.yaml
11 bt-hci-name:
12 default: "BT NXP"
13 bt-hci-bus:
Dinfineon,cat1-bless-hci.yaml4 # SPDX-License-Identifier: Apache-2.0
9 compatible: "infineon,cat1-bless-hci"
11 include: bt-hci.yaml
14 bt-hci-name:
16 bt-hci-bus:
18 bt-hci-quirks:
19 default: ["no-reset"]
Dst,stm32wb-ble-rf.yaml2 # SPDX-License-Identifier: Apache-2.0
7 compatible: "st,stm32wb-rf"
9 include: bt-hci.yaml
14 bt-hci-name:
15 default: "BT IPM"
16 bt-hci-bus:
Dinfineon,cyw208xx-hci.yaml4 # SPDX-License-Identifier: Apache-2.0
7 Bluetooth module that uses Infineon CYW208XX HCI bluetooth interface
13 compatible: "infineon,cyw208xx-hci"
15 include: bt-hci.yaml
18 bt-hci-name:
20 bt-hci-bus:
Dzephyr,bt-hci-spi-slave.yaml2 # SPDX-License-Identifier: Apache-2.0
6 Zephyr's Bluetooth Host Controller Interface SPI (HCI SPI) driver.
11 bt-hci@0 {
12 compatible = "zephyr,bt-hci-spi-slave";
14 irq-gpios = <&gpio1 2 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
18 The bt-hci@0 node configures an HCI SPI slave on SPI slave
21 The host interrupt GPIO is set to gpio1 pin 2 via irq-gpios. The
25 compatible: "zephyr,bt-hci-spi-slave"
29 on-bus: spi
32 irq-gpios:
[all …]
Dambiq,bt-hci-spi.yaml2 # SPDX-License-Identifier: Apache-2.0
8 compatible: "ambiq,bt-hci-spi"
10 include: [spi-device.yaml, bt-hci.yaml]
17 irq-gpios:
18 type: phandle-array
23 reset-gpios:
24 type: phandle-array
28 clkreq-gpios:
29 type: phandle-array
36 bt-hci-name:
[all …]
Dzephyr,bt-hci-spi.yaml1 # Copyright (c) 2018, I-SENSE group of ICCS
2 # SPDX-License-Identifier: Apache-2.0
8 compatible: "zephyr,bt-hci-spi"
10 include: [spi-device.yaml, bt-hci.yaml]
13 irq-gpios:
14 type: phandle-array
17 reset-gpios:
18 type: phandle-array
21 reset-assert-duration-ms:
24 Minimum duration to hold the reset-gpios pin low for.
[all …]
Dnxp,bt-hci-uart.yaml2 # SPDX-License-Identifier: Apache-2.0
7 compatible: "nxp,bt-hci-uart"
12 sdio-reset-gpios:
13 type: phandle-array
16 w-disable-gpios:
17 type: phandle-array
20 hci-operation-speed:
23 HCI UART baudrate for feature operation. If not defined
24 bus/current-speed will be used as default.
26 hw-flow-control:
[all …]
/Zephyr-latest/tests/bluetooth/hci_prop_evt/dts/bindings/
Dzephyr,bt-hci-test.yaml1 description: Bluetooth HCI for test purposes
3 compatible: "zephyr,bt-hci-test"
5 include: bt-hci.yaml
8 bt-hci-name:
10 bt-hci-bus:
12 bt-hci-quirks:
13 default: ["no-reset"]
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/dts/bindings/
Dzephyr,bt-hci-test.yaml1 description: Bluetooth HCI for test purposes
3 compatible: "zephyr,bt-hci-test"
5 include: bt-hci.yaml
8 bt-hci-name:
10 bt-hci-bus:
12 bt-hci-quirks:
13 default: ["no-reset"]
/Zephyr-latest/tests/bluetooth/bluetooth/dts/bindings/
Dzephyr,bt-hci-test.yaml1 description: Bluetooth HCI for test purposes
3 compatible: "zephyr,bt-hci-test"
5 include: bt-hci.yaml
8 bt-hci-name:
10 bt-hci-bus:
/Zephyr-latest/tests/bluetooth/hci_uart_async/dts/bindings/
Dzephyr,bt-hci-test.yaml1 description: Bluetooth HCI for test purposes
3 compatible: "zephyr,bt-hci-test"
5 include: bt-hci.yaml
8 bt-hci-name:
10 bt-hci-bus:
/Zephyr-latest/boards/infineon/cy8cproto_062_4343w/
Dcy8cproto_062_4343w.dts3 * SPDX-License-Identifier: Apache-2.0
6 /dts-v1/;
9 #include "cy8cproto_062_4343w-common.dtsi"
10 #include "cy8cproto_062_4343w-pinctrl.dtsi"
17 uart-5 = &uart5;
18 i2c-0 = &i2c3;
27 zephyr,shell-uart = &uart5;
28 zephyr,bt-hci = &bt_hci_uart;
37 compatible = "infineon,cat1-uart";
39 current-speed = <115200>;
[all …]

1234