[PATCH 1/2] dt-bindings: intel: document Agilex7 M-Series SoCDK

Matthew Gerlach posted 2 patches 11 months, 1 week ago
[PATCH 1/2] dt-bindings: intel: document Agilex7 M-Series SoCDK
Posted by Matthew Gerlach 11 months, 1 week ago
Add device tree bindings for the Intel Agilex7 M-Series Development Kit:
https://www.intel.com/content/www/us/en/products/details/fpga/development-kits/agilex/agm039.html

Signed-off-by: Matthew Gerlach <matthew.gerlach@altera.com>
---
 Documentation/devicetree/bindings/arm/intel,socfpga.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/intel,socfpga.yaml b/Documentation/devicetree/bindings/arm/intel,socfpga.yaml
index 2ee0c740eb56..f569d62235cd 100644
--- a/Documentation/devicetree/bindings/arm/intel,socfpga.yaml
+++ b/Documentation/devicetree/bindings/arm/intel,socfpga.yaml
@@ -26,6 +26,11 @@ properties:
           - enum:
               - intel,socfpga-agilex5-socdk
           - const: intel,socfpga-agilex5
+      - description: Agilex7 boards
+        items:
+          - enum:
+              - intel,socfpga-agilex7m-socdk
+          - const: intel,socfpga-agilex7
 
 additionalProperties: true
 
-- 
2.35.3
Re: [PATCH 1/2] dt-bindings: intel: document Agilex7 M-Series SoCDK
Posted by Krzysztof Kozlowski 11 months, 1 week ago
On 05/03/2025 20:49, Matthew Gerlach wrote:
> Add device tree bindings for the Intel Agilex7 M-Series Development Kit:
> https://www.intel.com/content/www/us/en/products/details/fpga/development-kits/agilex/agm039.html
> 
> Signed-off-by: Matthew Gerlach <matthew.gerlach@altera.com>
> ---

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof