blob: 268e1f8bb6039b0b81e745475c8424fa48a4ecb4 [file] [log] [blame]
Syed Rameez Mustafafd0f9b42012-09-21 18:33:36 -07001/* Copyright (c) 2012, The Linux Foundation. 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 8910 Simulator";
18 compatible = "qcom,msm8910-sim", "qcom,msm8910";
19 qcom,msm-id = <147 1 0>;
20 interrupt-parent = <&intc>;
21
22 intc: interrupt-controller@f9000000 {
23 compatible = "qcom,msm-qgic2";
24 interrupt-controller;
25 #interrupt-cells = <3>;
26 reg = <0xf9000000 0x1000>,
27 <0xf9002000 0x1000>;
28 };
29
30 msmgpio: gpio@fd510000 {
31 compatible = "qcom,msm-gpio";
32 interrupt-controller;
33 #interrupt-cells = <2>;
34 reg = <0xfd510000 0x4000>;
35 #gpio-cells = <2>;
36 };
37
38 timer: msm-qtimer@f9021000 {
39 compatible = "qcom,msm-qtimer", "arm,armv7-timer";
40 reg = <0xf9021000 0x1000>;
41 interrupts = <0 7 0 0 8 0>;
42 irq-is-not-percpu;
43 clock-frequency = <19200000>;
44 };
45
46 serial@f991f000 {
47 compatible = "qcom,msm-lsuart-v14";
48 reg = <0xf991f000 0x1000>;
49 interrupts = <0 109 0>;
50 };
51};