Chintan Pandya | 0754176 | 2013-05-23 15:21:54 +0530 | [diff] [blame] | 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 | |
| 13 | &soc { |
| 14 | qcom,iommu-domains { |
| 15 | compatible = "qcom,iommu-domains"; |
| 16 | |
| 17 | venus_domain_ns: qcom,iommu-domain1 { |
| 18 | label = "venus_ns"; |
| 19 | qcom,iommu-contexts = <&venus_ns>; |
| 20 | qcom,virtual-addr-pool = <0x40000000 0x3f000000 |
| 21 | 0x7f000000 0x1000000>; |
| 22 | }; |
| 23 | |
| 24 | venus_domain_cp: qcom,iommu-domain2 { |
| 25 | label = "venus_cp"; |
| 26 | qcom,iommu-contexts = <&venus_cp>; |
| 27 | qcom,virtual-addr-pool = <0x1000000 0x3f000000>; |
| 28 | qcom,secure-domain; |
| 29 | }; |
| 30 | }; |
| 31 | }; |