[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240319221614.56652-1-wafgo01@gmail.com>
Date: Tue, 19 Mar 2024 23:16:08 +0100
From: Wadim Mueller <wafgo01@...il.com>
To:
Cc: Wadim Mueller <wafgo01@...il.com>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Jiri Slaby <jirislaby@...nel.org>,
Shawn Guo <shawnguo@...nel.org>,
Sascha Hauer <s.hauer@...gutronix.de>,
Pengutronix Kernel Team <kernel@...gutronix.de>,
Fabio Estevam <festevam@...il.com>,
NXP Linux Team <linux-imx@....com>,
Chester Lin <chester62515@...il.com>,
Andreas Färber <afaerber@...e.de>,
Matthias Brugger <mbrugger@...e.com>,
NXP S32 Linux Team <s32@....com>,
Tim Harvey <tharvey@...eworks.com>,
Marco Felsch <m.felsch@...gutronix.de>,
Gregor Herburger <gregor.herburger@...tq-group.com>,
Marek Vasut <marex@...x.de>,
Joao Paulo Goncalves <joao.goncalves@...adex.com>,
Hugo Villeneuve <hvilleneuve@...onoff.com>,
Markus Niebel <Markus.Niebel@...tq-group.com>,
Matthias Schiffer <matthias.schiffer@...group.com>,
Stefan Wahren <stefan.wahren@...rgebyte.com>,
Bjorn Helgaas <bhelgaas@...gle.com>,
Philippe Schenker <philippe.schenker@...adex.com>,
Li Yang <leoyang.li@....com>,
devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org,
linux-serial@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org
Subject: [PATCH v2 0/2] NXP S32G3 SoC initial bring-up
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
Powered by blists - more mailing lists