Abhimanyu Kapur | 68275a1 | 2013-03-18 17:23:06 -0700 | [diff] [blame] | 1 | /* 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 | |
Abhimanyu Kapur | 6b481a1 | 2013-04-18 15:10:43 -0700 | [diff] [blame] | 40 | timer@f9020000 { |
| 41 | #address-cells = <1>; |
| 42 | #size-cells = <1>; |
| 43 | ranges; |
| 44 | compatible = "arm,armv7-timer-mem"; |
| 45 | reg = <0xf9020000 0x1000>; |
Abhimanyu Kapur | 68275a1 | 2013-03-18 17:23:06 -0700 | [diff] [blame] | 46 | clock-frequency = <19200000>; |
Abhimanyu Kapur | 6b481a1 | 2013-04-18 15:10:43 -0700 | [diff] [blame] | 47 | |
| 48 | frame@f9021000 { |
| 49 | frame-number = <0>; |
| 50 | interrupts = <0 7 0x4>, |
| 51 | <0 6 0x4>; |
| 52 | reg = <0xf9021000 0x1000>, |
| 53 | <0xf9022000 0x1000>; |
| 54 | }; |
| 55 | |
| 56 | frame@f9023000 { |
| 57 | frame-number = <1>; |
| 58 | interrupts = <0 8 0x4>; |
| 59 | reg = <0xf9023000 0x1000>; |
| 60 | status = "disabled"; |
| 61 | }; |
| 62 | |
| 63 | frame@f9024000 { |
| 64 | frame-number = <2>; |
| 65 | interrupts = <0 9 0x4>; |
| 66 | reg = <0xf9024000 0x1000>; |
| 67 | status = "disabled"; |
| 68 | }; |
| 69 | |
| 70 | frame@f9025000 { |
| 71 | frame-number = <3>; |
| 72 | interrupts = <0 10 0x4>; |
| 73 | reg = <0xf9025000 0x1000>; |
| 74 | status = "disabled"; |
| 75 | }; |
| 76 | |
| 77 | frame@f9026000 { |
| 78 | frame-number = <4>; |
| 79 | interrupts = <0 11 0x4>; |
| 80 | reg = <0xf9026000 0x1000>; |
| 81 | status = "disabled"; |
| 82 | }; |
| 83 | |
| 84 | frame@f9027000 { |
| 85 | frame-number = <5>; |
| 86 | interrupts = <0 12 0x4>; |
| 87 | reg = <0xf9027000 0x1000>; |
| 88 | status = "disabled"; |
| 89 | }; |
| 90 | |
| 91 | frame@f9028000 { |
| 92 | frame-number = <6>; |
| 93 | interrupts = <0 13 0x4>; |
| 94 | reg = <0xf9028000 0x1000>; |
| 95 | status = "disabled"; |
| 96 | }; |
| 97 | |
| 98 | frame@f9029000 { |
| 99 | frame-number = <7>; |
| 100 | interrupts = <0 14 0x4>; |
| 101 | reg = <0xf9029000 0x1000>; |
| 102 | status = "disabled"; |
| 103 | }; |
Abhimanyu Kapur | 68275a1 | 2013-03-18 17:23:06 -0700 | [diff] [blame] | 104 | }; |
| 105 | |
| 106 | uartdm3: serial@f991f000 { |
| 107 | compatible = "qcom,msm-lsuart-v14"; |
| 108 | reg = <0xf991f000 0x1000>; |
| 109 | interrupts = <0 109 0>; |
| 110 | status = "disabled"; |
| 111 | }; |
| 112 | }; |