blob: 167b8b73ebc9d96a823601497969f3944f53786a [file] [log] [blame]
Jay Chokshi832f53a2013-05-13 12:49:41 -07001/* 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
13&soc {
14 qcom,ion {
15 compatible = "qcom,msm-ion";
16 #address-cells = <1>;
17 #size-cells = <0>;
18
Mitchel Humpherys355a5912013-10-04 14:01:55 -070019 qcom,ion-heap@25 {
20 reg = <25>;
Mitchel Humpherys5348d142013-06-14 17:37:23 -070021 qcom,ion-heap-type = "SYSTEM";
Jay Chokshi832f53a2013-05-13 12:49:41 -070022 };
23
Mitchel Humpherys5348d142013-06-14 17:37:23 -070024 qcom,ion-heap@21 {
Jay Chokshi832f53a2013-05-13 12:49:41 -070025 reg = <21>;
Mitchel Humpherys5348d142013-06-14 17:37:23 -070026 qcom,ion-heap-type = "SYSTEM_CONTIG";
Jay Chokshi832f53a2013-05-13 12:49:41 -070027 };
Jay Chokshi832f53a2013-05-13 12:49:41 -070028 };
29};