Commit 09f724e1 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Rob Herring
Browse files

dt-bindings: dmaengine: sifive,fu540-c000: include generic schema



Include generic dma-controller.yaml schema, which enforces node naming
and other generic properties.

Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220318162044.169350-1-krzysztof.kozlowski@canonical.com
parent 3f9a0755
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -22,6 +22,9 @@ description: |

  https://static.dev.sifive.com/FU540-C000-v1.0.pdf

allOf:
  - $ref: "dma-controller.yaml#"

properties:
  compatible:
    items:
@@ -41,13 +44,12 @@ required:
  - compatible
  - reg
  - interrupts
  - '#dma-cells'

additionalProperties: false
unevaluatedProperties: false

examples:
  - |
    dma@3000000 {
    dma-controller@3000000 {
      compatible = "sifive,fu540-c000-pdma";
      reg = <0x3000000 0x8000>;
      interrupts = <23>, <24>, <25>, <26>, <27>, <28>, <29>, <30>;