mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-21 10:05:00 +08:00
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: Yash Shah <yash.shah@sifive.com> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
This commit is contained in:
parent
5798578815
commit
3489c03010
@ -17,11 +17,18 @@ properties:
|
||||
$nodename:
|
||||
const: '/'
|
||||
compatible:
|
||||
items:
|
||||
- enum:
|
||||
- sifive,hifive-unleashed-a00
|
||||
- const: sifive,fu540-c000
|
||||
- const: sifive,fu540
|
||||
oneOf:
|
||||
- items:
|
||||
- enum:
|
||||
- sifive,hifive-unleashed-a00
|
||||
- const: sifive,fu540-c000
|
||||
- const: sifive,fu540
|
||||
|
||||
- items:
|
||||
- enum:
|
||||
- sifive,hifive-unmatched-a00
|
||||
- const: sifive,fu740-c000
|
||||
- const: sifive,fu740
|
||||
|
||||
additionalProperties: true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user