blob: 69de152b2a4f03293a3fbf44319a5748b3791e6f [file] [log] [blame]
Sathish Ambley4df614c2011-10-07 16:30:46 -07001/dts-v1/;
2
3/include/ "skeleton.dtsi"
4
5/ {
6 model = "Qualcomm MSM Copper";
7 compatible = "qcom,msmcopper-sim", "qcom,msmcopper";
8 interrupt-parent = <&intc>;
9
10 intc: interrupt-controller@F9000000 {
11 compatible = "qcom,msm-qgic2";
12 interrupt-controller;
13 #interrupt-cells = <1>;
14 reg = <0xF9000000 0x1000>,
15 <0xF9002000 0x1000>;
16 };
Sathish Ambley3d50c762011-10-25 15:26:00 -070017
Sathish Ambleyab783ab2011-11-27 22:21:48 -080018 serial@F991F000 {
Sathish Ambley3d50c762011-10-25 15:26:00 -070019 compatible = "qcom,msm-lsuart-v14";
Sathish Ambleyab783ab2011-11-27 22:21:48 -080020 reg = <0xF991F000 0x1000>;
Sathish Ambley3d50c762011-10-25 15:26:00 -070021 interrupts = <109>;
22 };
Pavankumar Kondetieaea7fe2011-10-27 14:46:45 +053023
Sathish Ambleyab783ab2011-11-27 22:21:48 -080024 usb@F9A55000 {
Pavankumar Kondetieaea7fe2011-10-27 14:46:45 +053025 compatible = "qcom,hsusb-otg";
Sathish Ambleyab783ab2011-11-27 22:21:48 -080026 reg = <0xF9A55000 0x400>;
Pavankumar Kondetieaea7fe2011-10-27 14:46:45 +053027 interrupts = <134>;
28
29 qcom,hsusb-otg-phy-type = <2>;
30 qcom,hsusb-otg-mode = <1>;
31 qcom,hsusb-otg-otg-control = <1>;
32 };
Sujit Reddy Thumma7285c2e2011-11-04 10:18:15 +053033
Sathish Ambleyab783ab2011-11-27 22:21:48 -080034 qcom,sdcc@F980B000 {
Sujit Reddy Thumma7285c2e2011-11-04 10:18:15 +053035 cell-index = <1>;
36 compatible = "qcom,msm-sdcc";
Sathish Ambleyab783ab2011-11-27 22:21:48 -080037 reg = <0xF980B000 0x1000>;
Sujit Reddy Thumma7285c2e2011-11-04 10:18:15 +053038 interrupts = <123>;
39
40 qcom,sdcc-clk-rates = <400000 24000000 48000000>;
41 qcom,sdcc-sup-voltages = <3300 3300>;
42 qcom,sdcc-bus-width = <8>;
43 qcom,sdcc-nonremovable;
44 qcom,sdcc-disable_cmd23;
45 };
46
Sathish Ambleyab783ab2011-11-27 22:21:48 -080047 qcom,sdcc@F984B000 {
Sujit Reddy Thumma7285c2e2011-11-04 10:18:15 +053048 cell-index = <3>;
49 compatible = "qcom,msm-sdcc";
Sathish Ambleyab783ab2011-11-27 22:21:48 -080050 reg = <0xF984B000 0x1000>;
Sujit Reddy Thumma7285c2e2011-11-04 10:18:15 +053051 interrupts = <127>;
52
53 qcom,sdcc-clk-rates = <400000 24000000 48000000>;
54 qcom,sdcc-sup-voltages = <3300 3300>;
55 qcom,sdcc-bus-width = <4>;
56 qcom,sdcc-disable_cmd23;
57 };
Yan He1466daa2011-11-30 17:25:38 -080058
59 qcom,sps@F9980000 {
60 compatible = "qcom,msm_sps";
61 reg = <0xF9984000 0x15000>,
62 <0xF9999000 0xB000>;
63 interrupts = <94>;
64
65 qcom,bam-dma-res-pipes = <6>;
66 };
67
Sathish Ambley4df614c2011-10-07 16:30:46 -070068};