Laura Abbott | e13a082 | 2013-03-05 15:06:33 -0800 | [diff] [blame] | 1 | /* 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 Moskovchenko | 7d8cdcaa | 2013-04-25 17:10:55 -0700 | [diff] [blame] | 13 | &soc { |
Laura Abbott | e13a082 | 2013-03-05 15:06:33 -0800 | [diff] [blame] | 14 | 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 Abbott | 6d44ba2 | 2013-04-04 12:13:02 -0700 | [diff] [blame] | 23 | qcom,ion-heap@21 { /* SYSTEM CONTIG HEAP */ |
| 24 | reg = <21>; |
| 25 | }; |
| 26 | |
Laura Abbott | e13a082 | 2013-03-05 15:06:33 -0800 | [diff] [blame] | 27 | qcom,ion-heap@25 { /* IOMMU HEAP */ |
| 28 | reg = <25>; |
| 29 | }; |
| 30 | }; |
| 31 | }; |