Home
last modified time | relevance | path

Searched +full:cyw43xxx +full:- +full:bt +full:- +full:hci (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/dts/bindings/bluetooth/
Dinfineon,cyw43xxx-bt-hci.yaml4 # SPDX-License-Identifier: Apache-2.0
7 CYW43xxx Connectivity that uses Zephyr's Bluetooth Host Controller Interface UART
10 Example of enabling CYW43xxx device:
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 {
[all …]
/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 …]
/Zephyr-latest/boards/arduino/giga_r1/
Darduino_giga_r1_stm32h747xx_m7.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include <st/h7/stm32h747xihx-pinctrl.dtsi>
10 #include <zephyr/dt-bindings/memory-attr/memory-attr-arm.h>
15 compatible = "arduino,giga-r1";
19 zephyr,shell-uart = &usart1;
20 zephyr,uart-mcumgr = &usart1;
21 zephyr,bt-hci = &bt_hci_uart;
25 zephyr,code-partition = &slot0_partition;
29 compatible = "zephyr,memory-region", "mmio-sram";
[all …]
/Zephyr-latest/boards/arduino/nicla_vision/
Darduino_nicla_vision_stm32h747xx_m7.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include <st/h7/stm32h747a(g-i)ix-pinctrl.dtsi>
10 #include <zephyr/dt-bindings/memory-attr/memory-attr-arm.h>
15 compatible = "arduino,nicla-vision";
19 zephyr,shell-uart = &lpuart1;
20 zephyr,uart-mcumgr = &lpuart1;
21 zephyr,bt-hci = &bt_hci_uart;
24 zephyr,code-partition = &slot0_partition;
34 compatible = "usb-ulpi-phy";
[all …]
/Zephyr-latest/drivers/bluetooth/hci/
Dh4_ifx_cyw43xxx.c5 * SPDX-License-Identifier: Apache-2.0
9 * @brief CYW43xxx HCI extension driver.
30 "hw_flow_control must be enabled for HCI H4 UART");
32 /* BT settling time after power on */
39 /* HCI Command packet from Host to Controller */
60 * This function executes vendor-specific commands sequence to
61 * initialize BT Controller before BT Host executes Reset sequence.
62 * bt_h4_vnd_setup function must be implemented in vendor-specific HCI
79 /* Re-configure UART */ in bt_hci_uart_set_baudrate()
96 * - To speed up application downloading, the MCU host commands the CYWxxx device in bt_update_controller_baudrate()
[all …]