blob: 5720700e37da98c06bb0f307640c69c70b8247af [file] [log] [blame]
Abhimanyu Kapure11be272013-02-19 17:06:37 -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"
20
Stepan Moskovchenko7d8cdcaa2013-04-25 17:10:55 -070021&soc {
Abhimanyu Kapure11be272013-02-19 17:06:37 -080022 qcom,msm-imem@fe807800 {
23 compatible = "qcom,msm-imem";
24 reg = <0xfe807800 0x1000>; /* Address and size of IMEM */
25 };
26
27 android_usb@fe8078c8 {
28 compatible = "qcom,android-usb";
29 reg = <0xfe8078c8 0xc8>;
30 qcom,android-usb-swfi-latency = <100>;
31 };
32};
33
34&ipa_hw {
35 qcom,ipa-hw-ver = <2>; /* IPA h-w revision */
36};
Shimrit Malichi6dba22f2013-06-19 08:44:29 +030037
38&hsusb_otg {
39 qcom,hsusb-l1-supported;
40};