blob: 769e4dfcff6ed0157d592d2fca6dd66afd5ea7a0 [file] [log] [blame]
Ashray Kulkarnifbf88dbd2013-02-22 18:02:26 -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 {
Ashray Kulkarnifbf88dbd2013-02-22 18:02:26 -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>;
Eric Hoa00e2da2013-06-20 17:41:57 -070027 qcom,virtual-addr-pool = <0x1000000 0x1f800000
28 0x20800000 0x1f800000>;
Ashray Kulkarnifbf88dbd2013-02-22 18:02:26 -080029 qcom,secure-domain;
30 };
31 };
32};