Lines Matching +full:hci +full:- +full:uart
4 # SPDX-License-Identifier: Apache-2.0
7 CYW43xxx Connectivity that uses Zephyr's Bluetooth Host Controller Interface UART
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 bt-hci {
23 compatible = "infineon,cyw43xxx-bt-hci";
24 bt-reg-on-gpios = <&gpio_prt3 4 (GPIO_ACTIVE_HIGH)>;
26 fw-download-speed = <3000000>;
30 NOTE1: The UART bus speed (current_speed) for zephyr_bt_uart should be the same
33 NOTE2: Use fw-download-speed and hci-operation-speed properties to configure UART
34 speeds for firmware download (fw-download-speed) and HCI operation
35 (hci-operation-speed).
36 If hci-operation-speed or fw-download-speed are not defined in bt-hci node,
37 cyw43xx driver will use bus/current-speed as default speed.
42 compatible: "infineon,cyw43xxx-bt-hci"
47 bt-reg-on-gpios:
49 Power-up/down gpio to control the internal regulators used
51 type: phandle-array
53 bt-dev-wake-gpios:
55 Bluetooth device wake-up gpio. Signal from the host to the
57 type: phandle-array
59 bt-host-wake-gpios:
61 Host wake-up gpio. Signal from the CYW43xx to the host
63 type: phandle-array
65 hci-operation-speed:
68 HCI UART boudrate for feature operation. If not defined
69 bus/current-speed wil be used as default.
71 fw-download-speed:
74 HCI UART boudrate for FW dowload operation. If not defined
75 bus/current-speed wil be used as default.