blob: daf774bd3b9a8dba607d6657da2118842ef4c7e8 [file] [log] [blame]
Abhimanyu Kapuref5d3052013-01-21 15:10:44 -08001/* 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 Kapur032b1f42013-01-18 00:10:50 -080020
Stepan Moskovchenko7d8cdcaa2013-04-25 17:10:55 -070021&soc {
Abhimanyu Kapur707cadc2013-02-04 17:42:40 -080022 qcom,msm-imem@fc42a800 {
Abhimanyu Kapur032b1f42013-01-18 00:10:50 -080023 compatible = "qcom,msm-imem";
Abhimanyu Kapur707cadc2013-02-04 17:42:40 -080024 reg = <0xfc42a800 0x1000>; /* Address and size of IMEM */
Abhimanyu Kapur032b1f42013-01-18 00:10:50 -080025 };
Amit Blay09b9fa82013-02-12 12:33:26 +020026
27 android_usb@fc42a8c8 {
28 compatible = "qcom,android-usb";
29 reg = <0xfc42a8c8 0xc8>;
30 qcom,android-usb-swfi-latency = <100>;
31 };
Jeff Hugo7b0bb6d2013-02-27 13:34:07 -070032
33 qcom,bam_dmux@fc834000 {
34 compatible = "qcom,bam_dmux";
35 reg = <0xfc834000 0x7000>;
36 interrupts = <0 29 1>;
37 };
Abhimanyu Kapur032b1f42013-01-18 00:10:50 -080038};
Ravi Gummadidalaedae2002013-02-06 12:13:59 -080039
Shimrit Malichi08f07342013-04-24 13:09:12 +030040&hsic_host {
41 qcom,disable-park-mode;
42};
43
Ravi Gummadidalaedae2002013-02-06 12:13:59 -080044&ipa_hw {
45 qcom,ipa-hw-ver = <1>; /* IPA h-w revision */
Jeff Hugo0c1d3f12013-02-01 18:11:43 -070046};
Pratik Patelbffa0d72013-02-09 21:13:23 -080047
48/* CoreSight */
49&tmc_etr {
50 qcom,reset-flush-race;
Pushkar Joshi1da42fa2013-07-10 10:08:16 -070051 qcom,byte-cntr-absent;
Pratik Patelbffa0d72013-02-09 21:13:23 -080052};
Pratik Patel49499ce2013-02-11 12:00:04 -080053
54&stm {
55 qcom,write-64bit;
56};
Jeff Hugo96766e22013-03-06 13:52:37 -070057
58&sfpb_spinlock {
59 status = "disable";
60};
61
62&ldrex_spinlock {
63 status = "ok";
64};
Manu Gautam3c598392013-03-22 16:59:10 +053065
66&hsic_host {
67 qcom,phy-sof-workaround;
68};