[PATCH 0/5] Elimo Impetus and Initium support

From: Matteo Scordino
Date: Wed Oct 28 2020 - 22:20:45 EST


The Elimo Impetus is an Open Source Hardware System-on-Module based on the
SoChip S3 SoC.
It is meant for integration into carrier boards or, more generally, larger
designs, and uses an M2 connector to facilitate that.
The Elimo Initium is a carrier board for the Impetus, together they provide a
fully open source SBC.

This patch set adds support for both. It it based off the sunxi/dt-for-5.11
branch of the https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git
tree.

Matteo Scordino (5):
dt-bindings: vendors: add Elimo Engineering vendor prefix
ARM: dts: sun8i: V3/S3: Add UART1 pin definitions to the V3/S3 dtsi
ARM: dts: sun8i: s3: Add dtsi for the Elimo Impetus SoM
dt-bindings: arm: sunxi: add Elimo bindings
ARM: dts: sun8i: s3: Add dts for the Elimo Initium SBC

.../devicetree/bindings/arm/sunxi.yaml | 10 ++++
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/sun8i-s3-elimo-impetus.dtsi | 51 +++++++++++++++++++
arch/arm/boot/dts/sun8i-s3-elimo-initium.dts | 27 ++++++++++
arch/arm/boot/dts/sun8i-v3.dtsi | 5 ++
6 files changed, 96 insertions(+)
create mode 100644 arch/arm/boot/dts/sun8i-s3-elimo-impetus.dtsi
create mode 100644 arch/arm/boot/dts/sun8i-s3-elimo-initium.dts

--
2.20.1