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

Joseph Guo posted 3 patches 1 week, 1 day ago
There is a newer version of this series
Documentation/devicetree/bindings/arm/fsl.yaml     |   1 +
arch/arm64/boot/dts/freescale/Makefile             |   1 +
.../dts/freescale/imx93-11x11-frdm-common.dtsi     | 692 +++++++++++++++++++++
arch/arm64/boot/dts/freescale/imx93-11x11-frdm.dts | 686 +-------------------
arch/arm64/boot/dts/freescale/imx93w-frdm.dts      |  23 +
5 files changed, 719 insertions(+), 684 deletions(-)
[PATCH 0/3] Add i.MX93 Wireless FRDM board support
Posted by Joseph Guo 1 week, 1 day 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>
---
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 +
 .../dts/freescale/imx93-11x11-frdm-common.dtsi     | 692 +++++++++++++++++++++
 arch/arm64/boot/dts/freescale/imx93-11x11-frdm.dts | 686 +-------------------
 arch/arm64/boot/dts/freescale/imx93w-frdm.dts      |  23 +
 5 files changed, 719 insertions(+), 684 deletions(-)
---
base-commit: b8809969e1d7a591e0f49dd464a5d04b3cf02ab1
change-id: 20260716-imx93w_frdm-2528ada72343

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