2011-08-04 09:01:02 +00:00
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
/include/ "skeleton.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "Qualcomm MSM8660 SURF";
|
|
|
|
compatible = "qcom,msm8660-surf", "qcom,msm8660";
|
|
|
|
interrupt-parent = <&intc>;
|
|
|
|
|
2012-09-05 19:28:54 +00:00
|
|
|
intc: interrupt-controller@2080000 {
|
2011-08-04 09:01:02 +00:00
|
|
|
compatible = "qcom,msm-8660-qgic";
|
|
|
|
interrupt-controller;
|
2012-04-23 22:34:20 +00:00
|
|
|
#interrupt-cells = <3>;
|
2011-08-04 09:01:02 +00:00
|
|
|
reg = < 0x02080000 0x1000 >,
|
|
|
|
< 0x02081000 0x1000 >;
|
|
|
|
};
|
|
|
|
|
2013-05-21 00:50:37 +00:00
|
|
|
timer@2000000 {
|
2013-03-15 03:31:38 +00:00
|
|
|
compatible = "qcom,scss-timer", "qcom,msm-timer";
|
|
|
|
interrupts = <1 0 0x301>,
|
|
|
|
<1 1 0x301>,
|
|
|
|
<1 2 0x301>;
|
|
|
|
reg = <0x02000000 0x100>;
|
|
|
|
clock-frequency = <27000000>,
|
|
|
|
<32768>;
|
2012-09-05 19:28:54 +00:00
|
|
|
cpu-offset = <0x40000>;
|
|
|
|
};
|
|
|
|
|
2013-06-10 22:50:21 +00:00
|
|
|
msmgpio: gpio@800000 {
|
|
|
|
compatible = "qcom,msm-gpio";
|
|
|
|
reg = <0x00800000 0x1000>;
|
|
|
|
gpio-controller;
|
|
|
|
#gpio-cells = <2>;
|
|
|
|
ngpio = <173>;
|
|
|
|
interrupts = <0 32 0x4>;
|
|
|
|
interrupt-controller;
|
|
|
|
#interrupt-cells = <2>;
|
|
|
|
};
|
|
|
|
|
2013-05-21 00:50:37 +00:00
|
|
|
serial@19c40000 {
|
2013-08-28 20:32:41 +00:00
|
|
|
compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm";
|
2011-08-04 09:01:02 +00:00
|
|
|
reg = <0x19c40000 0x1000>,
|
|
|
|
<0x19c00000 0x1000>;
|
2012-04-23 22:34:20 +00:00
|
|
|
interrupts = <0 195 0x0>;
|
2011-08-04 09:01:02 +00:00
|
|
|
};
|
2013-03-12 18:41:50 +00:00
|
|
|
|
|
|
|
qcom,ssbi@500000 {
|
|
|
|
compatible = "qcom,ssbi";
|
|
|
|
reg = <0x500000 0x1000>;
|
|
|
|
qcom,controller-type = "pmic-arbiter";
|
|
|
|
};
|
2011-08-04 09:01:02 +00:00
|
|
|
};
|