[v2,0/3] arm64: dts: rockchip: Add support for Axelera Metis SBC
mbox series

Message ID 20260521112704.3914497-1-patrick.barsanti@amarulasolutions.com
Headers show
Series
  • arm64: dts: rockchip: Add support for Axelera Metis SBC
Related show

Message

Patrick Barsanti May 21, 2026, 11:27 a.m. UTC
The Axelera AI Metis Compute Board is a SBC based on the Rockchip RK3588
SoC. It offers efficient AI compute for multi-stream computer vision and
generative AI applications in a compact design.

Product page [1].

[1]: https://axelera.ai/evaluation-systems/metis-compute-board

This series was tested against Linux 7.1-rc4
(5200f5f493f79f14bbdc349e402a40dfb32f23c8), and aims to introduce basic
support for the board, which includes the console, the eMMC,
the two Gigabit Ethernet ports, the four USB3 ports and
the HDMI connector.

Note that the pcie3x4 node contains a custom ranges override which is
required by the onboard Axelera AI NPU.

---
Changes in v2:
* Fix capitalization typos and supported feature list in commit
  messages.
* Update [PATCH 3/3]:
  * Change node naming to comply with upstream.
  * Change PCIe logic.
  * Reduce scope to minimum.
---

Patrick Barsanti (3):
  dt-bindings: vendor-prefixes: Add Axelera AI
  dt-bindings: arm: rockchip: Add Axelera AI Metis Compute Board
  arm64: dts: rockchip: Add Axelera AI metis-sbc

 .../devicetree/bindings/arm/rockchip.yaml     |   5 +
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/arm64/boot/dts/rockchip/Makefile         |   1 +
 .../boot/dts/rockchip/rk3588-metis-sbc.dts    | 840 ++++++++++++++++++
 4 files changed, 848 insertions(+)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-metis-sbc.dts