Olav Haugan | 8e32a99 | 2013-01-31 11:42:28 -0800 | [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 | /include/ "msm-iommu-v1.dtsi" |
| 14 | |
| 15 | &venus_iommu { |
| 16 | status = "ok"; |
| 17 | |
| 18 | qcom,iommu-ctx@fdc8c000 { |
| 19 | qcom,iommu-ctx-sids = <0 1 2 3 4 5 7>; |
| 20 | }; |
| 21 | |
| 22 | qcom,iommu-ctx@fdc8d000 { |
| 23 | label = "venus_sec_bitstream"; |
| 24 | }; |
| 25 | |
| 26 | qcom,iommu-ctx@fdc8f000 { |
| 27 | reg = <0xfdc8f000 0x1000>; |
| 28 | interrupts = <0 42 0>; |
| 29 | qcom,iommu-ctx-sids = <0x85>; |
| 30 | label = "venus_sec_pixel"; |
| 31 | qcom,secure-context; |
| 32 | }; |
| 33 | |
| 34 | qcom,iommu-ctx@fdc90000 { |
| 35 | reg = <0xfdc90000 0x1000>; |
| 36 | interrupts = <0 42 0>; |
| 37 | qcom,iommu-ctx-sids = <0x87 0xA0>; |
| 38 | label = "venus_sec_non_pixel"; |
| 39 | qcom,secure-context; |
| 40 | }; |
| 41 | }; |
| 42 | |
| 43 | &jpeg_iommu { |
| 44 | status = "ok"; |
| 45 | }; |
| 46 | |
| 47 | &mdp_iommu { |
| 48 | status = "ok"; |
| 49 | }; |
| 50 | |
| 51 | &kgsl_iommu { |
| 52 | status = "ok"; |
| 53 | }; |
| 54 | |
| 55 | &vfe_iommu { |
| 56 | status = "ok"; |
| 57 | }; |