blob: dff1973acd953d3394d71a9258e2b737da074e2b [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
15/include/ "msmcopper.dtsi"
16
17/ {
18 model = "Qualcomm MSM Copper RUMI";
19 compatible = "qcom,msmcopper-rumi", "qcom,msmcopper";
20
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
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +053041 qcom,sdcc@f9864000 {
42 status = "disable";
43 };
44
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +053045 qcom,sdcc@f98e4000 {
Sathish Ambley9d69ac32012-03-21 10:28:26 -070046 status = "disable";
47 };
48
49 qcom,sps@f998000 {
50 status = "disable";
51 };
52
53 spi@f9924000 {
54 status = "disable";
55 };
56
Sathish Ambleye046b242012-04-09 12:38:05 -070057 spi@f9923000 {
58 compatible = "qcom,spi-qup-v2";
59 reg = <0xf9923000 0x1000>;
60 interrupts = <0 95 0>;
61 spi-max-frequency = <24000000>;
62 #address-cells = <1>;
63 #size-cells = <0>;
64 gpios = <&msmgpio 3 0>, /* CLK */
65 <&msmgpio 1 0>, /* MISO */
66 <&msmgpio 0 0>; /* MOSI */
67 cs-gpios = <&msmgpio 9 0>;
68
69 ethernet-switch@2 {
70 compatible = "simtec,ks8851";
71 reg = <2>;
72 interrupt-parent = <&msmgpio>;
73 interrupts = <90 0>;
74 spi-max-frequency = <5000000>;
75 };
76 };
77
Jin Honga04caaa2012-05-23 10:28:27 -070078 i2c@f9966000 {
79 status = "disable";
80 };
81
82 i2c@f9967000 {
83 cell-index = <0>;
84 compatible = "qcom,i2c-qup";
85 reg = <0Xf9967000 0x1000>;
86 reg-names = "qup_phys_addr";
87 interrupts = <0 105 0>;
88 interrupt-names = "qup_err_intr";
89 qcom,i2c-bus-freq = <100000>;
90 qcom,i2c-src-freq = <24000000>;
91 gpios = <&msmgpio 83 0>, /* DAT */
92 <&msmgpio 84 0>; /* CLK */
93 };
94
Sathish Ambley9d69ac32012-03-21 10:28:26 -070095 slim@fe12f000 {
96 status = "disable";
97 };
98
99 qcom,spmi@fc4c0000 {
100 status = "disable";
101 };
102
Sathish Ambley75e9f722012-05-04 15:48:32 -0700103 qcom,ssusb@F9200000 {
104 status = "disable";
105 };
106
107 qcom,lpass@fe200000 {
108 status = "disable";
109 };
110
111 qcom,pronto@fb21b000 {
112 status = "disable";
113 };
Sathish Ambley9d69ac32012-03-21 10:28:26 -0700114};