blob: 37b2c45519bd9135c005a7bd3fe9e3c34e526149 [file] [log] [blame]
Stepan Moskovchenko1b6dac62013-01-15 18:48:51 -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 * msm8974.dtsi file.
17 */
18
19/include/ "msm8974.dtsi"
Olav Haugan54166782013-01-28 16:59:51 -080020/include/ "msm8974-v1-iommu.dtsi"
Abhimanyu Kapur032b1f42013-01-18 00:10:50 -080021
22/ {
Manu Gautam8a7a8f12013-01-22 13:56:29 +053023 android_usb@fc42b0c8 {
24 compatible = "qcom,android-usb";
25 reg = <0xfc42b0c8 0xc8>;
26 qcom,android-usb-swfi-latency = <1>;
27 };
28
Abhimanyu Kapur032b1f42013-01-18 00:10:50 -080029 qcom,msm-imem@fc42b000 {
30 compatible = "qcom,msm-imem";
31 reg = <0xfc42b000 0x1000>; /* Address and size of IMEM */
32 };
33};
Siddartha Mohanadoss4a8544c2013-02-01 19:44:33 -080034
35&tsens {
36 qcom,calibration-less-mode;
37};
Gilad Avidovad837622013-02-15 09:42:49 -070038
39/* I2C clock frequency overrides */
40&i2c_0 {
41 qcom,i2c-src-freq = <19200000>;
42};
43
44&i2c_2 {
45 qcom,i2c-src-freq = <19200000>;
46};
Vinay Kaliab35a0182013-02-16 16:44:34 -080047
Pratik Patel1f3ea352013-02-09 21:13:23 -080048/* CoreSight */
49&tmc_etr {
50 qcom,reset-flush-race;
51};
52
Vinay Kaliab35a0182013-02-16 16:44:34 -080053&msm_vidc {
54 qcom,vidc-cp-map = <0x1000000 0x3f000000>;
55 qcom,vidc-ns-map = <0x40000000 0x40000000>;
56 qcom,load-freq-tbl = <979200 410000000>,
57 <783360 410000000>,
58 <489600 266670000>,
59 <244800 133330000>;
60 qcom,reg-presets = <0x80004 0x1>,
61 <0x80178 0x00001FFF>,
62 <0x8017c 0x1FFF1FFF>,
63 <0x800b0 0x10101001>,
64 <0x800b4 0x10101010>,
65 <0x800b8 0x10101010>,
66 <0x800bc 0x00000010>,
67 <0x800c0 0x1010100f>,
68 <0x800c4 0x10101010>,
69 <0x800c8 0x10101010>,
70 <0x800cc 0x00000010>,
71 <0x800d0 0x00001010>,
72 <0x800d4 0x00001010>,
73 <0x800f0 0x00000030>,
74 <0x800d8 0x00000707>,
75 <0x800dc 0x00000707>,
76 <0x80124 0x00000001>,
77 <0xE0020 0x5555556>,
78 <0xE0024 0x0>;
79 qcom,bus-ports = <1>;
80 qcom,enc-ocmem-ab-ib = <0 0>,
81 <138200 1222000>,
82 <414700 1222000>,
83 <940000 2444000>,
84 <1880000 2444000>,
85 <3008000 3910400>,
86 <3760000 4888000>;
87 qcom,dec-ocmem-ab-ib = <0 0>,
88 <176900 1556640>,
89 <456200 1556640>,
90 <864800 1556640>,
91 <1729600 3113280>,
92 <2767360 4981248>,
93 <3459200 6226560>;
94 qcom,enc-ddr-ab-ib = <0 0>,
95 <60000 664950>,
96 <181000 664950>,
97 <403000 664950>,
98 <806000 1329900>,
99 <1289600 2127840>,
100 <161200 6400000>;
101 qcom,dec-ddr-ab-ib = <0 0>,
102 <110000 909000>,
103 <268000 909000>,
104 <505000 909000>,
105 <1010000 1818000>,
106 <1616000 2908800>,
107 <2020000 6400000>;
108};