blob: f9f59850a2b44ad5ea80a116a60bd5a32fc3ad20 [file] [log] [blame]
Stepan Moskovchenko7d8cdcaa2013-04-25 17:10:55 -07001/* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
Utsab Bose4bb94652012-09-28 15:07:35 +05302 *
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 {
Utsab Bose4bb94652012-09-28 15:07:35 +053014 qcom,ion {
15 compatible = "qcom,msm-ion";
16 #address-cells = <1>;
17 #size-cells = <0>;
18
19 qcom,ion-heap@30 { /* SYSTEM HEAP */
20 reg = <30>;
21 };
22
Srinivas Ramana7b9029a2013-05-14 10:13:34 +053023 qcom,ion-heap@21 { /* SYSTEM CONTIG HEAP */
24 reg = <21>;
Utsab Bose4bb94652012-09-28 15:07:35 +053025 };
26
27 qcom,ion-heap@25 { /* IOMMU HEAP */
28 reg = <25>;
29 };
30
Utsab Bose4bb94652012-09-28 15:07:35 +053031 };
32};
33