2012-09-06 03:28:58 +08:00
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
/include/ "skeleton.dtsi"
|
|
|
|
|
2014-01-17 09:25:03 +08:00
|
|
|
#include <dt-bindings/clock/qcom,gcc-msm8960.h>
|
|
|
|
|
2012-09-06 03:28:58 +08:00
|
|
|
/ {
|
|
|
|
model = "Qualcomm MSM8960 CDP";
|
|
|
|
compatible = "qcom,msm8960-cdp", "qcom,msm8960";
|
|
|
|
interrupt-parent = <&intc>;
|
|
|
|
|
|
|
|
intc: interrupt-controller@2000000 {
|
|
|
|
compatible = "qcom,msm-qgic2";
|
|
|
|
interrupt-controller;
|
|
|
|
#interrupt-cells = <3>;
|
|
|
|
reg = < 0x02000000 0x1000 >,
|
|
|
|
< 0x02002000 0x1000 >;
|
|
|
|
};
|
|
|
|
|
2013-03-15 11:31:38 +08:00
|
|
|
timer@200a000 {
|
|
|
|
compatible = "qcom,kpss-timer", "qcom,msm-timer";
|
|
|
|
interrupts = <1 1 0x301>,
|
|
|
|
<1 2 0x301>,
|
|
|
|
<1 3 0x301>;
|
|
|
|
reg = <0x0200a000 0x100>;
|
|
|
|
clock-frequency = <27000000>,
|
|
|
|
<32768>;
|
2012-09-06 03:28:58 +08:00
|
|
|
cpu-offset = <0x80000>;
|
|
|
|
};
|
|
|
|
|
2013-06-19 09:53:31 +08:00
|
|
|
msmgpio: gpio@800000 {
|
2013-06-11 06:50:21 +08:00
|
|
|
compatible = "qcom,msm-gpio";
|
|
|
|
gpio-controller;
|
|
|
|
#gpio-cells = <2>;
|
|
|
|
ngpio = <150>;
|
2013-12-11 07:14:43 +08:00
|
|
|
interrupts = <0 16 0x4>;
|
2013-06-11 06:50:21 +08:00
|
|
|
interrupt-controller;
|
|
|
|
#interrupt-cells = <2>;
|
2013-06-19 09:53:31 +08:00
|
|
|
reg = <0x800000 0x4000>;
|
2013-06-11 06:50:21 +08:00
|
|
|
};
|
|
|
|
|
2014-01-17 09:25:03 +08:00
|
|
|
gcc: clock-controller@900000 {
|
|
|
|
compatible = "qcom,gcc-msm8960";
|
|
|
|
#clock-cells = <1>;
|
|
|
|
#reset-cells = <1>;
|
|
|
|
reg = <0x900000 0x4000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
clock-controller@4000000 {
|
|
|
|
compatible = "qcom,mmcc-msm8960";
|
|
|
|
reg = <0x4000000 0x1000>;
|
|
|
|
#clock-cells = <1>;
|
|
|
|
#reset-cells = <1>;
|
|
|
|
};
|
|
|
|
|
2013-06-18 04:39:38 +08:00
|
|
|
serial@16440000 {
|
2013-08-29 04:32:41 +08:00
|
|
|
compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm";
|
2012-09-06 03:28:58 +08:00
|
|
|
reg = <0x16440000 0x1000>,
|
|
|
|
<0x16400000 0x1000>;
|
|
|
|
interrupts = <0 154 0x0>;
|
2014-01-17 09:25:03 +08:00
|
|
|
clocks = <&gcc GSBI5_UART_CLK>, <&gcc GSBI5_H_CLK>;
|
|
|
|
clock-names = "core", "iface";
|
2012-09-06 03:28:58 +08:00
|
|
|
};
|
2013-03-13 02:41:50 +08:00
|
|
|
|
|
|
|
qcom,ssbi@500000 {
|
|
|
|
compatible = "qcom,ssbi";
|
|
|
|
reg = <0x500000 0x1000>;
|
|
|
|
qcom,controller-type = "pmic-arbiter";
|
|
|
|
};
|
2012-09-06 03:28:58 +08:00
|
|
|
};
|