blob: 4bfc3a9b7f64cf817691e60b94e5cd343359287e [file] [log] [blame]
Sathish Ambley9d69ac32012-03-21 10:28:26 -07001/* Copyright (c) 2012, Code Aurora Forum. 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/dts-v1/;
14
Abhimanyu Kapur90ced6e2012-06-26 17:41:25 -070015/include/ "msm8974.dtsi"
Sathish Ambley9d69ac32012-03-21 10:28:26 -070016
17/ {
Abhimanyu Kapur90ced6e2012-06-26 17:41:25 -070018 model = "Qualcomm MSM 8974 RUMI";
19 compatible = "qcom,msm8974-rumi", "qcom,msm8974";
Sathish Ambley9d69ac32012-03-21 10:28:26 -070020
21 timer {
22 clock-frequency = <5000000>;
23 };
24
25 serial@f991f000 {
26 status = "disable";
27 };
28
29 usb@f9a55000 {
30 status = "disable";
31 };
32
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +053033 qcom,sdcc@f9824000 {
Krishna Konda2a663032012-05-03 14:03:16 -070034 qcom,sdcc-clk-rates = <400000 19200000>;
35 };
36
37 qcom,sdcc@f98a4000 {
38 qcom,sdcc-clk-rates = <400000 19200000>;
39 };
Sathish Ambley9d69ac32012-03-21 10:28:26 -070040
Sathish Ambley9d69ac32012-03-21 10:28:26 -070041 qcom,sps@f998000 {
42 status = "disable";
43 };
44
45 spi@f9924000 {
46 status = "disable";
47 };
48
Sathish Ambleye046b242012-04-09 12:38:05 -070049 spi@f9923000 {
50 compatible = "qcom,spi-qup-v2";
51 reg = <0xf9923000 0x1000>;
52 interrupts = <0 95 0>;
53 spi-max-frequency = <24000000>;
54 #address-cells = <1>;
55 #size-cells = <0>;
56 gpios = <&msmgpio 3 0>, /* CLK */
57 <&msmgpio 1 0>, /* MISO */
58 <&msmgpio 0 0>; /* MOSI */
59 cs-gpios = <&msmgpio 9 0>;
60
61 ethernet-switch@2 {
62 compatible = "simtec,ks8851";
63 reg = <2>;
64 interrupt-parent = <&msmgpio>;
65 interrupts = <90 0>;
66 spi-max-frequency = <5000000>;
67 };
68 };
69
Jin Honga04caaa2012-05-23 10:28:27 -070070 i2c@f9966000 {
71 status = "disable";
72 };
73
74 i2c@f9967000 {
75 cell-index = <0>;
76 compatible = "qcom,i2c-qup";
77 reg = <0Xf9967000 0x1000>;
78 reg-names = "qup_phys_addr";
79 interrupts = <0 105 0>;
80 interrupt-names = "qup_err_intr";
81 qcom,i2c-bus-freq = <100000>;
82 qcom,i2c-src-freq = <24000000>;
83 gpios = <&msmgpio 83 0>, /* DAT */
84 <&msmgpio 84 0>; /* CLK */
85 };
86
Sathish Ambley9d69ac32012-03-21 10:28:26 -070087 slim@fe12f000 {
88 status = "disable";
89 };
90
Chandan Uddarajue16e1fa2012-07-31 00:41:05 -070091 qcom,mdss_dsi@fd922800 {
92 status = "disable";
93 };
94
Sathish Ambley9d69ac32012-03-21 10:28:26 -070095 qcom,spmi@fc4c0000 {
96 status = "disable";
97 };
98
Sathish Ambley75e9f722012-05-04 15:48:32 -070099 qcom,ssusb@F9200000 {
100 status = "disable";
101 };
102
103 qcom,lpass@fe200000 {
104 status = "disable";
105 };
106
107 qcom,pronto@fb21b000 {
108 status = "disable";
109 };
David Collins6d5a42f2012-07-12 16:11:23 -0700110
111 qcom,mss@fc880000 {
112 status = "disable";
113 };
Sathish Ambley9d69ac32012-03-21 10:28:26 -0700114};