Linux kernel and device drivers for NXP i.MX platforms
 help / color / mirror / Atom feed
* [PATCH v1 0/3] Add support for Variscite DART-MX95 and Sonata board
@ 2025-12-29 15:04 Stefano Radaelli
  2025-12-29 15:04 ` [PATCH v1 1/3] dt-bindings: arm: fsl: add Variscite DART-MX95 Boards Stefano Radaelli
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Stefano Radaelli @ 2025-12-29 15:04 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: Stefano Radaelli, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	Alexander Stein, Dario Binacchi, Primoz Fiser, Yannic Moog,
	Markus Niebel, Josua Mayer, Francesco Dolcini, imx,
	linux-arm-kernel

From: Stefano Radaelli <stefano.r@variscite.com>

This patch series adds support for the Variscite DART-MX95 system on
module and the Sonata carrier board.

The series includes:
- Device tree bindings documentation for both SOM and carrier board
- SOM device tree with on-module peripherals
- Sonata carrier board device tree with board-specific features

The implementation follows the standard SOM + carrier board pattern
where the SOM dtsi contains only peripherals mounted on the module,
while carrier-specific interfaces are enabled in the board dts.

Stefano Radaelli (3):
  dt-bindings: arm: fsl: add Variscite DART-MX95 Boards
  arm64: dts: freescale: Add support for Variscite DART-MX95
  arm64: dts: imx95-var-dart: Add support for Variscite Sonata board

 .../devicetree/bindings/arm/fsl.yaml          |   6 +
 arch/arm64/boot/dts/freescale/Makefile        |   1 +
 .../dts/freescale/imx95-var-dart-sonata.dts   | 588 ++++++++++++++++++
 .../boot/dts/freescale/imx95-var-dart.dtsi    | 462 ++++++++++++++
 4 files changed, 1057 insertions(+)
 create mode 100644 arch/arm64/boot/dts/freescale/imx95-var-dart-sonata.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx95-var-dart.dtsi


base-commit: 40fbbd64bba6c6e7a72885d2f59b6a3be9991eeb
-- 
2.47.3


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

end of thread, other threads:[~2025-12-29 20:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-29 15:04 [PATCH v1 0/3] Add support for Variscite DART-MX95 and Sonata board Stefano Radaelli
2025-12-29 15:04 ` [PATCH v1 1/3] dt-bindings: arm: fsl: add Variscite DART-MX95 Boards Stefano Radaelli
2025-12-29 15:04 ` [PATCH v1 2/3] arm64: dts: freescale: Add support for Variscite DART-MX95 Stefano Radaelli
2025-12-29 18:20   ` Andrew Lunn
2025-12-29 15:04 ` [PATCH v1 3/3] arm64: dts: imx95-var-dart: Add support for Variscite Sonata board Stefano Radaelli
2025-12-29 18:24   ` Andrew Lunn
2025-12-29 20:58     ` Stefano Radaelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox