diff options
author | Conor Dooley | 2022-05-09 15:26:05 +0100 |
---|---|---|
committer | Palmer Dabbelt | 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 <krzysztof.kozlowski@linaro.org>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220509142610.128590-5-conor.dooley@microchip.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
-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 |