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:
parent
3414619eec
commit
c2cf52a213
1 changed files with 9 additions and 4 deletions
|
|
@ -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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue