devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/3] Add i.MX943 basic dts support
@ 2025-04-21  6:51 Jacky Bai
  2025-04-21  6:51 ` [PATCH v6 1/3] dt-bindings: arm: fsl: add i.MX943 EVK board Jacky Bai
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Jacky Bai @ 2025-04-21  6:51 UTC (permalink / raw)
  To: robh, krzk+dt, conor+dt, shawnguo, s.hauer
  Cc: linus.walleij, kernel, festevam, devicetree, imx,
	linux-arm-kernel, aisheng.dong, peng.fan, frank.li

i.MX943 is the first SoC of the i.MX94 family, all the SoCs of this family
are pin to pin compatible with only several peripherals differance.

For i.MX943 device tree support, we split the dtsi into two part, one for
the common dtsi that shared for the i.MX94 family, and an i.MX943 specific
part.

Jacky Bai (3):
  dt-bindings: arm: fsl: add i.MX943 EVK board
  arm64: dts: freescale: Add basic dtsi for imx943
  arm64: dts: freescale: Add minimal dts support for imx943 evk

 .../devicetree/bindings/arm/fsl.yaml          |    6 +
 arch/arm64/boot/dts/freescale/Makefile        |    1 +
 arch/arm64/boot/dts/freescale/imx94-clock.h   |  195 ++
 arch/arm64/boot/dts/freescale/imx94-pinfunc.h | 1570 +++++++++++++++++
 arch/arm64/boot/dts/freescale/imx94-power.h   |   41 +
 arch/arm64/boot/dts/freescale/imx94.dtsi      | 1148 ++++++++++++
 arch/arm64/boot/dts/freescale/imx943-evk.dts  |  195 ++
 arch/arm64/boot/dts/freescale/imx943.dtsi     |  148 ++
 8 files changed, 3304 insertions(+)
 create mode 100644 arch/arm64/boot/dts/freescale/imx94-clock.h
 create mode 100644 arch/arm64/boot/dts/freescale/imx94-pinfunc.h
 create mode 100644 arch/arm64/boot/dts/freescale/imx94-power.h
 create mode 100644 arch/arm64/boot/dts/freescale/imx94.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/imx943-evk.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx943.dtsi

-- 
2.34.1


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

end of thread, other threads:[~2025-05-09 13:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-21  6:51 [PATCH v6 0/3] Add i.MX943 basic dts support Jacky Bai
2025-04-21  6:51 ` [PATCH v6 1/3] dt-bindings: arm: fsl: add i.MX943 EVK board Jacky Bai
2025-04-21  6:51 ` [PATCH v6 2/3] arm64: dts: freescale: Add basic dtsi for imx943 Jacky Bai
2025-04-21 18:09   ` Frank Li
2025-05-09  9:49   ` Shawn Guo
2025-05-09 10:35     ` Peng Fan
2025-05-09 12:03       ` Shawn Guo
2025-04-21  6:51 ` [PATCH v6 3/3] arm64: dts: freescale: Add minimal dts support for imx943 evk Jacky Bai
2025-05-09 13:53 ` [PATCH v6 0/3] Add i.MX943 basic dts support 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).