blob: 6756927e7569c91ad56a07390d3392b518b1c3c4 [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
36 timer {
37 compatible = "qcom,msm-qtimer", "arm,armv7-timer";
38 interrupts = <0 7 0>;
39 clock-frequency = <5000000>;
40 };
41};