From: "Benoît Monin" <benoit.monin@bootlin.com>
To: opensbi@lists.infradead.org
Cc: "Thomas Petazzoni" <thomas.petazzoni@bootlin.com>,
"Randolph Sheng-Kai Lin(林聖凱)" <randolph@andestech.com>,
"Jun Chang" <jun.chang@metanoia-comm.com>,
"Benoît Monin" <benoit.monin@bootlin.com>,
"Anup Patel" <anup@brainfault.org>
Subject: Re: [PATCH v3 0/2] Introduce Metanoia MT2824 SoC support
Date: Fri, 31 Jul 2026 11:09:41 +0200 [thread overview]
Message-ID: <qTMAiiu2THakFrsRkN2r_A@bootlin.com> (raw)
In-Reply-To: <20260724-mt5824-v3-0-9a7d17d69974@bootlin.com>
On Friday, 24 July 2026 at 17:35:06 CEST, Benoît Monin wrote:
> This series add support for the Metanoia MT2824 SoC. The MT2824 is
> a highly integrated 5G System-on-Chip aimed at O‑RAN Radio Units
> and small cells. This SoC is used in conjunction with two MT3812 5G
> transceivers to form the MT5824 reference design[1].
> The MT2824 features:
> * CPU: Two AndesCore AX45MP RISC-V 64 cores
> * DSP/PHY: Dedicated DSP cores and digital front-end for PHY processing
> * Memory: LPDDR4 support with inline ECC
> * Ethernet: Dual 10G/25G SerDes
> * SPI: One Quad-SPI and 8 SPI controllers
> * 3 I2C controllers
> * SD/MMC controller
> * 3 UARTs
> * Hardware watchdog
> * 32 GPIOs
> * USB host controller
>
> [1]: https://metanoia-comm.com/products/5g/mt5824/
>
[Adding Anup in CC]
Small ping on this series: Any reviews or comments are welcome.
> Signed-off-by: Benoît Monin <benoit.monin@bootlin.com>
> ---
> Changes in v3:
> - Rebased on v1.9.
> - Change the system_reset device name to "metanoia-mt2824-reboot" to
> match the DT compatible "metanoia,mt2824-reboot" and avoid confusion
> with "metanoia,mt2824-reset".
> - Link to v2: https://patch.msgid.link/20260625-mt5824-v2-0-48bd438fc2e5@bootlin.com
>
> Changes in v2:
> - Fix the SoC name (MT2824) and clarify the reference design name (MT5824)
> - Link to v1: https://patch.msgid.link/20260618-mt5824-v1-0-c99263cc6df4@bootlin.com
>
> ---
> Benoît Monin (2):
> platform: generic: Add Metanoia MT2824 initial support
> lib: utils/reset: Add Metanoia MT2824 system reset driver
>
> docs/platform/generic.md | 2 +
> docs/platform/metanoia-mt2824.md | 147 ++++++++++++++++++++++++++++
> lib/utils/reset/Kconfig | 4 +
> lib/utils/reset/fdt_reset_metanoia.c | 72 ++++++++++++++
> lib/utils/reset/objects.mk | 3 +
> platform/generic/Kconfig | 7 ++
> platform/generic/configs/defconfig | 2 +
> platform/generic/metanoia/mt2824/mt2824.c | 31 ++++++
> platform/generic/metanoia/mt2824/objects.mk | 10 ++
> 9 files changed, 278 insertions(+)
> ---
> base-commit: cbf9f6734dd85a982c63e3cb5db7ffe09da839ca
> change-id: 20260525-mt5824-5790818fb75f
>
Best regards,
--
Benoît Monin, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
--
opensbi mailing list
opensbi@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/opensbi
prev parent reply other threads:[~2026-07-31 9:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-24 15:35 [PATCH v3 0/2] Introduce Metanoia MT2824 SoC support Benoît Monin
2026-07-24 15:35 ` [PATCH v3 1/2] platform: generic: Add Metanoia MT2824 initial support Benoît Monin
2026-07-24 15:35 ` [PATCH v3 2/2] lib: utils/reset: Add Metanoia MT2824 system reset driver Benoît Monin
2026-07-31 9:09 ` Benoît Monin [this message]
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=qTMAiiu2THakFrsRkN2r_A@bootlin.com \
--to=benoit.monin@bootlin.com \
--cc=anup@brainfault.org \
--cc=jun.chang@metanoia-comm.com \
--cc=opensbi@lists.infradead.org \
--cc=randolph@andestech.com \
--cc=thomas.petazzoni@bootlin.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.