]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - arch/arm/boot/dts/qcom-msm8660-surf.dts
Linus 3.14-rc1
[mirror_ubuntu-eoan-kernel.git] / arch / arm / boot / dts / qcom-msm8660-surf.dts
CommitLineData
56e2d8a6
DB
1/dts-v1/;
2
3/include/ "skeleton.dtsi"
4
3933d267
SB
5#include <dt-bindings/clock/qcom,gcc-msm8660.h>
6
56e2d8a6
DB
7/ {
8 model = "Qualcomm MSM8660 SURF";
9 compatible = "qcom,msm8660-surf", "qcom,msm8660";
10 interrupt-parent = <&intc>;
11
84071160 12 intc: interrupt-controller@2080000 {
56e2d8a6
DB
13 compatible = "qcom,msm-8660-qgic";
14 interrupt-controller;
2b7b9a7d 15 #interrupt-cells = <3>;
56e2d8a6
DB
16 reg = < 0x02080000 0x1000 >,
17 < 0x02081000 0x1000 >;
18 };
19
28ba472b 20 timer@2000000 {
eebdb0c1
SB
21 compatible = "qcom,scss-timer", "qcom,msm-timer";
22 interrupts = <1 0 0x301>,
23 <1 1 0x301>,
24 <1 2 0x301>;
25 reg = <0x02000000 0x100>;
26 clock-frequency = <27000000>,
27 <32768>;
84071160
SB
28 cpu-offset = <0x40000>;
29 };
30
43f68444
RV
31 msmgpio: gpio@800000 {
32 compatible = "qcom,msm-gpio";
29644125 33 reg = <0x00800000 0x4000>;
43f68444
RV
34 gpio-controller;
35 #gpio-cells = <2>;
36 ngpio = <173>;
29644125 37 interrupts = <0 16 0x4>;
43f68444
RV
38 interrupt-controller;
39 #interrupt-cells = <2>;
40 };
41
3933d267
SB
42 gcc: clock-controller@900000 {
43 compatible = "qcom,gcc-msm8660";
44 #clock-cells = <1>;
45 #reset-cells = <1>;
46 reg = <0x900000 0x4000>;
47 };
48
28ba472b 49 serial@19c40000 {
9dfe59f1 50 compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm";
56e2d8a6
DB
51 reg = <0x19c40000 0x1000>,
52 <0x19c00000 0x1000>;
2b7b9a7d 53 interrupts = <0 195 0x0>;
3933d267
SB
54 clocks = <&gcc GSBI12_UART_CLK>, <&gcc GSBI12_H_CLK>;
55 clock-names = "core", "iface";
56e2d8a6 56 };
97f00f71
DB
57
58 qcom,ssbi@500000 {
59 compatible = "qcom,ssbi";
60 reg = <0x500000 0x1000>;
61 qcom,controller-type = "pmic-arbiter";
62 };
56e2d8a6 63};