public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/6] arm64: qcom: add support for Arduino UnoQ SBC
@ 2025-11-20 15:58 Riccardo Mereu
  2025-11-20 15:58 ` [PATCH v3 1/6] dt-bindings: vendor-prefixes: Add Arduino name Riccardo Mereu
                   ` (7 more replies)
  0 siblings, 8 replies; 18+ messages in thread
From: Riccardo Mereu @ 2025-11-20 15:58 UTC (permalink / raw)
  To: andersson, konradybcio, robh, krzk+dt, conor+dt, broonie
  Cc: linux, Jonathan.Cameron, wenswang, naresh.solanki, michal.simek,
	nuno.sa, chou.cosmo, grantpeltier93, eajames, farouk.bouabid,
	linux-arm-msm, devicetree, linux-kernel, linux-spi, m.facchin,
	Riccardo Mereu

From: Riccardo Mereu <r.mereu@arduino.cc>

This patch series adds support for Arduino UnoQ single board computer.
UnoQ combines Qualcomm QRB2210 microprocessor and STMicroelectronics
STM32U585 microcontroller.

In some files we decided to keep UnoQ code name as "imola".

As this platform has a microcontroller connected to the microprocessor
we needed a dedicated spidev and to add uart2 to qcm2290.dtsi file; both
are used as interfaces between microprocessor and microcontroller.

Some GPIOs on the JMISC connector have been defined but not used in
qrb2210-arduino-imola.dts; this is meant to facilitate carrier dtbo
development for users.

Changes since v2:
- In PATCH 1/6 the vendor name has been corrected to "Arduino SRL".
- In PATCH 2/6 and 3/6 commit message has been improved to clarify the
  purpose of adding "arduino,unoq-mcu" as trivial device.
- In PATCH 6/6:
  * the qcom,ath10k-calibration-variant has been changed to "ArduinoImola"
  * leds labels have been changed to simplify usage for users and make
    them more consistent with future Arduino carriers for UnoQ.
- For every patch, warning regarding mail mismatch when running
  checkpatch should be fixed.

Riccardo Mereu (6):
  dt-bindings: vendor-prefixes: Add Arduino name
  dt-bindings: trivial-devices: add arduino spi mcu interface
  spi: spidev: add compatible for arduino spi mcu interface
  dt-bindings: arm: qcom: Add arduino imola, UnoQ codename
  arm64: dts: qcom: agatti: add uart2 node
  arm64: dts: qcom: qrb2210: add dts for Arduino unoq

 .../devicetree/bindings/arm/qcom.yaml         |   1 +
 .../devicetree/bindings/trivial-devices.yaml  |   2 +
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/arm64/boot/dts/qcom/Makefile             |   1 +
 arch/arm64/boot/dts/qcom/agatti.dtsi          |  24 +
 .../boot/dts/qcom/qrb2210-arduino-imola.dts   | 459 ++++++++++++++++++
 drivers/spi/spidev.c                          |   2 +
 7 files changed, 491 insertions(+)
 create mode 100644 arch/arm64/boot/dts/qcom/qrb2210-arduino-imola.dts

--
2.52.0


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2026-01-05 14:08 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-20 15:58 [PATCH v3 0/6] arm64: qcom: add support for Arduino UnoQ SBC Riccardo Mereu
2025-11-20 15:58 ` [PATCH v3 1/6] dt-bindings: vendor-prefixes: Add Arduino name Riccardo Mereu
2025-11-20 16:56   ` Krzysztof Kozlowski
2025-11-20 15:58 ` [PATCH v3 2/6] dt-bindings: trivial-devices: add arduino spi mcu interface Riccardo Mereu
2025-11-20 16:57   ` Krzysztof Kozlowski
2025-11-20 15:58 ` [PATCH v3 3/6] spi: spidev: add compatible for " Riccardo Mereu
2025-11-20 16:57   ` Krzysztof Kozlowski
2025-11-20 15:58 ` [PATCH v3 4/6] dt-bindings: arm: qcom: Add arduino imola, UnoQ codename Riccardo Mereu
2025-11-20 15:58 ` [PATCH v3 5/6] arm64: dts: qcom: agatti: add uart2 node Riccardo Mereu
2025-11-20 15:58 ` [PATCH v3 6/6] arm64: dts: qcom: qrb2210: add dts for Arduino unoq Riccardo Mereu
2025-11-20 16:59   ` Krzysztof Kozlowski
2025-11-21 14:05   ` Dmitry Baryshkov
2025-11-24 11:44   ` Konrad Dybcio
2025-11-26  9:27     ` Riccardo Mereu Linux Kernel
2025-11-26 14:03       ` Loic Poulain
2025-11-27 10:35         ` Konrad Dybcio
2025-11-21 14:39 ` (subset) [PATCH v3 0/6] arm64: qcom: add support for Arduino UnoQ SBC Mark Brown
2026-01-05 14:07 ` Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox