Re: [PATCH v3 6/6] arm64: dts: qcom: qrb2210: add dts for Arduino unoq

From: Krzysztof Kozlowski

Date: Thu Nov 20 2025 - 11:59:24 EST


On 20/11/2025 16:58, Riccardo Mereu wrote:
> From: Riccardo Mereu <r.mereu@xxxxxxxxxx>
>
> Arduino UnoQ is a single-board computer combining Qualcomm
> Dragonwing™ QRB2210 microprocessor with STMicroelectronics STM32U585
> microcontroller.
> Support to a simply boot to shell environment includes:
> - UART, I2C, SPI
> - onboard LEDS
> - eMMC
> - WLAN and BT
>
> Signed-off-by: Riccardo Mereu <r.mereu@xxxxxxxxxx>
> ---
> arch/arm64/boot/dts/qcom/Makefile | 1 +
> .../boot/dts/qcom/qrb2210-arduino-imola.dts | 459 ++++++++++++++++++
> 2 files changed, 460 insertions(+)
> create mode 100644 arch/arm64/boot/dts/qcom/qrb2210-arduino-imola.dts
>



> +
> +&spi5 {
> + status = "okay";
> +
> + spidev@0 {
> + reg = <0>;
> + compatible = "arduino,unoq-mcu";

If there is going to be new version (no need to resend just for that):
Please re-order these two, compatible is always the fist property, reg
follows, see also DTS coding style.

Reviewed-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>


Best regards,
Krzysztof