blob: 01c94d0ec4c5657e73be901a6220a80252b4b51f [file] [log] [blame]
Shalaj Jain300e5ce2013-02-09 16:15:56 -08001/* 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
Stepan Moskovchenko7d8cdcaa2013-04-25 17:10:55 -070013&soc {
Shalaj Jain300e5ce2013-02-09 16:15:56 -080014 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 = <0x5dc00000 0x7f000000
21 0xdcc00000 0x1000000>;
22 };
23
24 venus_domain_sec_bitstream: qcom,iommu-domain2 {
25 label = "venus_sec_bitstream";
26 qcom,iommu-contexts = <&venus_sec_bitstream>;
27 qcom,virtual-addr-pool = <0x4b000000 0x12c00000>;
28 qcom,secure-domain;
29 };
30
31 venus_domain_sec_pixel: qcom,iommu-domain3 {
32 label = "venus_sec_pixel";
33 qcom,iommu-contexts = <&venus_sec_pixel>;
34 qcom,virtual-addr-pool = <0x25800000 0x25800000>;
35 qcom,secure-domain;
36 };
37
38 venus_domain_sec_non_pixel: qcom,iommu-domain4 {
39 label = "venus_sec_non_pixel";
40 qcom,iommu-contexts = <&venus_sec_non_pixel>;
41 qcom,virtual-addr-pool = <0x1000000 0x24800000>;
42 qcom,secure-domain;
43 };
44 };
45};