[PATCH v6 00/10] Axiado AX3000 SoC and Evaluation Board Support
From: Harshit Shah <hidden>
Date: 2025-07-22 20:16:13
Also in:
linux-devicetree, linux-gpio, linux-i3c, linux-serial, lkml
------------------------------- Hello SoC maintainers, This patch series adds initial support for the Axiado AX3000 SoC and its evaluation board. Change from v6 - Ran "b4 trailer -u" and add reviewed by Krzysztof Add soc@lists.linux.dev in the to list and send this series again as per suggestion by Krzysztof and Arnd. Thank you. Checked locally and able to apply these patchset to soc git. (git/soc/soc.git, for-next, checked commit: 7dfbf3176d886ff9a0c7786942d3a89809d0641e) Sorry for late request, please consider this series for the 6.17. ------------------------------- 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. Patch breakdown: - Patch 1 add the vendor prefix entry - Patch 2 document the SoC and board bindings - Patch 3 convert cdns,gpio.txt to gpio-cdns.yaml - Patch 4 add binding for ax3000 gpio controller - Patch 5 add binding for ax3000 uart controller - Patch 6 add binding for ax3000 i3c controller - Patch 7 add Axiado SoC family - Patch 8 add device tree for the ax3000 & ax3000-evk - Patch 9 add ARCH_AXIADO in defconfig - Patch 10 update MAINTAINERS file Note: A few checkpatch.pl warnings appear due to DT binding conversions and MAINTAINERS update. The binding conversion and includes were kept together in patch 3/10 due to their close relationship, but we are happy to split them if preferred. Feedback and suggestions are welcome. Signed-off-by: Harshit Shah <redacted> To: Rob Herring <robh@kernel.org> To: Krzysztof Kozlowski <krzk+dt@kernel.org> To: Conor Dooley <conor+dt@kernel.org> To: Linus Walleij <redacted> To: Bartosz Golaszewski <redacted> To: Arnd Bergmann <arnd@arndb.de> To: Catalin Marinas <catalin.marinas@arm.com> To: Will Deacon <will@kernel.org> To: soc@lists.linux.dev Cc: devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org Cc: linux-gpio@vger.kernel.org Cc: Jan Kotas <redacted> Signed-off-by: Harshit Shah <redacted> --- - Link to v6: https://lore.kernel.org/r/20250703-axiado-ax3000-soc-and-evaluation-board-support-v6-0-cebd810e7e26@axiado.com (local) Changes in v6: * patch#4 - added missing blank line (Krzysztof) * patch#5 - add reviewed-by Krzysztof * patch#6 - moved enum of axiado,ax3000-uart along with xlnx (Krzysztof) - removed description (Krzysztof) - Link to v5: https://lore.kernel.org/r/20250702-axiado-ax3000-soc-and-evaluation-board-support-v5-0-6ade160ea23b@axiado.com (local) Changes in v5: * patch#4 - remove description, add enum (Krzysztof) * patch#5 - removed description, add enum (Krzysztof) - moved to the first entry (Krzysztof) * patch#6 - removed description, add enum (Krzysztof) * patch#8 - add reviewed-by Krzysztof - Link to v4: https://lore.kernel.org/r/20250701-axiado-ax3000-soc-and-evaluation-board-support-v4-0-11ba6f62bf86@axiado.com (local) Changes in v4: * patch#1 - add acked-by Rob * patch#2 - add reviewed-by Krzysztof * patch#3 - remove description in "ngpio" (Krzysztof) - add reviewed-by Krzysztof * patch#4 (new) - add binding for ax3000 gpio controller - backward compatible with original binding * patch#5 (new) - add binding for ax3000 uart controller - backward compatible with original binding * patch#6 (new) - add binding for ax3000 i3c controller - backward compatible with original binding * patch#7 - add reviewed-by Krzysztof * patch#8 - update compatibles uart -> axiado,ax3000-uart, i3c -> axiado,ax3000-i3c, gpio -> axiado,ax3000-gpio (Krzysztof) - add space between nodes (Krzysztof) * patch#9-10 - add reviewed-by Krzysztof - Link to v3: https://lore.kernel.org/r/20250623-axiado-ax3000-soc-and-evaluation-board-support-v3-0-b3e66a7491f5@axiado.com (local) Changes in v3: - patch#3 - Update with the original filename (Krzysztof) - maitainer and property name updates (Krzysztof) - patch#4 - removed defconfig (Krzysztof) - patch#5 - update nodes to alphabetical order, remove redudant nodes (Krzysztof) - add fix clock nodes (Krzysztof) - patch#6 - enable ARCH_AXIADO in defconfig (Krzysztof) - Link to v2: https://lore.kernel.org/r/20250615-axiado-ax3000-soc-and-evaluation-board-support-v2-0-341502d38618@axiado.com (local) Changes in v2: - update patch#2 to fix the yamlint,dt_binding_check error - update patch#6 to update path mentioned by kernel test robot - Link to v1: https://lore.kernel.org/r/20250614-axiado-ax3000-soc-and-evaluation-board-support-v1-0-327ab344c16d@axiado.com (local) --- Harshit Shah (10): dt-bindings: vendor-prefixes: Add Axiado Corporation dt-bindings: arm: axiado: add AX3000 EVK compatible strings dt-bindings: gpio: cdns: convert to YAML dt-bindings: gpio: cdns: add Axiado AX3000 GPIO variant dt-bindings: serial: cdns: add Axiado AX3000 UART controller dt-bindings: i3c: cdns: add Axiado AX3000 I3C controller arm64: add Axiado SoC family arm64: dts: axiado: Add initial support for AX3000 SoC and eval board arm64: defconfig: enable the Axiado family MAINTAINERS: Add entry for Axiado Documentation/devicetree/bindings/arm/axiado.yaml | 23 + .../devicetree/bindings/gpio/cdns,gpio.txt | 43 -- .../devicetree/bindings/gpio/cdns,gpio.yaml | 84 ++++ .../devicetree/bindings/i3c/cdns,i3c-master.yaml | 7 +- .../devicetree/bindings/serial/cdns,uart.yaml | 7 +- .../devicetree/bindings/vendor-prefixes.yaml | 2 + MAINTAINERS | 8 + arch/arm64/Kconfig.platforms | 6 + arch/arm64/boot/dts/Makefile | 1 + arch/arm64/boot/dts/axiado/Makefile | 2 + arch/arm64/boot/dts/axiado/ax3000-evk.dts | 79 ++++ arch/arm64/boot/dts/axiado/ax3000.dtsi | 520 +++++++++++++++++++++ arch/arm64/configs/defconfig | 1 + 13 files changed, 736 insertions(+), 47 deletions(-) --- base-commit: 8c6bc74c7f8910ed4c969ccec52e98716f98700a change-id: 20250614-axiado-ax3000-soc-and-evaluation-board-support-1b86b4a9daac Best regards, -- Harshit Shah [off-list ref]