From: Yash Shah Date: Tue, 8 Dec 2020 04:55:40 +0000 (+0530) Subject: dt-bindings: riscv: Update YAML doc to support SiFive HiFive Unmatched board X-Git-Tag: accepted/tizen/unified/20230118.172025~7720^2~65 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3489c030102fee69ef423f71f279d7bfe547aed8;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Palmer Dabbelt --- diff --git a/Documentation/devicetree/bindings/riscv/sifive.yaml b/Documentation/devicetree/bindings/riscv/sifive.yaml index 3a8647d..ee0a239 100644 --- a/Documentation/devicetree/bindings/riscv/sifive.yaml +++ b/Documentation/devicetree/bindings/riscv/sifive.yaml @@ -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