The Morello architecture is an experimental extension to Armv8.2-A, which extends the AArch64 state with the principles proposed in version 7 of the Capability Hardware Enhanced RISC Instructions (CHERI) ISA [1]. This series adds dts support for the Arm Morello System Development Platform. [1] https://www.morello-project.org/ To simplify the testing a linux tree rebased on 6.14-rc1 is accessible at [2]. [2] https://codeberg.org/vincenzo/linux/src/branch/morello/dts/v5 Cc: Linus Walleij <linus.walleij@xxxxxxxxxx> Cc: Rob Herring <robh@xxxxxxxxxx> Cc: Krzysztof Kozlowski <krzk+dt@xxxxxxxxxx> Cc: Conor Dooley <conor+dt@xxxxxxxxxx> Cc: Liviu Dudau <liviu.dudau@xxxxxxx> Cc: Sudeep Holla <sudeep.holla@xxxxxxx> Cc: Lorenzo Pieralisi <lpieralisi@xxxxxxxxxx> Cc: Russell King <linux@xxxxxxxxxxxxxxx> Cc: Will Deacon <will@xxxxxxxxxx> Cc: Mark Rutland <mark.rutland@xxxxxxx> Signed-off-by: Vincenzo Frascino <vincenzo.frascino@xxxxxxx> Changes ======= v5: - Add support for fvp. - Add support for pmu. - Address review comments. - Rebase on 6.14-rc1. v4: - Add cache information. - Address review comments. v3: - Address review comments. - Rebase on 6.13-rc5. v2: - Addressed review comments. - Rebased on 6.13-rc4. - Renamed arm,morello to arm,morello-sdp for clarity. Vincenzo Frascino (8): dt-bindings: arm: Add Morello compatibility dt-bindings: arm: Add Morello fvp compatibility dt-bindings: arm: Add Rainier compatibility perf: arm_pmuv3: Add support for ARM Rainier PMU arm64: dts: morello: Add support for common functionalities arm64: dts: morello: Add support for soc dts arm64: dts: morello: Add support for fvp dts MAINTAINERS: Add Vincenzo Frascino as Arm Morello Maintainer .../bindings/arm/arm,vexpress-juno.yaml | 8 + .../devicetree/bindings/arm/cpus.yaml | 1 + .../devicetree/bindings/arm/pmu.yaml | 1 + MAINTAINERS | 6 + arch/arm64/boot/dts/arm/Makefile | 1 + arch/arm64/boot/dts/arm/morello-fvp.dts | 78 +++++ arch/arm64/boot/dts/arm/morello-sdp.dts | 157 +++++++++ arch/arm64/boot/dts/arm/morello.dtsi | 323 ++++++++++++++++++ drivers/perf/arm_pmuv3.c | 2 + 9 files changed, 577 insertions(+) create mode 100644 arch/arm64/boot/dts/arm/morello-fvp.dts create mode 100644 arch/arm64/boot/dts/arm/morello-sdp.dts create mode 100644 arch/arm64/boot/dts/arm/morello.dtsi -- 2.43.0