Rohit Vaswani | 3fc6034 | 2012-04-23 18:55:15 -0700 | [diff] [blame] | 1 | /* Copyright (c) 2012, Code Aurora Forum. All rights reserved. |
| 2 | * |
| 3 | * This program is free software; you can redistribute it and/or modify |
| 4 | * it under the terms of the GNU General Public License version 2 and |
| 5 | * only version 2 as published by the Free Software Foundation. |
| 6 | * |
| 7 | * This program is distributed in the hope that it will be useful, |
| 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 10 | * GNU General Public License for more details. |
| 11 | */ |
| 12 | |
| 13 | /dts-v1/; |
| 14 | /include/ "skeleton.dtsi" |
| 15 | |
| 16 | / { |
| 17 | model = "Qualcomm MSM 9625"; |
| 18 | compatible = "qcom,msm9625"; |
| 19 | interrupt-parent = <&intc>; |
| 20 | |
| 21 | intc: interrupt-controller@F9000000 { |
| 22 | compatible = "qcom,msm-qgic2"; |
| 23 | interrupt-controller; |
| 24 | #interrupt-cells = <3>; |
| 25 | reg = <0xF9000000 0x1000>, |
| 26 | <0xF9002000 0x1000>; |
| 27 | }; |
| 28 | |
| 29 | msmgpio: gpio@fd510000 { |
| 30 | compatible = "qcom,msm-gpio"; |
| 31 | interrupt-controller; |
| 32 | #interrupt-cells = <2>; |
| 33 | reg = <0xfd510000 0x4000>; |
| 34 | }; |
| 35 | |
Rohit Vaswani | a512956 | 2012-06-12 20:11:23 -0700 | [diff] [blame^] | 36 | timer: msm-qtimer@f9021000 { |
Rohit Vaswani | 3fc6034 | 2012-04-23 18:55:15 -0700 | [diff] [blame] | 37 | compatible = "qcom,msm-qtimer", "arm,armv7-timer"; |
Rohit Vaswani | a512956 | 2012-06-12 20:11:23 -0700 | [diff] [blame^] | 38 | reg = <0xF9021000 0x1000>; |
Rohit Vaswani | 3fc6034 | 2012-04-23 18:55:15 -0700 | [diff] [blame] | 39 | interrupts = <0 7 0>; |
Rohit Vaswani | a512956 | 2012-06-12 20:11:23 -0700 | [diff] [blame^] | 40 | irq-is-not-percpu; |
Rohit Vaswani | 3fc6034 | 2012-04-23 18:55:15 -0700 | [diff] [blame] | 41 | clock-frequency = <5000000>; |
| 42 | }; |
Jin Hong | 8d32858 | 2012-05-01 15:45:29 -0700 | [diff] [blame] | 43 | |
| 44 | serial@f991f000 { |
| 45 | compatible = "qcom,msm-lsuart-v14"; |
| 46 | reg = <0xf991f000 0x1000>; |
| 47 | interrupts = <0 109 0>; |
| 48 | }; |
Rohit Vaswani | 3fc6034 | 2012-04-23 18:55:15 -0700 | [diff] [blame] | 49 | }; |