diff options
author | Paweł Anikiel <[email protected]> | 2022-06-03 11:23:54 +0200 |
---|---|---|
committer | Dinh Nguyen <[email protected]> | 2022-06-14 10:45:50 -0500 |
commit | cd271f0468037dcfc863e341b85746c3e3684f76 (patch) | |
tree | 5b4f7345ba9d7de6c8d9497e097a247c640e7db0 | |
parent | 15596df74e589fa68347928b152ed208eb1b41b1 (diff) |
dt-bindings: altera: Add Chameleon v3 board
Add Mercury+ AA1 boards category, together with the Chameleon v3 board.
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Paweł Anikiel <[email protected]>
Signed-off-by: Dinh Nguyen <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/arm/altera.yaml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/altera.yaml b/Documentation/devicetree/bindings/arm/altera.yaml index 5e2017c0a051..799ab0d2448b 100644 --- a/Documentation/devicetree/bindings/arm/altera.yaml +++ b/Documentation/devicetree/bindings/arm/altera.yaml @@ -25,7 +25,14 @@ properties: items: - enum: - altr,socfpga-arria10-socdk - - enclustra,mercury-aa1 + - const: altr,socfpga-arria10 + - const: altr,socfpga + + - description: Mercury+ AA1 boards + items: + - enum: + - google,chameleon-v3 + - const: enclustra,mercury-aa1 - const: altr,socfpga-arria10 - const: altr,socfpga |