blob: 8c00535d79027e2930f73b624bcf8b8265c7118a [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
33 qcom,sdcc@f980b000 {
34 status = "disable";
35 };
36
37 qcom,sdcc@f984b000 {
38 status = "disable";
39 };
40
41 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
Sathish Ambley9d69ac32012-03-21 10:28:26 -070070 slim@fe12f000 {
71 status = "disable";
72 };
73
74 qcom,spmi@fc4c0000 {
75 status = "disable";
76 };
77
78 i2c@f9966000 {
79 status = "disable";
80 };
Sathish Ambley75e9f722012-05-04 15:48:32 -070081
82 qcom,ssusb@F9200000 {
83 status = "disable";
84 };
85
86 qcom,lpass@fe200000 {
87 status = "disable";
88 };
89
90 qcom,pronto@fb21b000 {
91 status = "disable";
92 };
Sathish Ambley9d69ac32012-03-21 10:28:26 -070093};