Abhimanyu Kapur | ef5d305 | 2013-01-21 15:10:44 -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 | |
| 13 | /* |
| 14 | * As a general rule, only version-specific property overrides should be placed |
| 15 | * inside this file. However, device definitions should be placed inside the |
| 16 | * msm9625.dtsi file. |
| 17 | */ |
| 18 | |
| 19 | /include/ "msm9625.dtsi" |
Abhimanyu Kapur | 032b1f4 | 2013-01-18 00:10:50 -0800 | [diff] [blame] | 20 | |
| 21 | / { |
| 22 | qcom,msm-imem@fe805000 { |
| 23 | compatible = "qcom,msm-imem"; |
| 24 | reg = <0xfe805000 0x1000>; /* Address and size of IMEM */ |
| 25 | }; |
Ravi Gummadidala | edae200 | 2013-02-06 12:13:59 -0800 | [diff] [blame^] | 26 | |
| 27 | }; |
| 28 | |
| 29 | &ipa_hw { |
| 30 | qcom,ipa-hw-ver = <2>; /* IPA h-w revision */ |
Abhimanyu Kapur | 032b1f4 | 2013-01-18 00:10:50 -0800 | [diff] [blame] | 31 | }; |