]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
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)
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

1  2 
Documentation/devicetree/bindings/vendor-prefixes.yaml
MAINTAINERS
arch/arm64/Kconfig.platforms
arch/arm64/boot/dts/Makefile
arch/arm64/configs/defconfig

diff --cc MAINTAINERS
Simple merge
Simple merge
Simple merge
Simple merge