msm8226-iommu-domains.dtsi 1003 B

123456789101112131415161718192021222324252627282930313233
  1. /* Copyright (c) 2013, The Linux Foundation. All rights reserved.
  2. *
  3. * This program is free software; you can redistribute it and/or modify
  4. * it under the terms of the GNU General Public License version 2 and
  5. * only version 2 as published by the Free Software Foundation.
  6. *
  7. * This program is distributed in the hope that it will be useful,
  8. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. * GNU General Public License for more details.
  11. */
  12. &soc {
  13. qcom,iommu-domains {
  14. compatible = "qcom,iommu-domains";
  15. venus_domain_ns: qcom,iommu-domain1 {
  16. label = "venus_ns";
  17. qcom,iommu-contexts = <&venus_ns>;
  18. qcom,virtual-addr-pool = <0x40000000 0x3f000000
  19. 0x7f000000 0x1000000>;
  20. };
  21. venus_domain_cp: qcom,iommu-domain2 {
  22. label = "venus_cp";
  23. qcom,iommu-contexts = <&venus_cp>;
  24. qcom,virtual-addr-pool = <0x1000000 0x1f800000
  25. 0x20800000 0x1f800000>;
  26. qcom,secure-domain;
  27. };
  28. };
  29. };