blob: f0e950a2b95ebea3dd7963f037fda526cca6caee [file] [log] [blame]
Syed Rameez Mustafa332018f2012-10-11 18:01:59 -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/include/ "skeleton.dtsi"
Mitchel Humpherys52ffaec2012-10-09 15:40:13 -070014/include/ "msm8226-ion.dtsi"
Syed Rameez Mustafa332018f2012-10-11 18:01:59 -070015
16/ {
17 model = "Qualcomm MSM 8226";
18 compatible = "qcom,msm8226";
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 #gpio-cells = <2>;
35 };
36
37 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
57 usb@f9a55000 {
58 compatible = "qcom,hsusb-otg";
59 reg = <0xf9a55000 0x400>;
60 interrupts = <0 134 0>;
61 interrupt-names = "core_irq";
Mayank Rana891350a2012-10-19 15:26:10 +053062 HSUSB_VDDCX-supply = <&pm8026_s1>;
63 HSUSB_1p8-supply = <&pm8026_l10>;
64 HSUSB_3p3-supply = <&pm8026_l20>;
Syed Rameez Mustafa332018f2012-10-11 18:01:59 -070065
66 qcom,hsusb-otg-phy-type = <2>;
67 qcom,hsusb-otg-mode = <1>;
68 qcom,hsusb-otg-otg-control = <1>;
69 qcom,hsusb-otg-disable-reset;
70 };
71
72 android_usb {
73 compatible = "qcom,android-usb";
74 };
75
76};
David Collins37ddb972012-10-17 15:00:26 -070077
78/include/ "msm8226-regulator.dtsi"