Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad214af3 authored by Patrick Daly's avatar Patrick Daly
Browse files

dt-bindings: Document child nodes for iommu-debug-test devices

The child nodes describe a test configuration.

Change-Id: I04b829f6a8f2a1495a0156c37fc29ba961238ed1
parent 92e75501
Loading
Loading
Loading
Loading
+14 −9
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@ properties:
    items:
      - const: iommu-debug-test

  child nodes:
    compatible: : iommu-debug-usecase
    iommus:
      minItems: 1
      items:
@@ -35,5 +37,8 @@ examples:
  - |
    iommu_test_device {
        compatible = "iommu-debug-test";
        basic_usecase {
          compatible = "iommu-debug-usecase";
          iommus = <&cpp_fd_smmu 42>;
        }
    };