msm8660-surf.dts 879 字节
Newer Older
1 2 3 4 5 6 7 8 9
/dts-v1/;

/include/ "skeleton.dtsi"

/ {
	model = "Qualcomm MSM8660 SURF";
	compatible = "qcom,msm8660-surf", "qcom,msm8660";
	interrupt-parent = <&intc>;

S
Stephen Boyd 已提交
10
	intc: interrupt-controller@2080000 {
11 12
		compatible = "qcom,msm-8660-qgic";
		interrupt-controller;
13
		#interrupt-cells = <3>;
14 15 16 17
		reg = < 0x02080000 0x1000 >,
		      < 0x02081000 0x1000 >;
	};

S
Stephen Boyd 已提交
18
	timer@2000004 {
19 20 21 22 23 24 25
		compatible = "qcom,scss-timer", "qcom,msm-timer";
		interrupts = <1 0 0x301>,
			     <1 1 0x301>,
			     <1 2 0x301>;
		reg = <0x02000000 0x100>;
		clock-frequency = <27000000>,
				  <32768>;
S
Stephen Boyd 已提交
26 27 28
		cpu-offset = <0x40000>;
	};

29 30 31 32
	serial@19c400000 {
		compatible = "qcom,msm-hsuart", "qcom,msm-uart";
		reg = <0x19c40000 0x1000>,
		      <0x19c00000 0x1000>;
33
		interrupts = <0 195 0x0>;
34
	};
D
David Brown 已提交
35 36 37 38 39 40

	qcom,ssbi@500000 {
		compatible = "qcom,ssbi";
		reg = <0x500000 0x1000>;
		qcom,controller-type = "pmic-arbiter";
	};
41
};