Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: net: bluetooth: Add NXP bluetooth support

Add binding document for NXP bluetooth chipsets attached over UART.

Signed-off-by: Neeraj Sanjay Kale <neeraj.sanjaykale@nxp.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

authored by

Neeraj Sanjay Kale and committed by
Luiz Augusto von Dentz
ab3a769b 8eaf839e

+51
+45
Documentation/devicetree/bindings/net/bluetooth/nxp,88w8987-bt.yaml
··· 1 + # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 2 + %YAML 1.2 3 + --- 4 + $id: http://devicetree.org/schemas/net/bluetooth/nxp,88w8987-bt.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 + 7 + title: NXP Bluetooth chips 8 + 9 + description: 10 + This binding describes UART-attached NXP bluetooth chips. These chips 11 + are dual-radio chips supporting WiFi and Bluetooth. The bluetooth 12 + works on standard H4 protocol over 4-wire UART. The RTS and CTS lines 13 + are used during FW download. To enable power save mode, the host 14 + asserts break signal over UART-TX line to put the chip into power save 15 + state. De-asserting break wakes up the BT chip. 16 + 17 + maintainers: 18 + - Neeraj Sanjay Kale <neeraj.sanjaykale@nxp.com> 19 + 20 + properties: 21 + compatible: 22 + enum: 23 + - nxp,88w8987-bt 24 + - nxp,88w8997-bt 25 + 26 + fw-init-baudrate: 27 + description: 28 + Chip baudrate after FW is downloaded and initialized. 29 + This property depends on the module vendor's 30 + configuration. If this property is not specified, 31 + 115200 is set as default. 32 + 33 + required: 34 + - compatible 35 + 36 + additionalProperties: false 37 + 38 + examples: 39 + - | 40 + serial { 41 + bluetooth { 42 + compatible = "nxp,88w8987-bt"; 43 + fw-init-baudrate = <3000000>; 44 + }; 45 + };
+6
MAINTAINERS
··· 23237 23237 S: Maintained 23238 23238 F: mm/zswap.c 23239 23239 23240 + NXP BLUETOOTH WIRELESS DRIVERS 23241 + M: Amitkumar Karwar <amitkumar.karwar@nxp.com> 23242 + M: Neeraj Kale <neeraj.sanjaykale@nxp.com> 23243 + S: Maintained 23244 + F: Documentation/devicetree/bindings/net/bluetooth/nxp,88w8987-bt.yaml 23245 + 23240 23246 THE REST 23241 23247 M: Linus Torvalds <torvalds@linux-foundation.org> 23242 23248 L: linux-kernel@vger.kernel.org