blob: 38e552e6e9d99bdda444b884b1293456727c9f28 [file] [log] [blame]
Stepan Moskovchenko7731cd12012-10-23 14:44:15 -07001/* Copyright (c) 2012, 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
Sreesudhan Ramakrish Ramkumard53503f2012-10-18 10:42:27 -070013/include/ "msm8974-leds.dtsi"
Sreesudhan Ramakrish Ramkumar39074612012-10-11 20:48:51 -070014/include/ "msm8974-camera-sensor.dtsi"
15
Stepan Moskovchenko7731cd12012-10-23 14:44:15 -070016/ {
17 timer {
18 clock-frequency = <5000000>;
19 };
20
21 serial@f995e000 {
22 status = "ok";
23 };
24
25 usb@f9a55000 {
26 status = "disable";
27 };
28
29 qcom,sdcc@f9824000 {
Oluwafemi Adeyemi6cdfdb82012-11-02 13:36:29 -070030 qcom,clk-rates = <400000 19200000>;
Stepan Moskovchenko7731cd12012-10-23 14:44:15 -070031 };
32
33 qcom,sdcc@f98a4000 {
Oluwafemi Adeyemi6cdfdb82012-11-02 13:36:29 -070034 qcom,clk-rates = <400000 19200000>;
Stepan Moskovchenko7731cd12012-10-23 14:44:15 -070035 };
36
37 qcom,sps@f998000 {
38 status = "disable";
39 };
40
41 spi@f9924000 {
42 status = "disable";
43 };
44
45 spi@f9923000 {
46 compatible = "qcom,spi-qup-v2";
47 reg = <0xf9923000 0x1000>;
48 interrupts = <0 95 0>;
49 spi-max-frequency = <24000000>;
50 #address-cells = <1>;
51 #size-cells = <0>;
52 gpios = <&msmgpio 3 0>, /* CLK */
53 <&msmgpio 1 0>, /* MISO */
54 <&msmgpio 0 0>; /* MOSI */
55 cs-gpios = <&msmgpio 9 0>;
56
57 ethernet-switch@2 {
58 compatible = "simtec,ks8851";
59 reg = <2>;
60 interrupt-parent = <&msmgpio>;
61 interrupts = <90 0>;
62 spi-max-frequency = <5000000>;
63 };
64 };
65
66 i2c@f9966000 {
67 status = "disable";
68 };
69
70 i2c@f9967000 {
71 cell-index = <0>;
72 compatible = "qcom,i2c-qup";
73 reg = <0Xf9967000 0x1000>;
74 reg-names = "qup_phys_addr";
75 interrupts = <0 105 0>;
76 interrupt-names = "qup_err_intr";
77 qcom,i2c-bus-freq = <100000>;
Gilad Avidovea783fd2012-12-10 19:41:31 -070078 qcom,i2c-src-freq = <19200000>;
Stepan Moskovchenko7731cd12012-10-23 14:44:15 -070079 gpios = <&msmgpio 83 0>, /* DAT */
80 <&msmgpio 84 0>; /* CLK */
81 };
82
83 slim@fe12f000 {
84 status = "disable";
85 };
86
87 qcom,mdss_dsi@fd922800 {
88 status = "disable";
89 };
90
91 qcom,spmi@fc4c0000 {
92 status = "disable";
93 };
94
95 qcom,ssusb@F9200000 {
96 status = "disable";
97 };
98
99 qcom,lpass@fe200000 {
100 status = "disable";
101 };
102
103 qcom,pronto@fb21b000 {
104 status = "disable";
105 };
106
107 qcom,mss@fc880000 {
108 status = "disable";
109 };
Stepan Moskovchenko92b057f2012-11-27 14:06:13 -0800110
111 qcom,kgsl-3d0@fdb00000 {
112 status = "disabled";
113 };
114};
115
116&gdsc_venus {
117 status = "disabled";
118};
119
120&gdsc_mdss {
121 status = "disabled";
122};
123
124&gdsc_jpeg {
125 status = "disabled";
126};
127
128&gdsc_vfe {
129 status = "disabled";
130};
131
132&gdsc_oxili_gx {
133 status = "disabled";
134};
135
136&gdsc_oxili_cx {
137 status = "disabled";
138};
139
140&gdsc_usb_hsic {
141 status = "disabled";
Stepan Moskovchenko7731cd12012-10-23 14:44:15 -0700142};