diff options
author | Niravkumar L Rabara <[email protected]> | 2023-08-01 09:02:30 +0800 |
---|---|---|
committer | Dinh Nguyen <[email protected]> | 2023-08-08 06:32:34 -0500 |
commit | f23768356be845568545c7baf2c93ca164015cfb (patch) | |
tree | 4db741dbd035dc65826d20c83a75fb1b5ed335c9 | |
parent | 331085a423b271a2dd940b3073a576744e72da7d (diff) |
dt-bindings: intel: Add Intel Agilex5 compatible
Agilex5 is a new SoCFPGA in Intel Agilex SoCFPGA Family,
include compatible string for Agilex5 SoCFPGA board.
Acked-by: Conor Dooley <[email protected]>
Reviewed-by: Dinh Nguyen <[email protected]>
Signed-off-by: Niravkumar L Rabara <[email protected]>
Signed-off-by: Dinh Nguyen <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/arm/intel,socfpga.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/intel,socfpga.yaml b/Documentation/devicetree/bindings/arm/intel,socfpga.yaml index 4b4dcf551eb6..2ee0c740eb56 100644 --- a/Documentation/devicetree/bindings/arm/intel,socfpga.yaml +++ b/Documentation/devicetree/bindings/arm/intel,socfpga.yaml @@ -21,6 +21,11 @@ properties: - intel,socfpga-agilex-n6000 - intel,socfpga-agilex-socdk - const: intel,socfpga-agilex + - description: Agilex5 boards + items: + - enum: + - intel,socfpga-agilex5-socdk + - const: intel,socfpga-agilex5 additionalProperties: true |