blob: db61dab7c1ae69b13d48266d192de37556489ff0 [file] [log] [blame]
Abhimanyu Kapur68275a12013-03-18 17:23:06 -07001/* Copyright (c) 2013, 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 MSM KRYPTON";
17 compatible = "qcom,msmkrypton";
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
28 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 ngpio = <89>;
36 interrupts = <0 208 0>;
37 qcom,direct-connect-irqs = <8>;
38 };
39
40 timer: msm-qtimer@f9021000 {
41 compatible = "arm,armv7-timer";
42 reg = <0xf9021000 0x1000>;
43 interrupts = <0 7 0>;
44 irq-is-not-percpu;
45 clock-frequency = <19200000>;
46 };
47
48 uartdm3: serial@f991f000 {
49 compatible = "qcom,msm-lsuart-v14";
50 reg = <0xf991f000 0x1000>;
51 interrupts = <0 109 0>;
52 status = "disabled";
53 };
54};