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