Re: [PATCH v6 00/11] arm64: dts: monaco-arduino-monza: Add support for LGA WiFi/BT module

From: Bartosz Golaszewski

Date: Mon Sep 07 2026 - 04:29:05 EST


On Fri, 4 Sep 2026 17:42:15 +0200, Loic Poulain
<loic.poulain@xxxxxxxxxxxxxxxx> said:
> This series describes support for the onboard WiFi/Bluetooth module
> present on the Arduino VENTUNO Q (monaco) platform.
>
> The board provides LGA pads for a wireless module. On the VENTUNO Q
> these pads are populated with an NFA725B module featuring the
> QCA2066 WiFi/BT combo chip. While implemented as an LGA footprint,
> the design is functionally compatible with the M.2 Key E.
>
> The NFA725B exposes WiFi over PCIe and Bluetooth over a UART.
> Both interfaces are gated through the W_DISABLE1# and W_DISABLE2#
> signals, as defined by the M.2 specification and handled here via
> the pcie-m2 power sequencer.
>
> This series models the hardware using the existing pwrseq framework
> and connector bindings, allowing coordinated PCIe and UART bring-up.
>
> Signed-off-by: Loic Poulain <loic.poulain@xxxxxxxxxxxxxxxx>
> ---

What is the merge strategy? Do the pwrseq changes depend on first two bluetooth
patches (I don't think so)? Can they go onto an immutable branch shared with
the BT tree?

Bartosz