[PATCH v2 1/3] dt-bindings: firmware: Add Agilex5 SVC compatible string

From: Khairul Anuar Romli

Date: Wed Oct 29 2025 - 23:30:20 EST


Enable support for the Agilex5 SoC in the Stratix10 Service Layer (SVC) by
adding the new compatible string "intel,agilex5-svc" to the device tree
bindings.

This allows distinguishing Agilex5 from earlier SoC generations, as it
uses a different mechanism for handling reserved memory regions.

Signed-off-by: Khairul Anuar Romli <khairul.anuar.romli@xxxxxxxxxx>
---
Changes in v2:
- Reprase commit message to exclude iommu
---
.../devicetree/bindings/firmware/intel,stratix10-svc.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/firmware/intel,stratix10-svc.yaml b/Documentation/devicetree/bindings/firmware/intel,stratix10-svc.yaml
index fac1e955852e..90b4c00e3079 100644
--- a/Documentation/devicetree/bindings/firmware/intel,stratix10-svc.yaml
+++ b/Documentation/devicetree/bindings/firmware/intel,stratix10-svc.yaml
@@ -34,6 +34,7 @@ properties:
enum:
- intel,stratix10-svc
- intel,agilex-svc
+ - intel,agilex5-svc

method:
description: |
--
2.43.7