diff options
author | Conor Dooley <[email protected]> | 2022-05-09 15:26:05 +0100 |
---|---|---|
committer | Palmer Dabbelt <[email protected]> | 2022-06-01 15:28:05 -0700 |
commit | e8c81d649abc3fa02a7063c27a42b6e214a67362 (patch) | |
tree | 6237f5e9c26563caa9aeadfcb10d7f2f796459d8 | |
parent | da305fa8a9a6c44a0216d7ed30b2f8e91b6aa245 (diff) |
dt-bindings: riscv: microchip: document icicle reference design
Add a compatible for the icicle kit's reference design. This represents
the FPGA fabric's contents & is versioned to denote which release of the
reference design it applies to.
Acked-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Conor Dooley <[email protected]>
Acked-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Palmer Dabbelt <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/riscv/microchip.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/riscv/microchip.yaml b/Documentation/devicetree/bindings/riscv/microchip.yaml index 3f981e897126..822a711df9e9 100644 --- a/Documentation/devicetree/bindings/riscv/microchip.yaml +++ b/Documentation/devicetree/bindings/riscv/microchip.yaml @@ -20,6 +20,7 @@ properties: items: - enum: - microchip,mpfs-icicle-kit + - microchip,mpfs-icicle-reference-rtlv2203 - const: microchip,mpfs additionalProperties: true |