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 v3 ==: * changed dts license to dual license model (GPL-2.0+ OR BSD-3-Clause) * fixed wrong s32g3 schema binding for fsl-imx-esdhc * merged s32-linflexuart schema binding for s32g2 and s32g3 into one enum * sorted s32g3 dts nodes alpha-numerically by the node name * sorted s32g3 soc nodes by unit address [1] https://www.nxp.com/design/design-center/designs/s32g3-vehicle-networking-reference-design:S32G-VNP-RDB3 Wadim Mueller (4): dt-bindings: arm: fsl: add NXP S32G3 board dt-bindings: serial: fsl-linflexuart: add compatible for S32G3 dt-bindings: mmc: fsl-imx-esdhc: add NXP S32G3 support arm64: dts: S32G3: Introduce device tree for S32G-VNP-RDB3 .../devicetree/bindings/arm/fsl.yaml | 6 + .../bindings/mmc/fsl-imx-esdhc.yaml | 3 + .../bindings/serial/fsl,s32-linflexuart.yaml | 4 +- arch/arm64/boot/dts/freescale/Makefile | 1 + arch/arm64/boot/dts/freescale/s32g3.dtsi | 233 ++++++++++++++++++ .../boot/dts/freescale/s32g399a-rdb3.dts | 45 ++++ 6 files changed, 291 insertions(+), 1 deletion(-) create mode 100644 arch/arm64/boot/dts/freescale/s32g3.dtsi create mode 100644 arch/arm64/boot/dts/freescale/s32g399a-rdb3.dts -- 2.25.1