1# Copyright 2024 NXP 2# SPDX-License-Identifier: Apache-2.0 3 4description: | 5 Bluetooth module that uses NXP's Bluetooth Module (e.g. Murata 2EL) 6 7compatible: "nxp,bt-hci-uart" 8 9include: base.yaml 10 11properties: 12 sdio-reset-gpios: 13 type: phandle-array 14 required: true 15 16 w-disable-gpios: 17 type: phandle-array 18 required: true 19 20 hci-operation-speed: 21 type: int 22 description: | 23 HCI UART baudrate for feature operation. If not defined 24 bus/current-speed will be used as default. 25 26 hw-flow-control: 27 type: boolean 28 description: Set to enable RTS/CTS flow control for HCI. 29 30 fw-download-primary-speed: 31 type: int 32 description: | 33 HCI UART primary baudrate for FW download operation. 34 If not defined bus/current-speed will be used as default. 35 36 fw-download-primary-flowcontrol: 37 type: boolean 38 description: | 39 Flow control setting for primary speed. 40 41 fw-download-secondary-speed: 42 type: int 43 description: | 44 HCI UART secondary baudrate for FW download operation. 45 If not defined bus/current-speed will be used as default. 46 47 fw-download-secondary-flowcontrol: 48 type: boolean 49 description: | 50 Flow control setting for secondary speed. 51