devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4] NXP S32G3 SoC initial bring-up
@ 2024-03-24 21:43 Wadim Mueller
  2024-03-24 21:43 ` [PATCH v4 1/4] dt-bindings: arm: fsl: add NXP S32G3 board Wadim Mueller
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Wadim Mueller @ 2024-03-24 21:43 UTC (permalink / raw)
  Cc: Wadim Mueller, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Ulf Hansson, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam, NXP Linux Team, Greg Kroah-Hartman, Jiri Slaby,
	Chester Lin, Andreas Färber, Matthias Brugger,
	NXP S32 Linux Team, Tim Harvey, Alexander Stein, Marek Vasut,
	Gregor Herburger, Hugo Villeneuve, Joao Paulo Goncalves,
	Markus Niebel, Marco Felsch, Matthias Schiffer, Stefan Wahren,
	Bjorn Helgaas, Philippe Schenker, Josua Mayer, Li Yang,
	devicetree, linux-kernel, linux-mmc, linux-arm-kernel,
	linux-serial

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


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-04-12 16:32 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-24 21:43 [PATCH v4 0/4] NXP S32G3 SoC initial bring-up Wadim Mueller
2024-03-24 21:43 ` [PATCH v4 1/4] dt-bindings: arm: fsl: add NXP S32G3 board Wadim Mueller
2024-04-02 14:34   ` Shawn Guo
2024-03-24 21:43 ` [PATCH v4 2/4] dt-bindings: serial: fsl-linflexuart: add compatible for S32G3 Wadim Mueller
2024-03-25  7:53   ` Krzysztof Kozlowski
2024-04-12 16:32   ` Rob Herring
2024-03-24 21:43 ` [PATCH v4 3/4] dt-bindings: mmc: fsl-imx-esdhc: add NXP S32G3 support Wadim Mueller
2024-03-25  7:54   ` Krzysztof Kozlowski
2024-03-25 13:19   ` Ulf Hansson
2024-03-24 21:43 ` [PATCH v4 4/4] arm64: dts: S32G3: Introduce device tree for S32G-VNP-RDB3 Wadim Mueller
2024-03-25  9:30   ` Ghennadi Procopciuc
2024-03-25 13:26     ` Wadim Mueller
2024-03-25 13:34       ` Ghennadi Procopciuc
2024-04-02 14:41   ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).