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 | |
Stepan Moskovchenko | 7d8cdcaa | 2013-04-25 17:10:55 -0700 | [diff] [blame] | 21 | &soc { |
Abhimanyu Kapur | 707cadc | 2013-02-04 17:42:40 -0800 | [diff] [blame] | 22 | qcom,msm-imem@fc42a800 { |
Abhimanyu Kapur | 032b1f4 | 2013-01-18 00:10:50 -0800 | [diff] [blame] | 23 | compatible = "qcom,msm-imem"; |
Abhimanyu Kapur | 707cadc | 2013-02-04 17:42:40 -0800 | [diff] [blame] | 24 | reg = <0xfc42a800 0x1000>; /* Address and size of IMEM */ |
Abhimanyu Kapur | 032b1f4 | 2013-01-18 00:10:50 -0800 | [diff] [blame] | 25 | }; |
Amit Blay | 09b9fa8 | 2013-02-12 12:33:26 +0200 | [diff] [blame] | 26 | |
| 27 | android_usb@fc42a8c8 { |
| 28 | compatible = "qcom,android-usb"; |
| 29 | reg = <0xfc42a8c8 0xc8>; |
| 30 | qcom,android-usb-swfi-latency = <100>; |
| 31 | }; |
Jeff Hugo | 7b0bb6d | 2013-02-27 13:34:07 -0700 | [diff] [blame] | 32 | |
| 33 | qcom,bam_dmux@fc834000 { |
| 34 | compatible = "qcom,bam_dmux"; |
| 35 | reg = <0xfc834000 0x7000>; |
| 36 | interrupts = <0 29 1>; |
| 37 | }; |
Abhimanyu Kapur | 032b1f4 | 2013-01-18 00:10:50 -0800 | [diff] [blame] | 38 | }; |
Ravi Gummadidala | edae200 | 2013-02-06 12:13:59 -0800 | [diff] [blame] | 39 | |
Shimrit Malichi | 08f0734 | 2013-04-24 13:09:12 +0300 | [diff] [blame] | 40 | &hsic_host { |
| 41 | qcom,disable-park-mode; |
| 42 | }; |
| 43 | |
Ravi Gummadidala | edae200 | 2013-02-06 12:13:59 -0800 | [diff] [blame] | 44 | &ipa_hw { |
| 45 | qcom,ipa-hw-ver = <1>; /* IPA h-w revision */ |
Jeff Hugo | 0c1d3f1 | 2013-02-01 18:11:43 -0700 | [diff] [blame] | 46 | }; |
Pratik Patel | bffa0d7 | 2013-02-09 21:13:23 -0800 | [diff] [blame] | 47 | |
| 48 | /* CoreSight */ |
| 49 | &tmc_etr { |
| 50 | qcom,reset-flush-race; |
Pushkar Joshi | 1da42fa | 2013-07-10 10:08:16 -0700 | [diff] [blame] | 51 | qcom,byte-cntr-absent; |
Pratik Patel | bffa0d7 | 2013-02-09 21:13:23 -0800 | [diff] [blame] | 52 | }; |
Pratik Patel | 49499ce | 2013-02-11 12:00:04 -0800 | [diff] [blame] | 53 | |
| 54 | &stm { |
| 55 | qcom,write-64bit; |
| 56 | }; |
Jeff Hugo | 96766e2 | 2013-03-06 13:52:37 -0700 | [diff] [blame] | 57 | |
| 58 | &sfpb_spinlock { |
| 59 | status = "disable"; |
| 60 | }; |
| 61 | |
| 62 | &ldrex_spinlock { |
| 63 | status = "ok"; |
| 64 | }; |
Manu Gautam | 3c59839 | 2013-03-22 16:59:10 +0530 | [diff] [blame] | 65 | |
| 66 | &hsic_host { |
| 67 | qcom,phy-sof-workaround; |
| 68 | }; |