kernel/Documentation/devicetree/bindings/iommu/iommu.txt
.. .. @@ -86,6 +86,12 @@ 86 86 disable the IOMMU's device tree node in the first place because it would 87 87 prevent any driver from properly setting up the translations. 88 88 89 +Optional properties:90 +--------------------91 +- pasid-num-bits: Some masters support multiple address spaces for DMA, by92 + tagging DMA transactions with an address space identifier. By default,93 + this is 0, which means that the device only has one address space.94 +89 95 90 96 Notes: 91 97 ======