[PATCH 0/5] arm64: dts: Add Corstone1000-A320 platform

Rob Herring (Arm) posted 5 patches 2 weeks, 2 days ago
.../devicetree/bindings/arm/arm,corstone1000.yaml  | 15 ++--
.../devicetree/bindings/npu/arm,ethos.yaml         |  2 +-
arch/arm64/boot/dts/arm/Makefile                   |  1 +
arch/arm64/boot/dts/arm/corstone1000-a320-fvp.dts  | 15 ++++
arch/arm64/boot/dts/arm/corstone1000-a320.dtsi     | 91 ++++++++++++++++++++
arch/arm64/boot/dts/arm/corstone1000-fvp.dts       | 96 ++++++++--------------
...{corstone1000-fvp.dts => corstone1000-fvp.dtsi} | 33 --------
arch/arm64/boot/dts/arm/corstone1000-mps3.dts      | 13 +++
arch/arm64/boot/dts/arm/corstone1000.dtsi          | 13 ---
9 files changed, 167 insertions(+), 112 deletions(-)
[PATCH 0/5] arm64: dts: Add Corstone1000-A320 platform
Posted by Rob Herring (Arm) 2 weeks, 2 days ago
The Corstone1000-A320 is a new Corstone1000 variation with Cortex-A320 
cores and an Ethos-U85 NPU. This series adds the new compatible strings, 
restructures the .dtsi files to handle the common parts, and then adds 
the new Corstone1000-A320 FVP platform.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
Rob Herring (Arm) (5):
      dt-bindings: arm,corstone1000: Add "arm,corstone1000-a320-fvp"
      dt-bindings: npu: arm,ethos: Add "arm,corstone1000-ethos-u85"
      arm64: dts: arm/corstone1000: Move cpu nodes
      arm64: dts: arm/corstone1000: Move FVP peripherals to separate .dtsi
      arm64: dts: arm/corstone1000: Add corstone-1000-a320

 .../devicetree/bindings/arm/arm,corstone1000.yaml  | 15 ++--
 .../devicetree/bindings/npu/arm,ethos.yaml         |  2 +-
 arch/arm64/boot/dts/arm/Makefile                   |  1 +
 arch/arm64/boot/dts/arm/corstone1000-a320-fvp.dts  | 15 ++++
 arch/arm64/boot/dts/arm/corstone1000-a320.dtsi     | 91 ++++++++++++++++++++
 arch/arm64/boot/dts/arm/corstone1000-fvp.dts       | 96 ++++++++--------------
 ...{corstone1000-fvp.dts => corstone1000-fvp.dtsi} | 33 --------
 arch/arm64/boot/dts/arm/corstone1000-mps3.dts      | 13 +++
 arch/arm64/boot/dts/arm/corstone1000.dtsi          | 13 ---
 9 files changed, 167 insertions(+), 112 deletions(-)
---
base-commit: 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
change-id: 20260123-dt-corstone1000-a320-dc5a7aa15fbe

Best regards,
--  
Rob Herring (Arm) <robh@kernel.org>
Re: [PATCH 0/5] arm64: dts: Add Corstone1000-A320 platform
Posted by Sudeep Holla 1 week, 6 days ago
On Fri, 20 Mar 2026 11:47:13 -0500, Rob Herring (Arm) wrote:
> The Corstone1000-A320 is a new Corstone1000 variation with Cortex-A320
> cores and an Ethos-U85 NPU. This series adds the new compatible strings,
> restructures the .dtsi files to handle the common parts, and then adds
> the new Corstone1000-A320 FVP platform.

Applied to sudeep.holla/linux (for-next/juno/updates), thanks!

[1/5] dt-bindings: arm,corstone1000: Add "arm,corstone1000-a320-fvp"
      https://git.kernel.org/sudeep.holla/c/f9d162866f2f
[2/5] dt-bindings: npu: arm,ethos: Add "arm,corstone1000-ethos-u85"
      https://git.kernel.org/sudeep.holla/c/55de145c8ec2
[3/5] arm64: dts: arm/corstone1000: Move cpu nodes
      https://git.kernel.org/sudeep.holla/c/903528ac234a
[4/5] arm64: dts: arm/corstone1000: Move FVP peripherals to separate .dtsi
      https://git.kernel.org/sudeep.holla/c/9c3904f94fdb
[5/5] arm64: dts: arm/corstone1000: Add corstone-1000-a320
      https://git.kernel.org/sudeep.holla/c/87599f1843d3
--
Regards,
Sudeep