Re: [PATCH v2] arm64: dts: monaco-arduino-monza: Add Bluetooth UART node

From: Konrad Dybcio

Date: Fri May 15 2026 - 07:06:11 EST


On 4/29/26 12:35 PM, Shuai Zhang wrote:
> The QCA2066 Bluetooth chip is powered by a board-level 3.3 V supply
> provided by the hardware. This change connects the Bluetooth
> controller via UART10, and the corresponding GPIO is used to enable
> the Bluetooth chip.
>
> basic function test step:
> - bluetoothctl power on/off
> - bluetoothctl scan bredr/le
> - bluetoothctl pair <remote device address>
> - bluetoothctl connect <remote device address>
>
> low-state test and state:
> - rtcwake -d /dev/rtc0 -m no -s 30 && systemctl suspend
>
> cat /sys/kernel/debug/suspend_stats
> success: 1
> fail: 0
> failed_freeze: 0
> failed_prepare: 0
> failed_suspend: 0
> failed_suspend_late: 0
> failed_suspend_noirq: 0
> failed_resume: 0
> failed_resume_early: 0
> failed_resume_noirq: 0
> failures:
> last_failed_dev:
>
> last_failed_errno: 0
> 0
> last_failed_step:
>
> Signed-off-by: Shuai Zhang <shuai.zhang@xxxxxxxxxxxxxxxx>
> ---

Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>

Konrad