From: Fabian Pflug <f.pflug@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Fabian Pflug <f.pflug@pengutronix.de>
Subject: [PATCH v2 0/2] ARM: boards: i.MX93: Add NXP FRDM i.MX93 support
Date: Tue, 21 Oct 2025 12:59:38 +0200 [thread overview]
Message-ID: <20251021110149.1151936-1-f.pflug@pengutronix.de> (raw)
In-Reply-To: <20250527114241.325357-1-f.pflug@pengutronix.de>
Add support for the i.MX93 FRDM board from NXP
v2:
- remove init from board.c
- use iomem in lowlevel.c
Fabian Pflug (2):
common: deep-probe: include of for of_device_id
ARM: boards: i.MX93: Add NXP FRDM i.MX93 support
arch/arm/boards/Makefile | 1 +
arch/arm/boards/nxp-imx93-frdm/Makefile | 2 +
arch/arm/boards/nxp-imx93-frdm/board.c | 12 +
arch/arm/boards/nxp-imx93-frdm/lowlevel.c | 46 +
.../nxp-imx93-frdm/lpddr4x_2gb_timing.c | 1907 +++++++++++++++++
arch/arm/dts/Makefile | 1 +
arch/arm/dts/imx93-frdm.dts | 534 +++++
arch/arm/mach-imx/Kconfig | 9 +
images/Makefile.imx | 4 +
include/deep-probe.h | 1 +
10 files changed, 2517 insertions(+)
create mode 100644 arch/arm/boards/nxp-imx93-frdm/Makefile
create mode 100644 arch/arm/boards/nxp-imx93-frdm/board.c
create mode 100644 arch/arm/boards/nxp-imx93-frdm/lowlevel.c
create mode 100644 arch/arm/boards/nxp-imx93-frdm/lpddr4x_2gb_timing.c
create mode 100644 arch/arm/dts/imx93-frdm.dts
--
2.47.3
next prev parent reply other threads:[~2025-10-21 11:03 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-27 11:42 [PATCH] " Fabian Pflug
2025-05-27 12:23 ` Marco Felsch
2025-05-27 12:37 ` Ahmad Fatoum
2025-10-21 10:59 ` Fabian Pflug [this message]
2025-10-21 10:59 ` [PATCH v2 1/2] common: deep-probe: include of for of_device_id Fabian Pflug
2025-10-21 10:59 ` [PATCH v2 2/2] ARM: boards: i.MX93: Add NXP FRDM i.MX93 support Fabian Pflug
2025-10-21 11:11 ` Ahmad Fatoum
2025-10-21 11:37 ` Fabian Pflug
2025-10-21 11:43 ` Ahmad Fatoum
2025-10-21 11:53 ` Fabian Pflug
2025-10-21 11:58 ` Maud Spierings
2025-10-21 18:01 ` [PATCH v2 0/2] " Maud Spierings
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251021110149.1151936-1-f.pflug@pengutronix.de \
--to=f.pflug@pengutronix.de \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox