blob: 25fca2a549e5ed547d2c5c1ae981a87d2237f6fe [file] [log] [blame]
Shalaj Jainbea62682013-01-31 18:26:20 -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 Jainbea62682013-01-31 18:26:20 -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 = <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};