Re: [PATCH 4/7] arm64: dts: qcom: Add Arduino Monza (VENTUNOQ) board support
From: Konrad Dybcio
Date: Tue Mar 10 2026 - 06:48:29 EST
On 3/9/26 4:24 PM, Srinivas Kandagatla wrote:
> From: Loic Poulain <loic.poulain@xxxxxxxxxxxxxxxx>
>
> Add device tree support for the Arduino VENTUNOQ board,
> based on the Qualcomm QCS8300 (Monaco) SoC.
[...]
> + model = "Arduino VENTUNOQ";
FWIW the marketing material seems to call it "VENTUNO Q" (with a space)
[...]
> +&usb_1 {
> + maximum-speed = "super-speed-plus";
This should be implied by the controller capabilities - does SSP still work
if you remove this line?
> + usb-role-switch;
> + wakeup-source;
These two belong in the SoC DTSI, the latter is already present
Konrad