blob: 71a50f15af40d493a2142eb61cc198ce8619cd92 [file] [log] [blame]
Ravi Kumar Vf4d78d22012-09-12 13:45:00 +05301/* 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/include/ "skeleton.dtsi"
14
15/ {
16 model = "Qualcomm MPQ8092";
17 compatible = "qcom,mpq8092";
18 interrupt-parent = <&intc>;
19
20 intc: interrupt-controller@f9000000 {
21 compatible = "qcom,msm-qgic2";
22 interrupt-controller;
23 #interrupt-cells = <3>;
24 reg = <0xf9000000 0x1000>,
25 <0xf9002000 0x1000>;
26 };
27
Ravi Kumar V57f65f52012-09-12 14:39:23 +053028 msmgpio: gpio@fd510000 {
29 compatible = "qcom,msm-gpio";
30 gpio-controller;
31 #gpio-cells = <2>;
32 interrupt-controller;
33 #interrupt-cells = <2>;
34 reg = <0xfd510000 0x4000>;
35 };
36
Ravi Kumar Vf4d78d22012-09-12 13:45:00 +053037 timer {
38 compatible = "qcom,msm-qtimer", "arm,armv7-timer";
39 interrupts = <1 2 0>, <1 3 0>;
40 clock-frequency = <19200000>;
41 };
42
43 serial@f991f000 {
44 compatible = "qcom,msm-lsuart-v14";
45 reg = <0xf991f000 0x1000>;
46 interrupts = <0 109 0>;
47 status = "disabled";
48 };
49
50 serial@f995e000 {
51 compatible = "qcom,msm-lsuart-v14";
52 reg = <0xf995e000 0x1000>;
53 interrupts = <0 114 0>;
54 status = "disabled";
55 };
56};