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

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
Loading
Loading
Loading
Loading
+12 −5
Original line number Diff line number Diff line
@@ -17,12 +17,19 @@ properties:
  $nodename:
    const: '/'
  compatible:
    items:
    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

...