]> Git Repo - u-boot.git/blobdiff - dts/upstream/Bindings/misc/qemu,vcpu-stall-detector.yaml
Subtree merge tag 'v6.11-dts' of dts repo [1] into dts/upstream
[u-boot.git] / dts / upstream / Bindings / misc / qemu,vcpu-stall-detector.yaml
index 1aebeb696ee0d68ea8bcf3cbd2039fcd2637801b..e12d80be00cda40b783b3e6443e3ad09fb1d6ffb 100644 (file)
@@ -29,6 +29,9 @@ properties:
       Defaults to 10 if unset.
     default: 10
 
+  interrupts:
+    maxItems: 1
+
   timeout-sec:
     description: |
       The stall detector expiration timeout measured in seconds.
@@ -43,9 +46,12 @@ additionalProperties: false
 
 examples:
   - |
+    #include <dt-bindings/interrupt-controller/arm-gic.h>
+
     vmwdt@9030000 {
       compatible = "qemu,vcpu-stall-detector";
       reg = <0x9030000 0x10000>;
       clock-frequency = <10>;
       timeout-sec = <8>;
+      interrupts = <GIC_PPI 15 IRQ_TYPE_EDGE_RISING>;
     };
This page took 0.026121 seconds and 4 git commands to generate.