Mitchel Humpherys | b3f40d1 | 2012-10-05 16:26:58 -0700 | [diff] [blame] | 1 | /* Copyright (c) 2012, 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 | / { |
| 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 | |
| 23 | qcom,ion-heap@25 { /* IOMMU HEAP */ |
| 24 | reg = <25>; |
| 25 | }; |
| 26 | |
| 27 | qcom,ion-heap@28 { /* AUDIO HEAP */ |
| 28 | compatible = "qcom,msm-ion-reserve"; |
| 29 | reg = <28>; |
| 30 | qcom,heap-align = <0x1000>; |
| 31 | qcom,memory-reservation-type = "EBI1"; /* reserve EBI memory */ |
| 32 | qcom,memory-reservation-size = <0xAF000>; |
| 33 | }; |
| 34 | }; |
| 35 | }; |