blob: f73abe782018f328a1315c76c9ac35a21f75220d [file] [log] [blame]
Ravi Kumar Vc6baed92012-09-01 00:15:29 +05301/* 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
15/include/ "skeleton.dtsi"
16
17/ {
18 model = "Qualcomm MPQ8092 Simulator";
19 compatible = "qcom,mpq8092-sim", "qcom,mpq8092";
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 timer {
31 compatible = "qcom,msm-qtimer", "arm,armv7-timer";
32 interrupts = <1 2 0>, <1 3 0>;
33 clock-frequency = <19200000>;
34 };
35
36 serial@f991f000 {
37 compatible = "qcom,msm-lsuart-v14";
38 reg = <0xf991f000 0x1000>;
39 interrupts = <0 109 0>;
40 };
41
42 serial@f995e000 {
43 compatible = "qcom,msm-lsuart-v14";
44 reg = <0xf995e000 0x1000>;
45 interrupts = <0 114 0>;
46 };
47
48};
49