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