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 v2 ==: * split each dt schema doc change into a seperate patch * removed unnedeed IRQ from SCMI node * add mmc bus-width to S32G-VNP-RDB3 board dts file * fixed comments in arm-v8 timer interrupt mappings [1] https://www.nxp.com/design/design-center/designs/s32g3-vehicle-networking-reference-design:S32G-VNP-RDB3 Wadim Mueller (4): dt-bindings: arm: fsl: Document 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 | 4 + .../bindings/serial/fsl,s32-linflexuart.yaml | 3 + arch/arm64/boot/dts/freescale/Makefile | 1 + arch/arm64/boot/dts/freescale/s32g3.dtsi | 237 ++++++++++++++++++ .../boot/dts/freescale/s32g399a-rdb3.dts | 45 ++++ 6 files changed, 296 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