Commit 3489c030 authored by Yash Shah's avatar Yash Shah Committed by Palmer Dabbelt

dt-bindings: riscv: Update YAML doc to support SiFive HiFive Unmatched board

Add new compatible strings to the YAML DT binding document to support
SiFive's HiFive Unmatched board
Signed-off-by: default avatarYash Shah <yash.shah@sifive.com>
Signed-off-by: default avatarPalmer Dabbelt <palmerdabbelt@google.com>
parent 57985788
...@@ -17,11 +17,18 @@ properties: ...@@ -17,11 +17,18 @@ properties:
$nodename: $nodename:
const: '/' const: '/'
compatible: compatible:
items: oneOf:
- enum: - items:
- sifive,hifive-unleashed-a00 - enum:
- const: sifive,fu540-c000 - sifive,hifive-unleashed-a00
- const: sifive,fu540 - const: sifive,fu540-c000
- const: sifive,fu540
- items:
- enum:
- sifive,hifive-unmatched-a00
- const: sifive,fu740-c000
- const: sifive,fu740
additionalProperties: true additionalProperties: true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment