blob: 31f2157cd7d700beeaf904cc0f4bfa2bd0783492 [file] [log] [blame]
David Brown56e2d8a2011-08-04 02:01:02 -07001/dts-v1/;
2
3/include/ "skeleton.dtsi"
4
5/ {
6 model = "Qualcomm MSM8660 SURF";
7 compatible = "qcom,msm8660-surf", "qcom,msm8660";
8 interrupt-parent = <&intc>;
9
Stephen Boyd84071162012-09-05 12:28:54 -070010 intc: interrupt-controller@2080000 {
David Brown56e2d8a2011-08-04 02:01:02 -070011 compatible = "qcom,msm-8660-qgic";
12 interrupt-controller;
David Brown2b7b9a72012-04-23 15:34:20 -070013 #interrupt-cells = <3>;
David Brown56e2d8a2011-08-04 02:01:02 -070014 reg = < 0x02080000 0x1000 >,
15 < 0x02081000 0x1000 >;
16 };
17
Stephen Boyd84071162012-09-05 12:28:54 -070018 timer@2000004 {
19 compatible = "qcom,msm-gpt", "qcom,msm-timer";
20 interrupts = <1 1 0x301>;
21 reg = <0x02000004 0x10>;
22 clock-frequency = <32768>;
23 cpu-offset = <0x40000>;
24 };
25
26 timer@2000024 {
27 compatible = "qcom,msm-dgt", "qcom,msm-timer";
28 interrupts = <1 0 0x301>;
29 reg = <0x02000024 0x10>,
30 <0x02000034 0x4>;
31 clock-frequency = <6750000>;
32 cpu-offset = <0x40000>;
33 };
34
David Brown56e2d8a2011-08-04 02:01:02 -070035 serial@19c400000 {
36 compatible = "qcom,msm-hsuart", "qcom,msm-uart";
37 reg = <0x19c40000 0x1000>,
38 <0x19c00000 0x1000>;
David Brown2b7b9a72012-04-23 15:34:20 -070039 interrupts = <0 195 0x0>;
David Brown56e2d8a2011-08-04 02:01:02 -070040 };
41};