public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v7 0/2] Add support for Variscite DART-MX95 and Sonata board
@ 2026-03-13 17:47 Stefano Radaelli
  2026-03-13 17:47 ` [PATCH v7 1/2] arm64: dts: freescale: Add support for Variscite DART-MX95 Stefano Radaelli
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Stefano Radaelli @ 2026-03-13 17:47 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: pierluigi.p, Stefano Radaelli, Shawn Guo, Sascha Hauer,
	Pengutronix Kernel Team, Fabio Estevam, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, imx, linux-arm-kernel

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.

v7:
- Order nodes in symphony dts
v6:
- Order by node name instead of by label
v5:
- Fix newlines and nodes order
v4:
- Fix typo in spacing
- Remove vpu and cm7 reserved memory
- Add GPIO_OPEN_DRAIN to i2c gpios
- Move pinmux to eof
v3:
- Fix specific node names with generic ones
- Remove fixed-link property for SFP
- Audio regulator cleanup
v2:
- Add SFP cage node for enetc_port2 following sff,sfp.yaml binding

Stefano Radaelli (2):
  arm64: dts: freescale: Add support for Variscite DART-MX95
  arm64: dts: imx95-var-dart: Add support for Variscite Sonata board

 arch/arm64/boot/dts/freescale/Makefile        |   1 +
 .../dts/freescale/imx95-var-dart-sonata.dts   | 591 ++++++++++++++++++
 .../boot/dts/freescale/imx95-var-dart.dtsi    | 425 +++++++++++++
 3 files changed, 1017 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
prerequisite-patch-id: 7ed0e453f554c70d0fafd5147d4d9b62cac6c10f
-- 
2.47.3



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

end of thread, other threads:[~2026-03-25 19:02 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-13 17:47 [PATCH v7 0/2] Add support for Variscite DART-MX95 and Sonata board Stefano Radaelli
2026-03-13 17:47 ` [PATCH v7 1/2] arm64: dts: freescale: Add support for Variscite DART-MX95 Stefano Radaelli
2026-03-13 17:47 ` [PATCH v7 2/2] arm64: dts: imx95-var-dart: Add support for Variscite Sonata board Stefano Radaelli
2026-03-13 18:56 ` [PATCH v7 0/2] Add support for Variscite DART-MX95 and " Frank Li
2026-03-24 19:48   ` Frank Li
2026-03-25 12:21     ` Francesco Dolcini
2026-03-25 14:50       ` Frank Li
2026-03-25 15:25         ` Stefano Radaelli
2026-03-25 18:06         ` Francesco Dolcini
2026-03-25 19:02           ` Frank Li
2026-03-24 18:45 ` Frank Li

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