#include &soc { apps_smmu: apps-smmu@15000000 { compatible = "qcom,qsmmu-v500"; reg = <0x15000000 0x40000>; #iommu-cells = <2>; #global-interrupts = <1>; #size-cells = <1>; #address-cells = <1>; ranges; dma-coherent; interrupts = , , , , , , , , , , , , , , , , , , , , , , , , , , , , ; anoc_qtb: anoc_qtb@1670000 { compatible = "qcom,qsmmuv500-tbu", "qcom,qtb500"; reg = <0x1670000 0x1000>; qcom,stream-id-range = <0x0 0x400>; qcom,iova-width = <36>; qcom,num-qtb-ports = <1>; }; anoc_pcie_qtb: anoc_pcie_qtb@16d0000 { compatible = "qcom,qsmmuv500-tbu", "qcom,qtb500"; reg = <0x16d0000 0x1000>; qcom,stream-id-range = <0x400 0x400>; qcom,iova-width = <36>; qcom,num-qtb-ports = <1>; }; }; dma_dev { compatible = "qcom,iommu-dma"; memory-region = <&system_cma>; }; iommu_test_device { compatible = "qcom,iommu-debug-test"; usecase0_apps { compatible = "qcom,iommu-debug-usecase"; iommus = <&apps_smmu 0x180 0x0>; }; usecase1_apps_fastmap { compatible = "qcom,iommu-debug-usecase"; iommus = <&apps_smmu 0x180 0x0>; qcom,iommu-dma = "fastmap"; }; usecase2_apps_atomic { compatible = "qcom,iommu-debug-usecase"; iommus = <&apps_smmu 0x180 0x0>; qcom,iommu-dma = "atomic"; }; usecase3_apps_dma { compatible = "qcom,iommu-debug-usecase"; iommus = <&apps_smmu 0x180 0x0>; dma-coherent; }; usecase4_apps_secure { compatible = "qcom,iommu-debug-usecase"; iommus = <&apps_smmu 0x180 0x0>; qcom,iommu-vmid = <0xa>; /* VMID_CP_PIXEL */ }; }; };