dts: bindings: bluetooth: cyw43xxx: Add bt_hci_uart binding layer to desc

Add zephyr,bt-hci-uart binding to the CYW43xxx device tree example to
properly implement Zephyr's HCI UART abstraction layer.

Signed-off-by: Benjamin Geiger <BenjaminGeiger1@gmail.com>
This commit is contained in:
Benjamin Geiger 2024-12-20 10:00:19 +01:00 committed by Benjamin Cabé
parent 3414619eec
commit c2cf52a213

View file

@ -21,12 +21,17 @@ description: |
/* HW Flow control must be enabled for HCI H4 */
hw-flow-control;
bt-hci {
bt_hci_uart: bt_hci_uart {
compatible = "zephyr,bt-hci-uart";
status = "okay";
compatible = "infineon,cyw43xxx-bt-hci";
bt-reg-on-gpios = <&gpio_prt3 4 (GPIO_ACTIVE_HIGH)>;
fw-download-speed = <3000000>;
bt-hci {
status = "okay";
compatible = "infineon,cyw43xxx-bt-hci";
bt-reg-on-gpios = <&gpio_prt3 4 (GPIO_ACTIVE_HIGH)>;
fw-download-speed = <3000000>;
};
};
};