blob: ea954b89c77537e521fa45f656d451cb5ec4648d [file] [log] [blame]
Laura Abbotte13a0822013-03-05 15:06:33 -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 {
Laura Abbotte13a0822013-03-05 15:06:33 -080014 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
Laura Abbott6d44ba22013-04-04 12:13:02 -070023 qcom,ion-heap@21 { /* SYSTEM CONTIG HEAP */
24 reg = <21>;
25 };
26
Laura Abbotte13a0822013-03-05 15:06:33 -080027 qcom,ion-heap@25 { /* IOMMU HEAP */
28 reg = <25>;
29 };
30 };
31};