[PATCH 0/2] Introduce Metanoia MT5824 SoC support

Benoît Monin benoit.monin at bootlin.com
Thu Jun 18 05:20:31 PDT 2026


This series add support for the Metanoia MT5824 SoC[1]. The MT5824 is
a highly integrated 5G System-on-Chip aimed at O‑RAN Radio Units and
small cells. It 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/

Signed-off-by: Benoît Monin <benoit.monin at bootlin.com>
---
Benoît Monin (2):
      platform: generic: Add Metanoia MT5824 initial support
      lib: utils/reset: Add Metanoia MT5824 system reset driver

 docs/platform/generic.md                    |   2 +
 docs/platform/metanoia-mt5824.md            | 146 ++++++++++++++++++++++++++++
 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/mt5824/mt5824.c   |  31 ++++++
 platform/generic/metanoia/mt5824/objects.mk |  10 ++
 9 files changed, 277 insertions(+)
---
base-commit: a8be5e9478be08f09a720f7013ec30d6e2bd9fcc
change-id: 20260525-mt5824-5790818fb75f

Best regards,
--  
Benoît Monin, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com




More information about the opensbi mailing list