[PATCH v2 0/3] Add i.MX93 Wireless FRDM board support

Joseph Guo posted 3 patches 1 day, 14 hours ago
Documentation/devicetree/bindings/arm/fsl.yaml     |   1 +
arch/arm64/boot/dts/freescale/Makefile             |   1 +
...11x11-frdm.dts => imx93-11x11-frdm-common.dtsi} | 129 +---
arch/arm64/boot/dts/freescale/imx93-11x11-frdm.dts | 679 +--------------------
arch/arm64/boot/dts/freescale/imx93w-frdm.dts      |  23 +
5 files changed, 32 insertions(+), 801 deletions(-)
[PATCH v2 0/3] Add i.MX93 Wireless FRDM board support
Posted by Joseph Guo 1 day, 14 hours ago
i.MX93 Wireless FRDM board(FRDM-IMX93W) is a low-cost and compact board featuring
the i.MX93W applications processor

FRDM-IMX93W board basically reuse the FRDM-IMX93 board, with some minor functional
and pin connection differences. Factor common parts of FRDM-IMX93 and FRDM-IMX93W
into imx93-11x11-frdm-common.dtsi and add the board-specific changes.

Signed-off-by: Joseph Guo <qijian.guo@nxp.com>
---
Changes in v2:
- Move board specific lpuart5 pin assignment to i.MX93 FRDM dts.
- Move pcal6408 node from common dtsi to i.MX93 FRDM dts
- Link to v1: https://lore.kernel.org/r/20260717-imx93w_frdm-v1-0-0cca6c0ba2f5@nxp.com

---
Joseph Guo (3):
      arm64: dts: imx93-11x11-frdm: factor out common parts into dtsi
      dt-bindings: arm: fsl: Add i.MX93 Wireless FRDM board
      arm64: dts: imx93: Add i.MX93 Wireless FRDM board support

 Documentation/devicetree/bindings/arm/fsl.yaml     |   1 +
 arch/arm64/boot/dts/freescale/Makefile             |   1 +
 ...11x11-frdm.dts => imx93-11x11-frdm-common.dtsi} | 129 +---
 arch/arm64/boot/dts/freescale/imx93-11x11-frdm.dts | 679 +--------------------
 arch/arm64/boot/dts/freescale/imx93w-frdm.dts      |  23 +
 5 files changed, 32 insertions(+), 801 deletions(-)
---
base-commit: b8809969e1d7a591e0f49dd464a5d04b3cf02ab1
change-id: 20260716-imx93w_frdm-2528ada72343

Best regards,
-- 
Joseph Guo <qijian.guo@nxp.com>