blob: 6c007fb9dd3ea3149446e366ac607924eec48edf [file] [log] [blame]
Rohit Vaswani3fc60342012-04-23 18:55:15 -07001/* 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 Vaswania5129562012-06-12 20:11:23 -070036 timer: msm-qtimer@f9021000 {
Rohit Vaswani3fc60342012-04-23 18:55:15 -070037 compatible = "qcom,msm-qtimer", "arm,armv7-timer";
Rohit Vaswania5129562012-06-12 20:11:23 -070038 reg = <0xF9021000 0x1000>;
Rohit Vaswani3fc60342012-04-23 18:55:15 -070039 interrupts = <0 7 0>;
Rohit Vaswania5129562012-06-12 20:11:23 -070040 irq-is-not-percpu;
Rohit Vaswani3fc60342012-04-23 18:55:15 -070041 clock-frequency = <5000000>;
42 };
Jin Hong8d328582012-05-01 15:45:29 -070043
Yan He3cb97ba2012-05-13 16:45:24 -070044 qcom,sps@f9980000 {
45 compatible = "qcom,msm_sps";
46 reg = <0xf9984000 0x15000>,
47 <0xf9999000 0xb000>,
48 <0xfe800000 0x4800>;
49 interrupts = <0 94 0>;
50 qcom,device-type = <2>;
51 };
52
Jin Hong8d328582012-05-01 15:45:29 -070053 serial@f991f000 {
54 compatible = "qcom,msm-lsuart-v14";
55 reg = <0xf991f000 0x1000>;
56 interrupts = <0 109 0>;
57 };
Rohit Vaswani3fc60342012-04-23 18:55:15 -070058};