blob: b0783098840f66bc06b7c93fd00d9485cf25e3e0 [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@fe807800 {
Abhimanyu Kapur032b1f42013-01-18 00:10:50 -080023 compatible = "qcom,msm-imem";
Abhimanyu Kapur707cadc2013-02-04 17:42:40 -080024 reg = <0xfe807800 0x1000>; /* Address and size of IMEM */
Abhimanyu Kapur032b1f42013-01-18 00:10:50 -080025 };
Ravi Gummadidalaedae2002013-02-06 12:13:59 -080026
Amit Blay09b9fa82013-02-12 12:33:26 +020027 android_usb@fe8078c8 {
28 compatible = "qcom,android-usb";
29 reg = <0xfe8078c8 0xc8>;
30 qcom,android-usb-swfi-latency = <100>;
31 };
Ravi Gummadidalaedae2002013-02-06 12:13:59 -080032};
33
34&ipa_hw {
35 qcom,ipa-hw-ver = <2>; /* IPA h-w revision */
Abhimanyu Kapur032b1f42013-01-18 00:10:50 -080036};
Jeff Hugo96766e22013-03-06 13:52:37 -070037
Shimrit Malichi08f07342013-04-24 13:09:12 +030038&hsic_host {
39 qcom,disable-park-mode;
40};
41
Jeff Hugo96766e22013-03-06 13:52:37 -070042&sfpb_spinlock {
43 status = "disable";
44};
45
46&ldrex_spinlock {
47 status = "ok";
48};