[PATCH v2 0/2] NXP S32G3 SoC initial bring-up

From: Wadim Mueller
Date: Tue Mar 19 2024 - 18:17:37 EST



This series brings up initial support for the NXP S32G3 SoC,
used on the S32G-VNP-RDB3 board [1].

The following features are supported in this initial port:

* Devicetree for the S32G-VNP-RDB3
* UART (fsl-linflexuart) with earlycon support
* SDHC: fsl-imx-esdhc (SD/eMMC)

== Changes since v1 ==:

* fix the reported checkpatch.pl errors. Two warnings still available but can be ignored
* clean up unneeded DT nodes and properties
* fix 'make dt_binding_check dtbs_check' errors
* remove the S32 STMMAC driver and DT node which will be introduced in a new patchset
* add NXP authorship and copyright into the dtsi header


[1] https://www.nxp.com/design/design-center/designs/s32g3-vehicle-networking-reference-design:S32G-VNP-RDB3


Wadim Mueller (2):
arm64: dts: S32G3: Introduce device tree for S32G-VNP-RDB3
dt-bindings: arm: fsl: Document missing s32g3 board and linflexuart

.../devicetree/bindings/arm/fsl.yaml | 6 +
.../bindings/serial/fsl,s32-linflexuart.yaml | 3 +
arch/arm64/boot/dts/freescale/Makefile | 1 +
arch/arm64/boot/dts/freescale/s32g3.dtsi | 236 ++++++++++++++++++
.../boot/dts/freescale/s32g399a-rdb3.dts | 43 ++++
5 files changed, 289 insertions(+)
create mode 100644 arch/arm64/boot/dts/freescale/s32g3.dtsi
create mode 100644 arch/arm64/boot/dts/freescale/s32g399a-rdb3.dts

--
2.25.1