Syed Rameez Mustafa | 3971c14 | 2013-01-09 19:04:53 -0800 | [diff] [blame] | 1 | /* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. |
Neeti Desai | 1d76419 | 2012-10-17 11:19:18 -0700 | [diff] [blame] | 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 { |
Neeti Desai | 1d76419 | 2012-10-17 11:19:18 -0700 | [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 | |
Mitchel Humpherys | 4731ee6 | 2013-04-04 11:15:38 -0700 | [diff] [blame] | 23 | qcom,ion-heap@21 { /* SYSTEM CONTIG HEAP */ |
| 24 | reg = <21>; |
| 25 | }; |
| 26 | |
Neeti Desai | 1d76419 | 2012-10-17 11:19:18 -0700 | [diff] [blame] | 27 | qcom,ion-heap@25 { /* IOMMU HEAP */ |
| 28 | reg = <25>; |
| 29 | }; |
| 30 | |
| 31 | qcom,ion-heap@27 { /* QSECOM HEAP */ |
| 32 | compatible = "qcom,msm-ion-reserve"; |
| 33 | reg = <27>; |
Laura Abbott | 429e82b | 2013-03-25 13:03:06 -0700 | [diff] [blame] | 34 | linux,contiguous-region = <&qsecom_mem>; |
Neeti Desai | 1d76419 | 2012-10-17 11:19:18 -0700 | [diff] [blame] | 35 | }; |
Neeti Desai | 1d76419 | 2012-10-17 11:19:18 -0700 | [diff] [blame] | 36 | }; |
| 37 | }; |
| 38 | |