blob: 7c30de4fa3022eb3a2bb7f6ec46c88d6482f6dc2 [file] [log] [blame]
Stephen Boydc4464072012-09-05 12:28:58 -07001/dts-v1/;
2
3/include/ "skeleton.dtsi"
4
Stephen Boyd3933d262014-01-16 17:25:03 -08005#include <dt-bindings/clock/qcom,gcc-msm8960.h>
6
Stephen Boydc4464072012-09-05 12:28:58 -07007/ {
8 model = "Qualcomm MSM8960 CDP";
9 compatible = "qcom,msm8960-cdp", "qcom,msm8960";
10 interrupt-parent = <&intc>;
11
12 intc: interrupt-controller@2000000 {
13 compatible = "qcom,msm-qgic2";
14 interrupt-controller;
15 #interrupt-cells = <3>;
16 reg = < 0x02000000 0x1000 >,
17 < 0x02002000 0x1000 >;
18 };
19
Stephen Boydeebdb0c2013-03-14 20:31:38 -070020 timer@200a000 {
21 compatible = "qcom,kpss-timer", "qcom,msm-timer";
22 interrupts = <1 1 0x301>,
23 <1 2 0x301>,
24 <1 3 0x301>;
25 reg = <0x0200a000 0x100>;
26 clock-frequency = <27000000>,
27 <32768>;
Stephen Boydc4464072012-09-05 12:28:58 -070028 cpu-offset = <0x80000>;
29 };
30
Rohit Vaswania39a9f72013-06-18 18:53:31 -070031 msmgpio: gpio@800000 {
Rohit Vaswani43f68442013-06-10 15:50:21 -070032 compatible = "qcom,msm-gpio";
33 gpio-controller;
34 #gpio-cells = <2>;
35 ngpio = <150>;
Stephen Boyd29644122013-12-10 15:14:43 -080036 interrupts = <0 16 0x4>;
Rohit Vaswani43f68442013-06-10 15:50:21 -070037 interrupt-controller;
38 #interrupt-cells = <2>;
Rohit Vaswania39a9f72013-06-18 18:53:31 -070039 reg = <0x800000 0x4000>;
Rohit Vaswani43f68442013-06-10 15:50:21 -070040 };
41
Stephen Boyd3933d262014-01-16 17:25:03 -080042 gcc: clock-controller@900000 {
43 compatible = "qcom,gcc-msm8960";
44 #clock-cells = <1>;
45 #reset-cells = <1>;
46 reg = <0x900000 0x4000>;
47 };
48
49 clock-controller@4000000 {
50 compatible = "qcom,mmcc-msm8960";
51 reg = <0x4000000 0x1000>;
52 #clock-cells = <1>;
53 #reset-cells = <1>;
54 };
55
David Brownf333c132013-06-17 13:39:38 -070056 serial@16440000 {
Stephen Boyd9dfe59f12013-08-28 13:32:41 -070057 compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm";
Stephen Boydc4464072012-09-05 12:28:58 -070058 reg = <0x16440000 0x1000>,
59 <0x16400000 0x1000>;
60 interrupts = <0 154 0x0>;
Stephen Boyd3933d262014-01-16 17:25:03 -080061 clocks = <&gcc GSBI5_UART_CLK>, <&gcc GSBI5_H_CLK>;
62 clock-names = "core", "iface";
Stephen Boydc4464072012-09-05 12:28:58 -070063 };
David Brown97f00f72013-03-12 11:41:50 -070064
65 qcom,ssbi@500000 {
66 compatible = "qcom,ssbi";
67 reg = <0x500000 0x1000>;
68 qcom,controller-type = "pmic-arbiter";
69 };
Stephen Boydc4464072012-09-05 12:28:58 -070070};