devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] TQMa93xxLA support
@ 2023-06-09 13:29 Alexander Stein
  2023-06-09 13:29 ` [PATCH 1/3] dt: bindings: add bindings for TQMa93xxLA SOM Alexander Stein
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Alexander Stein @ 2023-06-09 13:29 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Shawn Guo,
	Sascha Hauer, Fabio Estevam, Marek Vasut
  Cc: Alexander Stein, Pengutronix Kernel Team, NXP Linux Team,
	devicetree, linux-arm-kernel, linux-kernel, linux

Hi,

this series adds initial support for TQMa93xxLA soldered on MBa93xxLA.
As the name indicates this is an i.MX93 based SBC board. The initial support
includes typical interfaces like UART, eMMC, I2C, Ethernet.
Support for USB, LVDS and PMIC is still pending, which require additional
patches.
Patch 1 adds the compatible to dt bindings
Patch 2 adds .dts[i] files for module and sbc board support
Patch 3 adds more i.MX93 drivers to arm64 defconfig

Best regards,
Alexander

Alexander Stein (2):
  arm64: dts: freescale: add initial device tree for MBa93xxLA SBC board
  arm64: defconfig: Enable i.MX93 devices

Markus Niebel (1):
  dt: bindings: add bindings for TQMa93xxLA SOM

 .../devicetree/bindings/arm/fsl.yaml          |  19 +
 arch/arm64/boot/dts/freescale/Makefile        |   1 +
 .../freescale/imx93-tqma9352-mba93xxla.dts    | 629 ++++++++++++++++++
 .../boot/dts/freescale/imx93-tqma9352.dtsi    | 213 ++++++
 arch/arm64/configs/defconfig                  |   4 +
 5 files changed, 866 insertions(+)
 create mode 100644 arch/arm64/boot/dts/freescale/imx93-tqma9352-mba93xxla.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx93-tqma9352.dtsi

-- 
2.34.1


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

end of thread, other threads:[~2023-06-15 20:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-09 13:29 [PATCH 0/3] TQMa93xxLA support Alexander Stein
2023-06-09 13:29 ` [PATCH 1/3] dt: bindings: add bindings for TQMa93xxLA SOM Alexander Stein
2023-06-09 15:58   ` Krzysztof Kozlowski
2023-06-15 14:46     ` Alexander Stein
2023-06-15 20:22       ` Krzysztof Kozlowski
2023-06-09 13:29 ` [PATCH 2/3] arm64: dts: freescale: add initial device tree for MBa93xxLA SBC board Alexander Stein
2023-06-09 13:29 ` [PATCH 3/3] arm64: defconfig: Enable i.MX93 devices Alexander Stein

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).