Syed Rameez Mustafa | 878892c | 2012-08-23 17:30:32 -0700 | [diff] [blame] | 1 | /* 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 | /include/ "msm8226-ion.dtsi" |
| 16 | /include/ "msm8226-camera.dtsi" |
| 17 | |
| 18 | / { |
| 19 | model = "Qualcomm MSM 8226 Simulator"; |
| 20 | compatible = "qcom,msm8226-sim", "qcom,msm8226"; |
| 21 | qcom,msm-id = <145 1 0>; |
| 22 | interrupt-parent = <&intc>; |
| 23 | |
| 24 | chosen { |
| 25 | bootargs ="root=/dev/ram rw init=/init console=ttyHSL0,115200n8 initrd=0x00000000,0x00000000 mem=512M@0x00000000"; |
| 26 | }; |
| 27 | |
| 28 | intc: interrupt-controller@f9000000 { |
| 29 | compatible = "qcom,msm-qgic2"; |
| 30 | interrupt-controller; |
| 31 | #interrupt-cells = <3>; |
| 32 | reg = <0xF9000000 0x1000>, |
| 33 | <0xF9002000 0x1000>; |
| 34 | }; |
| 35 | |
| 36 | msmgpio: gpio@fd510000 { |
| 37 | compatible = "qcom,msm-gpio"; |
| 38 | interrupt-controller; |
| 39 | #interrupt-cells = <2>; |
| 40 | reg = <0xfd510000 0x4000>; |
| 41 | #gpio-cells = <2>; |
| 42 | }; |
| 43 | |
| 44 | timer { |
| 45 | compatible = "qcom,msm-qtimer", "arm,armv7-timer"; |
| 46 | interrupts = <1 2 0 1 3 0>; |
| 47 | clock-frequency = <19200000>; |
| 48 | }; |
| 49 | |
| 50 | serial@f991f000 { |
| 51 | compatible = "qcom,msm-lsuart-v14"; |
| 52 | reg = <0xf991f000 0x1000>; |
| 53 | interrupts = <0 109 0>; |
| 54 | }; |
| 55 | |
| 56 | serial@f995e000 { |
| 57 | compatible = "qcom,msm-lsuart-v14"; |
| 58 | reg = <0xf995e000 0x1000>; |
| 59 | interrupts = <0 114 0>; |
| 60 | }; |
Mayank Rana | 14d5355 | 2012-10-03 14:06:37 +0530 | [diff] [blame] | 61 | |
| 62 | usb@f9a55000 { |
| 63 | compatible = "qcom,hsusb-otg"; |
| 64 | reg = <0xf9a55000 0x400>; |
| 65 | interrupts = <0 134 0>; |
| 66 | interrupt-names = "core_irq"; |
| 67 | |
| 68 | qcom,hsusb-otg-phy-type = <2>; |
| 69 | qcom,hsusb-otg-mode = <1>; |
| 70 | qcom,hsusb-otg-otg-control = <1>; |
| 71 | qcom,hsusb-otg-disable-reset; |
| 72 | }; |
| 73 | |
| 74 | android_usb { |
| 75 | compatible = "qcom,android-usb"; |
| 76 | }; |
| 77 | |
Syed Rameez Mustafa | 878892c | 2012-08-23 17:30:32 -0700 | [diff] [blame] | 78 | }; |