David Brown | 56e2d8a | 2011-08-04 02:01:02 -0700 | [diff] [blame] | 1 | /dts-v1/; |
| 2 | |
| 3 | /include/ "skeleton.dtsi" |
| 4 | |
| 5 | / { |
| 6 | model = "Qualcomm MSM8660 SURF"; |
Stepan Moskovchenko | a971a75 | 2013-04-03 16:51:37 -0700 | [diff] [blame] | 7 | compatible = "qcom,msm8660-surf", "qcom,msm8660", "qcom,surf"; |
David Brown | 56e2d8a | 2011-08-04 02:01:02 -0700 | [diff] [blame] | 8 | interrupt-parent = <&intc>; |
| 9 | |
| 10 | intc: interrupt-controller@02080000 { |
| 11 | compatible = "qcom,msm-8660-qgic"; |
| 12 | interrupt-controller; |
David Brown | 2b7b9a7 | 2012-04-23 15:34:20 -0700 | [diff] [blame] | 13 | #interrupt-cells = <3>; |
David Brown | 56e2d8a | 2011-08-04 02:01:02 -0700 | [diff] [blame] | 14 | reg = < 0x02080000 0x1000 >, |
| 15 | < 0x02081000 0x1000 >; |
| 16 | }; |
| 17 | |
| 18 | serial@19c400000 { |
| 19 | compatible = "qcom,msm-hsuart", "qcom,msm-uart"; |
| 20 | reg = <0x19c40000 0x1000>, |
| 21 | <0x19c00000 0x1000>; |
David Brown | 2b7b9a7 | 2012-04-23 15:34:20 -0700 | [diff] [blame] | 22 | interrupts = <0 195 0x0>; |
David Brown | 56e2d8a | 2011-08-04 02:01:02 -0700 | [diff] [blame] | 23 | }; |
| 24 | }; |