[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251114121853.16472-1-r.mereu@arduino.cc>
Date: Fri, 14 Nov 2025 13:18:47 +0100
From: Riccardo Mereu <r.mereu.kernel@...uino.cc>
To: andersson@...nel.org,
konradybcio@...nel.org,
robh@...nel.org,
krzk+dt@...nel.org,
conor+dt@...nel.org,
broonie@...nel.org
Cc: linux@...ck-us.net,
Jonathan.Cameron@...wei.com,
wenswang@...h.net,
naresh.solanki@...ements.com,
michal.simek@....com,
nuno.sa@...log.com,
chou.cosmo@...il.com,
grantpeltier93@...il.com,
eajames@...ux.ibm.com,
farouk.bouabid@...rry.de,
linux-arm-msm@...r.kernel.org,
devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org,
linux-spi@...r.kernel.org,
m.facchin@...uino.cc,
Riccardo Mereu <r.mereu@...uino.cc>
Subject: [PATCH v2 0/6] arm64: qcom: add support for Arduino UnoQ SBC
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 v1:
- Added PATCH 1/6 adding Arduino vendor prefix to
dt-bindings/vendor-prefixes.yaml
- In PATCH 2/6 and 3/6 changed compatible in spidev and bindings
to "arduino,unoq-mcu"
- In PATCH 4/6 changed commit message to clarify imola as UnoQ codename
- In PATCH 5/6 fixed a typo in commit message
- In PATCH 6/6:
* added chassis-type="embedded"
* ordered nodes in alphabetical order
* dropped unused led labels
* fixed error in commit message (qrb2210 instead of unoq)
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 | 456 ++++++++++++++++++
drivers/spi/spidev.c | 2 +
7 files changed, 488 insertions(+)
create mode 100644 arch/arm64/boot/dts/qcom/qrb2210-arduino-imola.dts
--
2.51.2
Powered by blists - more mailing lists