]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'newsoc/axiado' into soc/newsoc
authorArnd Bergmann <arnd@arndb.de>
Tue, 22 Jul 2025 20:30:38 +0000 (22:30 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 22 Jul 2025 20:30:38 +0000 (22:30 +0200)
commitdceb36675b5375955cdbd44ad693c080359fecb8
treeee76246aab3d69c0c67feadd08b45913f70bcb8c
parentc5b9bff35a9823c4dd803f0eda3b34be88bbcded
parenta6beb2bdb0db055f7402ed90e37fae99d68ff92c
Merge branch 'newsoc/axiado' into soc/newsoc

Support for the AX3000 SoC, from Harshit Shah <hshah@axiado.com>:

The AX3000 is a multi-core system-on-chip featuring four ARM Cortex-A53
cores, secure vault, hardware firewall, and AI acceleration engines. This
initial support enables basic bring-up of the SoC and evaluation platform
with CPU, timer, UART, and I3C functionality.

The series begins by adding the "axiado" vendor prefix and compatible
strings for the SoC and board. It then introduces the device tree files
and minimal ARCH_AXIADO platform support in arm64.

* newsoc/axiado:
  MAINTAINERS: Add entry for Axiado
  arm64: defconfig: enable the Axiado family
  arm64: dts: axiado: Add initial support for AX3000 SoC and eval board
  arm64: add Axiado SoC family
  dt-bindings: i3c: cdns: add Axiado AX3000 I3C controller
  dt-bindings: serial: cdns: add Axiado AX3000 UART controller
  dt-bindings: gpio: cdns: add Axiado AX3000 GPIO variant
  dt-bindings: gpio: cdns: convert to YAML
  dt-bindings: arm: axiado: add AX3000 EVK compatible strings
  dt-bindings: vendor-prefixes: Add Axiado Corporation
Documentation/devicetree/bindings/vendor-prefixes.yaml
MAINTAINERS
arch/arm64/Kconfig.platforms
arch/arm64/boot/dts/Makefile
arch/arm64/configs/defconfig