[PATCH v2 0/3] Add i.MX93 Wireless FRDM board support
Joseph Guo <[email protected]>
| Newsgroups | dev.linux.lists.imx,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> --- 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/[email protected] --- 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 <[email protected]>