diff mbox series

[v1] arm64: dts: ti: verdin-am62: add iw416 based bluetooth

Message ID 20230901133233.105546-1-marcel@ziswiler.com (mailing list archive)
State New, archived
Headers show
Series [v1] arm64: dts: ti: verdin-am62: add iw416 based bluetooth | expand

Commit Message

Marcel Ziswiler Sept. 1, 2023, 1:32 p.m. UTC
From: Marcel Ziswiler <marcel.ziswiler@toradex.com>

Add NXP IW416 based u-blox MAYA-W1 Bluetooth (using btnxpuart) as used
on the V1.1 SoMs. Wi-Fi is and was already using mwifiex.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>

---

 arch/arm64/boot/dts/ti/k3-am62-verdin-wifi.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Vignesh Raghavendra Oct. 3, 2023, 11 a.m. UTC | #1
Hi Marcel Ziswiler,

On Fri, 01 Sep 2023 15:32:32 +0200, Marcel Ziswiler wrote:
> Add NXP IW416 based u-blox MAYA-W1 Bluetooth (using btnxpuart) as used
> on the V1.1 SoMs. Wi-Fi is and was already using mwifiex.
> 
> 

I have applied the following to branch ti-k3-dts-next on [1].
Thank you!

[1/1] arm64: dts: ti: verdin-am62: add iw416 based bluetooth
      commit: 7c3bc1952dd2b02983c06632b2d342823e9d6b96

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
--
Vignesh
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/ti/k3-am62-verdin-wifi.dtsi b/arch/arm64/boot/dts/ti/k3-am62-verdin-wifi.dtsi
index 90ddc71bcd30..a6808b10c7b2 100644
--- a/arch/arm64/boot/dts/ti/k3-am62-verdin-wifi.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62-verdin-wifi.dtsi
@@ -35,5 +35,11 @@  &sdhci2 {
 &main_uart5 {
 	pinctrl-names = "default";
 	pinctrl-0 = <&pinctrl_uart5>;
+	uart-has-rtscts;
 	status = "okay";
+
+	bluetooth {
+		compatible = "nxp,88w8987-bt";
+		fw-init-baudrate = <3000000>;
+	};
 };