-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'for-net-next-2023-04-23' of git://git.kernel.org/pub/scm/l…
…inux/kernel/git/bluetooth/bluetooth-next bluetooth-next pull request for net-next: - Introduce devcoredump support - Add support for Realtek RTL8821CS, RTL8851B, RTL8852BS - Add support for Mediatek MT7663, MT7922 - Add support for NXP w8997 - Add support for Actions Semi ATS2851 - Add support for QTI WCN6855 - Add support for Marvell 88W8997
- Loading branch information
Showing
50 changed files
with
4,122 additions
and
516 deletions.
There are no files selected for viewing
45 changes: 45 additions & 0 deletions
45
Documentation/devicetree/bindings/net/bluetooth/nxp,88w8987-bt.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) | ||
%YAML 1.2 | ||
--- | ||
$id: http://devicetree.org/schemas/net/bluetooth/nxp,88w8987-bt.yaml# | ||
$schema: http://devicetree.org/meta-schemas/core.yaml# | ||
|
||
title: NXP Bluetooth chips | ||
|
||
description: | ||
This binding describes UART-attached NXP bluetooth chips. These chips | ||
are dual-radio chips supporting WiFi and Bluetooth. The bluetooth | ||
works on standard H4 protocol over 4-wire UART. The RTS and CTS lines | ||
are used during FW download. To enable power save mode, the host | ||
asserts break signal over UART-TX line to put the chip into power save | ||
state. De-asserting break wakes up the BT chip. | ||
|
||
maintainers: | ||
- Neeraj Sanjay Kale <neeraj.sanjaykale@nxp.com> | ||
|
||
properties: | ||
compatible: | ||
enum: | ||
- nxp,88w8987-bt | ||
- nxp,88w8997-bt | ||
|
||
fw-init-baudrate: | ||
description: | ||
Chip baudrate after FW is downloaded and initialized. | ||
This property depends on the module vendor's | ||
configuration. If this property is not specified, | ||
115200 is set as default. | ||
|
||
required: | ||
- compatible | ||
|
||
additionalProperties: false | ||
|
||
examples: | ||
- | | ||
serial { | ||
bluetooth { | ||
compatible = "nxp,88w8987-bt"; | ||
fw-init-baudrate = <3000000>; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.