
The i.MX 93 quick start evaluation kit provides a low-cost platform to evaluate the i.MX 93 applications processors in a 9x9mm package.
Patch 1 is to add a new pll entry for 3200MTS Patch 2 is to add the board support.
Patchset is based on imx/next tag:u-boot-imx-next-20241005
Signed-off-by: Peng Fan peng.fan@nxp.com --- Peng Fan (2): imx9: clock: Add 800MHz fracpll entry imx: Support i.MX93 9X9 QSB board
arch/arm/dts/imx93-9x9-qsb-u-boot.dtsi | 163 ++ arch/arm/mach-imx/imx9/Kconfig | 8 + arch/arm/mach-imx/imx9/clock.c | 1 + board/freescale/imx93_qsb/Kconfig | 12 + board/freescale/imx93_qsb/MAINTAINERS | 7 + board/freescale/imx93_qsb/Makefile | 16 + board/freescale/imx93_qsb/imx93_qsb.c | 67 + board/freescale/imx93_qsb/lpddr4_timing.c | 1995 +++++++++++++++++++++++++ board/freescale/imx93_qsb/lpddr4_timing_ecc.c | 1995 +++++++++++++++++++++++++ board/freescale/imx93_qsb/spl.c | 174 +++ configs/imx93_9x9_qsb_defconfig | 139 ++ configs/imx93_9x9_qsb_inline_ecc_defconfig | 140 ++ doc/board/nxp/imx93_9x9_qsb.rst | 68 + doc/board/nxp/index.rst | 1 + drivers/ddr/imx/imx9/Kconfig | 6 + include/configs/imx93_qsb.h | 138 ++ 16 files changed, 4930 insertions(+) --- base-commit: ef815d75514da91dd98f9e3278d810439fd1f1ea change-id: 20241009-imx93qsb-d0d769ade9f8
Best regards,