blob: a7b5919c5e1355f0d933c689301d94e091079791 [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
48&msm_vidc {
49 qcom,vidc-cp-map = <0x1000000 0x3f000000>;
50 qcom,vidc-ns-map = <0x40000000 0x40000000>;
51 qcom,load-freq-tbl = <979200 410000000>,
52 <783360 410000000>,
53 <489600 266670000>,
54 <244800 133330000>;
55 qcom,reg-presets = <0x80004 0x1>,
56 <0x80178 0x00001FFF>,
57 <0x8017c 0x1FFF1FFF>,
58 <0x800b0 0x10101001>,
59 <0x800b4 0x10101010>,
60 <0x800b8 0x10101010>,
61 <0x800bc 0x00000010>,
62 <0x800c0 0x1010100f>,
63 <0x800c4 0x10101010>,
64 <0x800c8 0x10101010>,
65 <0x800cc 0x00000010>,
66 <0x800d0 0x00001010>,
67 <0x800d4 0x00001010>,
68 <0x800f0 0x00000030>,
69 <0x800d8 0x00000707>,
70 <0x800dc 0x00000707>,
71 <0x80124 0x00000001>,
72 <0xE0020 0x5555556>,
73 <0xE0024 0x0>;
74 qcom,bus-ports = <1>;
75 qcom,enc-ocmem-ab-ib = <0 0>,
76 <138200 1222000>,
77 <414700 1222000>,
78 <940000 2444000>,
79 <1880000 2444000>,
80 <3008000 3910400>,
81 <3760000 4888000>;
82 qcom,dec-ocmem-ab-ib = <0 0>,
83 <176900 1556640>,
84 <456200 1556640>,
85 <864800 1556640>,
86 <1729600 3113280>,
87 <2767360 4981248>,
88 <3459200 6226560>;
89 qcom,enc-ddr-ab-ib = <0 0>,
90 <60000 664950>,
91 <181000 664950>,
92 <403000 664950>,
93 <806000 1329900>,
94 <1289600 2127840>,
95 <161200 6400000>;
96 qcom,dec-ddr-ab-ib = <0 0>,
97 <110000 909000>,
98 <268000 909000>,
99 <505000 909000>,
100 <1010000 1818000>,
101 <1616000 2908800>,
102 <2020000 6400000>;
103};