blob: 167b8b73ebc9d96a823601497969f3944f53786a [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
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";
Laura Abbotte13a0822013-03-05 15:06:33 -080022 };
23
Mitchel Humpherys5348d142013-06-14 17:37:23 -070024 qcom,ion-heap@21 {
Laura Abbott6d44ba22013-04-04 12:13:02 -070025 reg = <21>;
Mitchel Humpherys5348d142013-06-14 17:37:23 -070026 qcom,ion-heap-type = "SYSTEM_CONTIG";
Laura Abbott6d44ba22013-04-04 12:13:02 -070027 };
Laura Abbotte13a0822013-03-05 15:06:33 -080028 };
29};