msm8610-iommu-domains.dtsi 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. /* Copyright (c) 2012-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. qcom,iommu-domain1 {
  16. label = "lpass_secure";
  17. qcom,iommu-contexts = <&lpass_q6_fw>;
  18. qcom,virtual-addr-pool = <0x00000000 0x0FFFFFFF
  19. 0xF0000000 0x0FFFFFFF>;
  20. };
  21. qcom,iommu-domain2 {
  22. label = "lpass_audio";
  23. qcom,iommu-contexts = <&lpass_audio_shared>;
  24. qcom,virtual-addr-pool = <0x10000000 0x0FFFFFFF>;
  25. };
  26. q6_domain_ns:qcom,iommu-domain3 {
  27. label = "lpass_video";
  28. qcom,iommu-contexts = <&lpass_video_shared>;
  29. qcom,virtual-addr-pool = <0x20000000 0x0FFFFFFF>;
  30. };
  31. };
  32. };