Pushkar Joshi | 7021081 | 2012-12-15 19:01:39 -0800 | [diff] [blame] | 1 | /* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. |
Rohit Vaswani | 3fc6034 | 2012-04-23 18:55:15 -0700 | [diff] [blame] | 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 | |
Rohit Vaswani | 3fc6034 | 2012-04-23 18:55:15 -0700 | [diff] [blame] | 13 | /include/ "skeleton.dtsi" |
Mitchel Humpherys | b3f40d1 | 2012-10-05 16:26:58 -0700 | [diff] [blame] | 14 | /include/ "msm9625-ion.dtsi" |
Girish Mahadevan | fc5f5c3 | 2012-10-23 16:27:28 -0700 | [diff] [blame] | 15 | /include/ "msm9625-pm.dtsi" |
Pushkar Joshi | faf92a7 | 2012-10-29 17:45:27 -0700 | [diff] [blame] | 16 | /include/ "msm9625-coresight.dtsi" |
Rohit Vaswani | 3fc6034 | 2012-04-23 18:55:15 -0700 | [diff] [blame] | 17 | |
| 18 | / { |
| 19 | model = "Qualcomm MSM 9625"; |
| 20 | compatible = "qcom,msm9625"; |
| 21 | interrupt-parent = <&intc>; |
| 22 | |
| 23 | intc: interrupt-controller@F9000000 { |
| 24 | compatible = "qcom,msm-qgic2"; |
| 25 | interrupt-controller; |
| 26 | #interrupt-cells = <3>; |
| 27 | reg = <0xF9000000 0x1000>, |
| 28 | <0xF9002000 0x1000>; |
| 29 | }; |
| 30 | |
Abhimanyu Kapur | 490d20c | 2012-06-22 17:34:20 -0700 | [diff] [blame] | 31 | l2: cache-controller@f9040000 { |
| 32 | compatible = "arm,pl310-cache"; |
| 33 | reg = <0xf9040000 0x1000>; |
Abhimanyu Kapur | 490d20c | 2012-06-22 17:34:20 -0700 | [diff] [blame] | 34 | cache-unified; |
| 35 | cache-level = <2>; |
| 36 | }; |
| 37 | |
Rohit Vaswani | 3fc6034 | 2012-04-23 18:55:15 -0700 | [diff] [blame] | 38 | msmgpio: gpio@fd510000 { |
| 39 | compatible = "qcom,msm-gpio"; |
Rohit Vaswani | b1cc493 | 2012-07-23 21:30:11 -0700 | [diff] [blame] | 40 | gpio-controller; |
| 41 | #gpio-cells = <2>; |
Rohit Vaswani | 3fc6034 | 2012-04-23 18:55:15 -0700 | [diff] [blame] | 42 | interrupt-controller; |
| 43 | #interrupt-cells = <2>; |
| 44 | reg = <0xfd510000 0x4000>; |
Rohit Vaswani | 341c203 | 2012-11-08 18:49:29 -0800 | [diff] [blame] | 45 | ngpio = <76>; |
Rohit Vaswani | d200152 | 2012-12-05 19:23:44 -0800 | [diff] [blame] | 46 | interrupts = <0 208 0>; |
Rohit Vaswani | ed0a4ef | 2012-12-11 15:14:42 -0800 | [diff] [blame] | 47 | qcom,direct-connect-irqs = <8>; |
Rohit Vaswani | 3fc6034 | 2012-04-23 18:55:15 -0700 | [diff] [blame] | 48 | }; |
| 49 | |
Rohit Vaswani | a512956 | 2012-06-12 20:11:23 -0700 | [diff] [blame] | 50 | timer: msm-qtimer@f9021000 { |
Syed Rameez Mustafa | 0824d6c | 2012-11-29 18:53:56 -0800 | [diff] [blame] | 51 | compatible = "arm,armv7-timer"; |
Rohit Vaswani | a512956 | 2012-06-12 20:11:23 -0700 | [diff] [blame] | 52 | reg = <0xF9021000 0x1000>; |
Rohit Vaswani | 3fc6034 | 2012-04-23 18:55:15 -0700 | [diff] [blame] | 53 | interrupts = <0 7 0>; |
Rohit Vaswani | a512956 | 2012-06-12 20:11:23 -0700 | [diff] [blame] | 54 | irq-is-not-percpu; |
Abhimanyu Kapur | af4c4d5 | 2012-10-01 14:15:10 -0700 | [diff] [blame] | 55 | clock-frequency = <19200000>; |
Rohit Vaswani | 3fc6034 | 2012-04-23 18:55:15 -0700 | [diff] [blame] | 56 | }; |
Jin Hong | 8d32858 | 2012-05-01 15:45:29 -0700 | [diff] [blame] | 57 | |
Yan He | 3cb97ba | 2012-05-13 16:45:24 -0700 | [diff] [blame] | 58 | qcom,sps@f9980000 { |
| 59 | compatible = "qcom,msm_sps"; |
| 60 | reg = <0xf9984000 0x15000>, |
| 61 | <0xf9999000 0xb000>, |
Yan He | 6f9ae71 | 2012-09-20 12:55:47 -0700 | [diff] [blame] | 62 | <0xfe803000 0x4800>; |
Yan He | 3cb97ba | 2012-05-13 16:45:24 -0700 | [diff] [blame] | 63 | interrupts = <0 94 0>; |
| 64 | qcom,device-type = <2>; |
| 65 | }; |
| 66 | |
Jin Hong | 8d32858 | 2012-05-01 15:45:29 -0700 | [diff] [blame] | 67 | serial@f991f000 { |
| 68 | compatible = "qcom,msm-lsuart-v14"; |
| 69 | reg = <0xf991f000 0x1000>; |
| 70 | interrupts = <0 109 0>; |
| 71 | }; |
Sahitya Tummala | 9ba4b28 | 2012-06-19 11:41:51 +0530 | [diff] [blame] | 72 | |
Jack Pham | a01e9c1 | 2012-09-25 21:37:03 -0700 | [diff] [blame] | 73 | usb@f9a55000 { |
| 74 | compatible = "qcom,hsusb-otg"; |
| 75 | reg = <0xf9a55000 0x400>; |
| 76 | interrupts = <0 134 0 0 140 0>; |
| 77 | interrupt-names = "core_irq", "async_irq"; |
| 78 | HSUSB_VDDCX-supply = <&pm8019_l12>; |
| 79 | HSUSB_1p8-supply = <&pm8019_l2>; |
| 80 | HSUSB_3p3-supply = <&pm8019_l4>; |
David Collins | 84d39b2 | 2012-11-01 14:40:08 -0700 | [diff] [blame] | 81 | vbus_otg-supply = <&usb_vbus>; |
Jack Pham | a01e9c1 | 2012-09-25 21:37:03 -0700 | [diff] [blame] | 82 | |
| 83 | qcom,hsusb-otg-phy-type = <2>; |
Amit Blay | a71946b | 2013-01-16 09:22:55 +0200 | [diff] [blame] | 84 | qcom,hsusb-otg-mode = <1>; |
Jack Pham | a01e9c1 | 2012-09-25 21:37:03 -0700 | [diff] [blame] | 85 | qcom,hsusb-otg-otg-control = <1>; |
| 86 | qcom,hsusb-otg-disable-reset; |
| 87 | }; |
| 88 | |
| 89 | android_usb@fc42b0c8 { |
| 90 | compatible = "qcom,android-usb"; |
| 91 | reg = <0xfc42b0c8 0xc8>; |
Ido Shayevitz | 2ceed50 | 2012-12-10 16:34:25 +0200 | [diff] [blame] | 92 | qcom,android-usb-swfi-latency = <100>; |
Jack Pham | a01e9c1 | 2012-09-25 21:37:03 -0700 | [diff] [blame] | 93 | }; |
| 94 | |
Ofir Cohen | b1d5261 | 2012-11-14 09:37:38 +0200 | [diff] [blame] | 95 | hsic@f9a15000 { |
| 96 | compatible = "qcom,hsic-host"; |
| 97 | reg = <0xf9a15000 0x400>; |
| 98 | interrupts = <0 136 0>; |
| 99 | interrupt-names = "core_irq"; |
| 100 | HSIC_VDDCX-supply = <&pm8019_l12>; |
| 101 | HSIC_GDSC-supply = <&gdsc_usb_hsic>; |
| 102 | }; |
| 103 | |
Jack Pham | d61ff56 | 2012-11-21 19:25:53 +0200 | [diff] [blame] | 104 | qcom,usbbam@f9a44000 { |
| 105 | compatible = "qcom,usb-bam-msm"; |
| 106 | reg = <0xf9a44000 0x11000>; |
| 107 | reg-names = "hsusb"; |
| 108 | interrupts = <0 135 0>; |
| 109 | interrupt-names = "hsusb"; |
| 110 | qcom,usb-active-bam = <1>; |
| 111 | qcom,usb-total-bam-num = <3>; |
| 112 | qcom,usb-bam-num-pipes = <16>; |
| 113 | qcom,ignore-core-reset-ack; |
repo sync | b0ca751 | 2013-01-16 19:37:44 +0200 | [diff] [blame] | 114 | qcom,disable-clk-gating; |
Jack Pham | d61ff56 | 2012-11-21 19:25:53 +0200 | [diff] [blame] | 115 | |
| 116 | qcom,pipe0 { |
| 117 | label = "usb-to-ipa"; |
| 118 | qcom,usb-bam-type = <1>; |
| 119 | qcom,usb-bam-mem-type = <2>; |
| 120 | qcom,src-bam-physical-address = <0xf9a44000>; |
| 121 | qcom,src-bam-pipe-index = <1>; |
| 122 | qcom,data-fifo-size = <0x600>; |
| 123 | qcom,descriptor-fifo-size = <0x300>; |
| 124 | }; |
| 125 | |
| 126 | qcom,pipe1 { |
| 127 | label = "ipa-to-usb"; |
| 128 | qcom,usb-bam-type = <1>; |
| 129 | qcom,usb-bam-mem-type = <2>; |
| 130 | qcom,dst-bam-physical-address = <0xf9a44000>; |
| 131 | qcom,dst-bam-pipe-index = <0>; |
| 132 | qcom,data-fifo-size = <0x600>; |
| 133 | qcom,descriptor-fifo-size = <0x100>; |
| 134 | }; |
| 135 | }; |
| 136 | |
Sahitya Tummala | 9ba4b28 | 2012-06-19 11:41:51 +0530 | [diff] [blame] | 137 | qcom,nand@f9ac0000 { |
| 138 | compatible = "qcom,msm-nand"; |
| 139 | reg = <0xf9ac0000 0x1000>, |
| 140 | <0xf9ac4000 0x8000>; |
| 141 | reg-names = "nand_phys", |
| 142 | "bam_phys"; |
| 143 | interrupts = <0 247 0>; |
| 144 | interrupt-names = "bam_irq"; |
| 145 | }; |
Rohit Vaswani | 0045df4 | 2012-06-29 16:21:48 -0700 | [diff] [blame] | 146 | |
Gilad Avidov | 09c78ec | 2012-10-18 09:34:35 -0600 | [diff] [blame] | 147 | spi@f9924000 { |
| 148 | cell-index = <0>; |
Rohit Vaswani | 0045df4 | 2012-06-29 16:21:48 -0700 | [diff] [blame] | 149 | compatible = "qcom,spi-qup-v2"; |
Gilad Avidov | 09c78ec | 2012-10-18 09:34:35 -0600 | [diff] [blame] | 150 | reg = <0xf9924000 0x1000>; |
| 151 | interrupts = <0 96 0>; |
| 152 | spi-max-frequency = <25000000>; |
Rohit Vaswani | 0045df4 | 2012-06-29 16:21:48 -0700 | [diff] [blame] | 153 | #address-cells = <1>; |
| 154 | #size-cells = <0>; |
Gilad Avidov | 09c78ec | 2012-10-18 09:34:35 -0600 | [diff] [blame] | 155 | gpios = <&msmgpio 7 0>, /* CLK */ |
| 156 | <&msmgpio 5 0>, /* MISO */ |
| 157 | <&msmgpio 4 0>; /* MOSI */ |
Rohit Vaswani | 0045df4 | 2012-06-29 16:21:48 -0700 | [diff] [blame] | 158 | |
Gilad Avidov | 09c78ec | 2012-10-18 09:34:35 -0600 | [diff] [blame] | 159 | cs-gpios = <&msmgpio 6 0>; |
Rohit Vaswani | 0045df4 | 2012-06-29 16:21:48 -0700 | [diff] [blame] | 160 | |
| 161 | ethernet-switch@0 { |
| 162 | compatible = "simtec,ks8851"; |
| 163 | reg = <0>; |
| 164 | interrupt-parent = <&msmgpio>; |
| 165 | interrupts = <75 0>; |
Gilad Avidov | 09c78ec | 2012-10-18 09:34:35 -0600 | [diff] [blame] | 166 | spi-max-frequency = <4800000>; |
Rohit Vaswani | 0045df4 | 2012-06-29 16:21:48 -0700 | [diff] [blame] | 167 | }; |
| 168 | }; |
Hanumant Singh | 6c4bf06 | 2012-09-06 15:51:10 -0700 | [diff] [blame] | 169 | |
| 170 | qcom,wdt@f9017000 { |
| 171 | compatible = "qcom,msm-watchdog"; |
| 172 | reg = <0xf9017000 0x1000>; |
| 173 | interrupts = <1 2 0>, <1 1 0>; |
| 174 | qcom,bark-time = <11000>; |
| 175 | qcom,pet-time = <10000>; |
Hanumant Singh | 6c4bf06 | 2012-09-06 15:51:10 -0700 | [diff] [blame] | 176 | }; |
Kenneth Heitke | c264240 | 2012-09-18 18:56:47 -0600 | [diff] [blame] | 177 | |
Girish Mahadevan | c65a711 | 2012-09-19 11:15:56 -0600 | [diff] [blame] | 178 | rpm_bus: qcom,rpm-smd { |
| 179 | compatible = "qcom,rpm-smd"; |
| 180 | rpm-channel-name = "rpm_requests"; |
| 181 | rpm-channel-type = <15>; /* SMD_APPS_RPM */ |
| 182 | }; |
| 183 | |
Kenneth Heitke | c264240 | 2012-09-18 18:56:47 -0600 | [diff] [blame] | 184 | spmi_bus: qcom,spmi@fc4c0000 { |
| 185 | cell-index = <0>; |
| 186 | compatible = "qcom,spmi-pmic-arb"; |
| 187 | reg = <0xfc4cf000 0x1000>, |
| 188 | <0Xfc4cb000 0x1000>; |
| 189 | /* 190,ee0_krait_hlos_spmi_periph_irq */ |
| 190 | /* 187,channel_0_krait_hlos_trans_done_irq */ |
| 191 | interrupts = <0 190 0 0 187 0>; |
| 192 | qcom,pmic-arb-ee = <0>; |
| 193 | qcom,pmic-arb-channel = <0>; |
| 194 | qcom,pmic-arb-ppid-map = <0x02400000>, /* TEMP_ALARM */ |
| 195 | <0x03100001>, /* VADC1_USR */ |
| 196 | <0x06100002>, /* RTC_ALARM */ |
| 197 | <0x06200003>, /* RTC_TIMER */ |
| 198 | <0x0a000004>, /* MPP1 */ |
| 199 | <0x0a100005>, /* MPP2 */ |
| 200 | <0x0a200006>, /* MPP3 */ |
| 201 | <0x0a300007>, /* MPP4 */ |
| 202 | <0x0a400008>, /* MPP5 */ |
| 203 | <0x0a500009>, /* MPP6 */ |
| 204 | <0x0c20000a>, /* GPIO3 */ |
| 205 | <0x0c30000b>, /* GPIO4 */ |
| 206 | <0x0c50000c>, /* GPIO6 */ |
| 207 | <0x0080000d>; /* PON */ |
| 208 | }; |
Kenneth Heitke | f92a8c7 | 2012-10-10 17:15:05 -0600 | [diff] [blame] | 209 | |
| 210 | i2c@f9925000 { |
| 211 | cell-index = <3>; |
| 212 | compatible = "qcom,i2c-qup"; |
| 213 | reg = <0xf9925000 0x1000>; |
| 214 | #address-cells = <1>; |
| 215 | #size-cells = <0>; |
| 216 | reg-names = "qup_phys_addr"; |
| 217 | interrupts = <0 97 0>; |
| 218 | interrupt-names = "qup_err_intr"; |
| 219 | qcom,i2c-bus-freq = <100000>; |
| 220 | qcom,i2c-src-freq = <24000000>; |
| 221 | }; |
Oluwafemi Adeyemi | bbbcc6e | 2012-09-14 17:24:26 -0700 | [diff] [blame] | 222 | |
| 223 | sdcc2: qcom,sdcc@f98a4000 { |
| 224 | cell-index = <2>; /* SDC2 SD card slot */ |
| 225 | compatible = "qcom,msm-sdcc"; |
| 226 | reg = <0xf98a4000 0x800>, |
| 227 | <0xf98a4800 0x100>, |
| 228 | <0xf9884000 0x7000>; |
| 229 | reg-names = "core_mem", "dml_mem", "bam_mem"; |
| 230 | |
| 231 | vdd-supply = <&ext_2p95v>; |
| 232 | |
| 233 | vdd-io-supply = <&pm8019_l13>; |
Oluwafemi Adeyemi | 6cdfdb8 | 2012-11-02 13:36:29 -0700 | [diff] [blame] | 234 | qcom,vdd-io-always-on; |
| 235 | qcom,vdd-io-lpm-sup; |
| 236 | qcom,vdd-io-voltage-level = <1800000 2950000>; |
| 237 | qcom,vdd-io-current-level = <6 22000>; |
Oluwafemi Adeyemi | bbbcc6e | 2012-09-14 17:24:26 -0700 | [diff] [blame] | 238 | |
Oluwafemi Adeyemi | 6cdfdb8 | 2012-11-02 13:36:29 -0700 | [diff] [blame] | 239 | qcom,pad-pull-on = <0x0 0x3 0x3>; |
| 240 | qcom,pad-pull-off = <0x0 0x3 0x3>; |
| 241 | qcom,pad-drv-on = <0x7 0x4 0x4>; |
| 242 | qcom,pad-drv-off = <0x0 0x0 0x0>; |
Oluwafemi Adeyemi | bbbcc6e | 2012-09-14 17:24:26 -0700 | [diff] [blame] | 243 | |
Oluwafemi Adeyemi | 6cdfdb8 | 2012-11-02 13:36:29 -0700 | [diff] [blame] | 244 | qcom,clk-rates = <400000 25000000 50000000 100000000 200000000>; |
| 245 | qcom,sup-voltages = <2950 2950>; |
| 246 | qcom,bus-width = <4>; |
| 247 | qcom,xpc; |
| 248 | qcom,bus-speed-mode = "SDR12", "SDR25", "SDR50", "DDR50", "SDR104"; |
| 249 | qcom,current-limit = <800>; |
Oluwafemi Adeyemi | bbbcc6e | 2012-09-14 17:24:26 -0700 | [diff] [blame] | 250 | |
| 251 | interrupt-parent = <&sdcc2>; |
| 252 | #address-cells = <0>; |
| 253 | interrupts = <0 1 2>; |
| 254 | #interrupt-cells = <1>; |
| 255 | interrupt-map-mask = <0xffffffff>; |
| 256 | interrupt-map = <0 &intc 0 125 0 |
| 257 | 1 &intc 0 220 0 |
| 258 | 2 &msmgpio 66 0x3>; |
| 259 | interrupt-names = "core_irq", "bam_irq", "status_irq"; |
| 260 | cd-gpios = <&msmgpio 66 0>; |
| 261 | }; |
Oluwafemi Adeyemi | 4926a9e | 2012-09-14 17:39:59 -0700 | [diff] [blame] | 262 | |
| 263 | sdcc3: qcom,sdcc@f9864000 { |
| 264 | cell-index = <3>; /* SDC3 SDIO slot */ |
| 265 | compatible = "qcom,msm-sdcc"; |
| 266 | reg = <0xf9864000 0x800>, |
| 267 | <0xf9864800 0x100>, |
| 268 | <0xf9844000 0x7000>; |
| 269 | reg-names = "core_mem", "dml_mem", "bam_mem"; |
| 270 | interrupts = <0 127 0>, <0 223 0>; |
| 271 | interrupt-names = "core_irq", "bam_irq"; |
| 272 | |
| 273 | gpios = <&msmgpio 25 0>, |
| 274 | <&msmgpio 24 0>, |
| 275 | <&msmgpio 16 0>, |
| 276 | <&msmgpio 17 0>, |
| 277 | <&msmgpio 18 0>, |
| 278 | <&msmgpio 19 0>; |
Oluwafemi Adeyemi | 6cdfdb8 | 2012-11-02 13:36:29 -0700 | [diff] [blame] | 279 | qcom,gpio-names = "CLK", "CMD", "DAT0", "DAT1", "DAT2", "DAT3"; |
Oluwafemi Adeyemi | 4926a9e | 2012-09-14 17:39:59 -0700 | [diff] [blame] | 280 | |
Oluwafemi Adeyemi | 6cdfdb8 | 2012-11-02 13:36:29 -0700 | [diff] [blame] | 281 | qcom,clk-rates = <400000 25000000 50000000 100000000>; |
| 282 | qcom,sup-voltages = <2950 2950>; |
| 283 | qcom,bus-width = <4>; |
| 284 | qcom,bus-speed-mode = "SDR12", "SDR25", "SDR50", "DDR50"; |
Oluwafemi Adeyemi | 4926a9e | 2012-09-14 17:39:59 -0700 | [diff] [blame] | 285 | }; |
Jeff Hugo | cdcb8aa | 2012-10-16 13:41:20 -0600 | [diff] [blame] | 286 | |
| 287 | qcom,bam_dmux@fc834000 { |
| 288 | compatible = "qcom,bam_dmux"; |
| 289 | reg = <0xfc834000 0x7000>; |
| 290 | interrupts = <0 29 1>; |
| 291 | }; |
Tianyi Gou | f6ffa87 | 2012-10-22 14:22:58 -0700 | [diff] [blame] | 292 | |
Talel Atias | 4919639 | 2012-11-20 19:20:14 +0200 | [diff] [blame] | 293 | qcom,ipa@fd4c0000 { |
| 294 | compatible = "qcom,ipa"; |
| 295 | reg = <0xfd4c0000 0x26000>, |
| 296 | <0xfd4c4000 0x14818>; |
| 297 | reg-names = "ipa-base", "bam-base"; |
| 298 | interrupts = <0 252 0>, |
| 299 | <0 253 0>; |
| 300 | interrupt-names = "ipa-irq", "bam-irq"; |
| 301 | |
| 302 | qcom,pipe1 { |
| 303 | label = "a2-to-ipa"; |
| 304 | qcom,src-bam-physical-address = <0xfc834000>; |
| 305 | qcom,ipa-bam-mem-type = <0>; |
| 306 | qcom,src-bam-pipe-index = <1>; |
| 307 | qcom,dst-bam-physical-address = <0xfd4c0000>; |
| 308 | qcom,dst-bam-pipe-index = <6>; |
| 309 | qcom,data-fifo-offset = <0x1000>; |
| 310 | qcom,data-fifo-size = <0xd00>; |
| 311 | qcom,descriptor-fifo-offset = <0x1d00>; |
| 312 | qcom,descriptor-fifo-size = <0x300>; |
| 313 | }; |
| 314 | |
| 315 | qcom,pipe2 { |
| 316 | label = "ipa-to-a2"; |
| 317 | qcom,src-bam-physical-address = <0xfd4c0000>; |
| 318 | qcom,ipa-bam-mem-type = <0>; |
| 319 | qcom,src-bam-pipe-index = <7>; |
| 320 | qcom,dst-bam-physical-address = <0xfc834000>; |
| 321 | qcom,dst-bam-pipe-index = <0>; |
| 322 | qcom,data-fifo-offset = <0x00>; |
| 323 | qcom,data-fifo-size = <0xd00>; |
| 324 | qcom,descriptor-fifo-offset = <0xd00>; |
| 325 | qcom,descriptor-fifo-size = <0x300>; |
| 326 | }; |
| 327 | }; |
| 328 | |
Tianyi Gou | f6ffa87 | 2012-10-22 14:22:58 -0700 | [diff] [blame] | 329 | qcom,acpuclk@f9010000 { |
| 330 | compatible = "qcom,acpuclk-9625"; |
| 331 | reg = <0xf9010008 0x10>, |
| 332 | <0xf9008004 0x4>; |
| 333 | reg-names = "rcg_base", "pwr_base"; |
| 334 | a5_cpu-supply = <&pm8019_l10_corner_ao>; |
| 335 | a5_mem-supply = <&pm8019_l12_ao>; |
| 336 | }; |
Tianyi Gou | 343bd93 | 2012-10-29 11:03:03 -0700 | [diff] [blame] | 337 | |
| 338 | gdsc_usb_hsic: qcom,gdsc@fc400404 { |
| 339 | compatible = "qcom,gdsc"; |
| 340 | reg = <0xfc400404 0x4>; |
| 341 | regulator-name = "gdsc_usb_hsic"; |
| 342 | }; |
Siddartha Mohanadoss | 650af6b | 2012-10-25 20:09:11 -0700 | [diff] [blame] | 343 | |
| 344 | tsens@fc4a8000 { |
| 345 | compatible = "qcom,msm-tsens"; |
| 346 | reg = <0xfc4a8000 0x2000>, |
| 347 | <0xfc4b8000 0x1000>; |
| 348 | reg-names = "tsens_physical", "tsens_eeprom_physical"; |
| 349 | interrupts = <0 184 0>; |
| 350 | qcom,sensors = <5>; |
| 351 | qcom,slope = <3200 3200 3200 3200 3200>; |
| 352 | }; |
Hariprasad Dhalinarasimha | e9ad1da | 2012-11-14 18:21:56 -0800 | [diff] [blame] | 353 | |
| 354 | qcom,msm-rng@f9bff000 { |
| 355 | compatible = "qcom,msm-rng"; |
| 356 | reg = <0xf9bff000 0x200>; |
| 357 | qcom,msm-rng-iface-clk; |
Venkat Sudhir | 49965c7 | 2012-10-23 14:06:10 -0700 | [diff] [blame] | 358 | }; |
| 359 | |
| 360 | wcd9xxx_intc: wcd9xxx-irq { |
| 361 | compatible = "qcom,wcd9xxx-irq"; |
| 362 | interrupt-controller; |
| 363 | #interrupt-cells = <1>; |
| 364 | interrupt-parent = <&msmgpio>; |
| 365 | interrupts = <20 0>; |
| 366 | interrupt-names = "cdc-int"; |
| 367 | }; |
| 368 | |
| 369 | i2c@f9925000 { |
| 370 | cell-index = <3>; |
| 371 | compatible = "qcom,i2c-qup"; |
| 372 | reg = <0xf9925000 0x1000>; |
| 373 | #address-cells = <1>; |
| 374 | #size-cells = <0>; |
| 375 | reg-names = "qup_phys_addr"; |
| 376 | interrupts = <0 97 0>; |
| 377 | interrupt-names = "qup_err_intr"; |
| 378 | qcom,i2c-bus-freq = <100000>; |
| 379 | qcom,i2c-src-freq = <24000000>; |
| 380 | |
| 381 | wcd9xxx_codec@0d{ |
| 382 | compatible = "qcom,wcd9xxx-i2c"; |
| 383 | reg = <0x0d>; |
| 384 | qcom,cdc-reset-gpio = <&msmgpio 22 0>; |
| 385 | interrupt-parent = <&wcd9xxx_intc>; |
| 386 | interrupts = <0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28>; |
| 387 | cdc-vdd-buck-supply = <&pm8019_l11>; |
| 388 | qcom,cdc-vdd-buck-voltage = <1800000 1800000>; |
| 389 | qcom,cdc-vdd-buck-current = <25000>; |
| 390 | |
| 391 | cdc-vdd-tx-h-supply = <&pm8019_l11>; |
| 392 | qcom,cdc-vdd-tx-h-voltage = <1800000 1800000>; |
| 393 | qcom,cdc-vdd-tx-h-current = <25000>; |
| 394 | |
| 395 | cdc-vdd-rx-h-supply = <&pm8019_l11>; |
| 396 | qcom,cdc-vdd-rx-h-voltage = <1800000 1800000>; |
| 397 | qcom,cdc-vdd-rx-h-current = <25000>; |
| 398 | |
| 399 | cdc-vddpx-1-supply = <&pm8019_l11>; |
| 400 | qcom,cdc-vddpx-1-voltage = <1800000 1800000>; |
| 401 | qcom,cdc-vddpx-1-current = <10000>; |
| 402 | |
| 403 | cdc-vdd-a-1p2v-supply = <&pm8019_l9>; |
| 404 | qcom,cdc-vdd-a-1p2v-voltage = <1200000 1200000>; |
| 405 | qcom,cdc-vdd-a-1p2v-current = <10000>; |
| 406 | |
| 407 | cdc-vddcx-1-supply = <&pm8019_l9>; |
| 408 | qcom,cdc-vddcx-1-voltage = <1200000 1200000>; |
| 409 | qcom,cdc-vddcx-1-current = <10000>; |
| 410 | |
| 411 | cdc-vddcx-2-supply = <&pm8019_l9>; |
| 412 | qcom,cdc-vddcx-2-voltage = <1200000 1200000>; |
| 413 | qcom,cdc-vddcx-2-current = <10000>; |
| 414 | |
| 415 | qcom,cdc-micbias-ldoh-v = <0x3>; |
| 416 | qcom,cdc-micbias-cfilt1-mv = <1800>; |
| 417 | qcom,cdc-micbias-cfilt2-mv = <2700>; |
| 418 | qcom,cdc-micbias-cfilt3-mv = <1800>; |
| 419 | qcom,cdc-micbias1-cfilt-sel = <0x0>; |
| 420 | qcom,cdc-micbias2-cfilt-sel = <0x1>; |
| 421 | qcom,cdc-micbias3-cfilt-sel = <0x2>; |
| 422 | qcom,cdc-micbias4-cfilt-sel = <0x2>; |
Venkat Sudhir | a50a376 | 2012-11-26 12:12:15 -0800 | [diff] [blame] | 423 | qcom,cdc-mclk-clk-rate = <12288000>; |
Venkat Sudhir | 49965c7 | 2012-10-23 14:06:10 -0700 | [diff] [blame] | 424 | }; |
| 425 | |
| 426 | wcd9xxx_codec@77{ |
| 427 | compatible = "qcom,wcd9xxx-i2c"; |
| 428 | reg = <0x77>; |
| 429 | }; |
| 430 | |
| 431 | wcd9xxx_codec@66{ |
| 432 | compatible = "qcom,wcd9xxx-i2c"; |
| 433 | reg = <0x66>; |
| 434 | }; |
| 435 | |
| 436 | wcd9xxx_codec@55{ |
| 437 | compatible = "qcom,wcd9xxx-i2c"; |
| 438 | reg = <0x55>; |
| 439 | }; |
| 440 | }; |
| 441 | |
| 442 | sound { |
| 443 | compatible = "qcom,mdm9625-audio-taiko"; |
| 444 | qcom,model = "mdm9625-taiko-i2s-snd-card"; |
| 445 | |
| 446 | qcom,audio-routing = |
| 447 | "RX_BIAS", "MCLK", |
| 448 | "LDO_H", "MCLK", |
| 449 | "Ext Spk Bottom Pos", "LINEOUT1", |
| 450 | "Ext Spk Bottom Neg", "LINEOUT3", |
| 451 | "Ext Spk Top Pos", "LINEOUT2", |
| 452 | "Ext Spk Top Neg", "LINEOUT4", |
| 453 | "AMIC1", "MIC BIAS1 External", |
| 454 | "MIC BIAS1 External", "Handset Mic", |
| 455 | "AMIC2", "MIC BIAS2 External", |
| 456 | "MIC BIAS2 External", "Headset Mic", |
| 457 | "AMIC3", "MIC BIAS3 Internal1", |
| 458 | "MIC BIAS3 Internal1", "ANCRight Headset Mic", |
| 459 | "AMIC4", "MIC BIAS1 Internal2", |
| 460 | "MIC BIAS1 Internal2", "ANCLeft Headset Mic", |
| 461 | "DMIC1", "MIC BIAS1 External", |
| 462 | "MIC BIAS1 External", "Digital Mic1", |
| 463 | "DMIC2", "MIC BIAS1 External", |
| 464 | "MIC BIAS1 External", "Digital Mic2", |
| 465 | "DMIC3", "MIC BIAS3 External", |
| 466 | "MIC BIAS3 External", "Digital Mic3", |
| 467 | "DMIC4", "MIC BIAS3 External", |
| 468 | "MIC BIAS3 External", "Digital Mic4", |
| 469 | "DMIC5", "MIC BIAS4 External", |
| 470 | "MIC BIAS4 External", "Digital Mic5", |
| 471 | "DMIC6", "MIC BIAS4 External", |
| 472 | "MIC BIAS4 External", "Digital Mic6"; |
| 473 | qcom,taiko-mclk-clk-freq = <12288000>; |
Venkat Sudhir | 459d6f5 | 2012-12-04 12:00:13 -0800 | [diff] [blame] | 474 | prim-i2s-gpio-ws = <&msmgpio 12 0>; |
| 475 | prim-i2s-gpio-din = <&msmgpio 13 0>; |
| 476 | prim-i2s-gpio-dout = <&msmgpio 14 0>; |
| 477 | prim-i2s-gpio-sclk = <&msmgpio 15 0>; |
| 478 | prim-i2s-gpio-mclk = <&msmgpio 71 0>; |
Venkat Sudhir | 49965c7 | 2012-10-23 14:06:10 -0700 | [diff] [blame] | 479 | }; |
| 480 | |
| 481 | qcom,msm-adsp-loader { |
| 482 | compatible = "qcom,adsp-loader"; |
Venkat Sudhir | 480db8a | 2012-11-09 15:31:50 -0800 | [diff] [blame] | 483 | qcom,adsp-state = <2>; |
Venkat Sudhir | 49965c7 | 2012-10-23 14:06:10 -0700 | [diff] [blame] | 484 | }; |
| 485 | |
| 486 | qcom,msm-pcm { |
| 487 | compatible = "qcom,msm-pcm-dsp"; |
| 488 | }; |
| 489 | |
| 490 | qcom,msm-pcm-routing { |
| 491 | compatible = "qcom,msm-pcm-routing"; |
| 492 | }; |
| 493 | |
| 494 | qcom,msm-compr-dsp { |
| 495 | compatible = "qcom,msm-compr-dsp"; |
| 496 | }; |
| 497 | |
| 498 | qcom,msm-voip-dsp { |
| 499 | compatible = "qcom,msm-voip-dsp"; |
| 500 | }; |
| 501 | |
| 502 | qcom,msm-pcm-voice { |
| 503 | compatible = "qcom,msm-pcm-voice"; |
| 504 | }; |
| 505 | |
| 506 | qcom,msm-dai-fe { |
| 507 | compatible = "qcom,msm-dai-fe"; |
| 508 | }; |
| 509 | |
| 510 | qcom,msm-pcm-afe { |
| 511 | compatible = "qcom,msm-pcm-afe"; |
| 512 | }; |
| 513 | |
| 514 | qcom,msm-pcm-hostless { |
| 515 | compatible = "qcom,msm-pcm-hostless"; |
| 516 | }; |
| 517 | |
| 518 | qcom,msm-dai-mi2s { |
| 519 | compatible = "qcom,msm-dai-mi2s"; |
| 520 | qcom,msm-dai-q6-mi2s-prim { |
| 521 | compatible = "qcom,msm-dai-q6-mi2s"; |
| 522 | qcom,msm-dai-q6-mi2s-dev-id = <0>; |
| 523 | qcom,msm-mi2s-rx-lines = <2>; |
| 524 | qcom,msm-mi2s-tx-lines = <1>; |
| 525 | }; |
| 526 | }; |
| 527 | |
| 528 | qcom,msm-dai-q6 { |
| 529 | compatible = "qcom,msm-dai-q6"; |
| 530 | }; |
Vikram Mulukutla | 7f4ed0d | 2012-11-05 15:26:51 -0800 | [diff] [blame] | 531 | |
| 532 | qcom,mss { |
| 533 | compatible = "qcom,pil-q6v5-mss"; |
| 534 | interrupts = <0 24 1>; |
| 535 | }; |
Jeff Hugo | 27a6cf0 | 2012-11-29 15:46:50 -0700 | [diff] [blame] | 536 | |
| 537 | qcom,smem@fa00000 { |
| 538 | compatible = "qcom,smem"; |
| 539 | reg = <0xfa00000 0x200000>, |
| 540 | <0xfa006000 0x1000>, |
| 541 | <0xfc428000 0x4000>; |
| 542 | reg-names = "smem", "irq-reg-base", "aux-mem1"; |
| 543 | |
| 544 | qcom,smd-modem { |
| 545 | compatible = "qcom,smd"; |
| 546 | qcom,smd-edge = <0>; |
| 547 | qcom,smd-irq-offset = <0x8>; |
| 548 | qcom,smd-irq-bitmask = <0x1000>; |
| 549 | qcom,pil-string = "modem"; |
| 550 | interrupts = <0 25 1>; |
| 551 | }; |
| 552 | |
| 553 | qcom,smsm-modem { |
| 554 | compatible = "qcom,smsm"; |
| 555 | qcom,smsm-edge = <0>; |
| 556 | qcom,smsm-irq-offset = <0x8>; |
| 557 | qcom,smsm-irq-bitmask = <0x2000>; |
| 558 | interrupts = <0 26 1>; |
| 559 | }; |
| 560 | |
| 561 | qcom,smd-adsp { |
| 562 | compatible = "qcom,smd"; |
| 563 | qcom,smd-edge = <1>; |
| 564 | qcom,smd-irq-offset = <0x8>; |
| 565 | qcom,smd-irq-bitmask = <0x100>; |
| 566 | qcom,pil-string = "adsp"; |
| 567 | interrupts = <0 156 1>; |
| 568 | }; |
| 569 | |
| 570 | qcom,smsm-adsp { |
| 571 | compatible = "qcom,smsm"; |
| 572 | qcom,smsm-edge = <1>; |
| 573 | qcom,smsm-irq-offset = <0x8>; |
| 574 | qcom,smsm-irq-bitmask = <0x200>; |
| 575 | interrupts = <0 157 1>; |
| 576 | }; |
| 577 | |
| 578 | qcom,smd-rpm { |
| 579 | compatible = "qcom,smd"; |
| 580 | qcom,smd-edge = <15>; |
| 581 | qcom,smd-irq-offset = <0x8>; |
| 582 | qcom,smd-irq-bitmask = <0x1>; |
| 583 | interrupts = <0 168 1>; |
| 584 | qcom,irq-no-suspend; |
| 585 | }; |
| 586 | }; |
Hariprasad Dhalinarasimha | f4a5b0c | 2012-11-21 17:49:19 -0800 | [diff] [blame] | 587 | |
| 588 | qcom,qcedev@fd400000 { |
| 589 | compatible = "qcom,qcedev"; |
| 590 | reg = <0xfd400000 0x20000>, |
| 591 | <0xfd404000 0x8000>; |
| 592 | reg-names = "crypto-base","crypto-bam-base"; |
| 593 | interrupts = <0 207 0>; |
| 594 | qcom,bam-pipe-pair = <1>; |
| 595 | }; |
| 596 | |
| 597 | qcom,qcrypto@fd440000 { |
| 598 | compatible = "qcom,qcrypto"; |
| 599 | reg = <0xfd400000 0x20000>, |
| 600 | <0xfd404000 0x8000>; |
| 601 | reg-names = "crypto-base","crypto-bam-base"; |
| 602 | interrupts = <0 207 0>; |
| 603 | qcom,bam-pipe-pair = <2>; |
| 604 | }; |
| 605 | |
Pushkar Joshi | 7021081 | 2012-12-15 19:01:39 -0800 | [diff] [blame] | 606 | jtag_mm: jtagmm@fc332000 { |
| 607 | compatible = "qcom,jtag-mm"; |
| 608 | reg = <0xfc332000 0x1000>, |
| 609 | <0xfc330000 0x1000>; |
| 610 | reg-names = "etm-base","debug-base"; |
| 611 | }; |
Pushkar Joshi | 30306d3 | 2013-01-16 17:00:26 -0800 | [diff] [blame] | 612 | |
| 613 | qcom,msm-rtb { |
| 614 | compatible = "qcom,msm-rtb"; |
| 615 | qcom,memory-reservation-type = "EBI1"; |
| 616 | qcom,memory-reservation-size = <0x1000>; /* 4K EBI1 buffer */ |
| 617 | }; |
Rohit Vaswani | 3fc6034 | 2012-04-23 18:55:15 -0700 | [diff] [blame] | 618 | }; |
David Collins | a2b73f2 | 2012-09-13 17:32:16 -0700 | [diff] [blame] | 619 | |
David Collins | 722a651 | 2012-09-14 11:09:18 -0700 | [diff] [blame] | 620 | /include/ "msm-pm8019-rpm-regulator.dtsi" |
David Collins | a2b73f2 | 2012-09-13 17:32:16 -0700 | [diff] [blame] | 621 | /include/ "msm-pm8019.dtsi" |
David Collins | 56b4112 | 2012-09-24 17:09:23 -0700 | [diff] [blame] | 622 | /include/ "msm9625-regulator.dtsi" |
Siddartha Mohanadoss | c47fcce | 2012-09-25 17:21:50 -0700 | [diff] [blame] | 623 | |
| 624 | &pm8019_vadc { |
Siddartha Mohanadoss | 96be0a0 | 2012-12-07 14:38:48 -0800 | [diff] [blame] | 625 | chan@31 { |
Siddartha Mohanadoss | c47fcce | 2012-09-25 17:21:50 -0700 | [diff] [blame] | 626 | label = "batt_id_therm"; |
Siddartha Mohanadoss | 96be0a0 | 2012-12-07 14:38:48 -0800 | [diff] [blame] | 627 | reg = <0x31>; |
Siddartha Mohanadoss | c47fcce | 2012-09-25 17:21:50 -0700 | [diff] [blame] | 628 | qcom,decimation = <0>; |
| 629 | qcom,pre-div-channel-scaling = <0>; |
| 630 | qcom,calibration-type = "ratiometric"; |
| 631 | qcom,scale-function = <0>; |
| 632 | qcom,hw-settle-time = <0>; |
| 633 | qcom,fast-avg-setup = <0>; |
| 634 | }; |
| 635 | |
Siddartha Mohanadoss | 96be0a0 | 2012-12-07 14:38:48 -0800 | [diff] [blame] | 636 | chan@33 { |
Siddartha Mohanadoss | c47fcce | 2012-09-25 17:21:50 -0700 | [diff] [blame] | 637 | label = "pa_therm1"; |
Siddartha Mohanadoss | 96be0a0 | 2012-12-07 14:38:48 -0800 | [diff] [blame] | 638 | reg = <0x33>; |
Siddartha Mohanadoss | c47fcce | 2012-09-25 17:21:50 -0700 | [diff] [blame] | 639 | qcom,decimation = <0>; |
| 640 | qcom,pre-div-channel-scaling = <0>; |
| 641 | qcom,calibration-type = "ratiometric"; |
| 642 | qcom,scale-function = <2>; |
| 643 | qcom,hw-settle-time = <0>; |
| 644 | qcom,fast-avg-setup = <0>; |
| 645 | }; |
| 646 | |
Siddartha Mohanadoss | 96be0a0 | 2012-12-07 14:38:48 -0800 | [diff] [blame] | 647 | chan@34 { |
Siddartha Mohanadoss | c47fcce | 2012-09-25 17:21:50 -0700 | [diff] [blame] | 648 | label = "pa_therm2"; |
Siddartha Mohanadoss | 96be0a0 | 2012-12-07 14:38:48 -0800 | [diff] [blame] | 649 | reg = <0x34>; |
Siddartha Mohanadoss | c47fcce | 2012-09-25 17:21:50 -0700 | [diff] [blame] | 650 | qcom,decimation = <0>; |
| 651 | qcom,pre-div-channel-scaling = <0>; |
| 652 | qcom,calibration-type = "ratiometric"; |
| 653 | qcom,scale-function = <2>; |
| 654 | qcom,hw-settle-time = <0>; |
| 655 | qcom,fast-avg-setup = <0>; |
| 656 | }; |
| 657 | |
Siddartha Mohanadoss | 96be0a0 | 2012-12-07 14:38:48 -0800 | [diff] [blame] | 658 | chan@32 { |
Siddartha Mohanadoss | c47fcce | 2012-09-25 17:21:50 -0700 | [diff] [blame] | 659 | label = "xo_therm"; |
Siddartha Mohanadoss | 96be0a0 | 2012-12-07 14:38:48 -0800 | [diff] [blame] | 660 | reg = <0x32>; |
Siddartha Mohanadoss | c47fcce | 2012-09-25 17:21:50 -0700 | [diff] [blame] | 661 | qcom,decimation = <0>; |
| 662 | qcom,pre-div-channel-scaling = <0>; |
| 663 | qcom,calibration-type = "ratiometric"; |
| 664 | qcom,scale-function = <4>; |
| 665 | qcom,hw-settle-time = <0>; |
| 666 | qcom,fast-avg-setup = <0>; |
| 667 | }; |
| 668 | |
Siddartha Mohanadoss | 96be0a0 | 2012-12-07 14:38:48 -0800 | [diff] [blame] | 669 | chan@3c { |
Siddartha Mohanadoss | c47fcce | 2012-09-25 17:21:50 -0700 | [diff] [blame] | 670 | label = "xo_therm_amux"; |
Siddartha Mohanadoss | 96be0a0 | 2012-12-07 14:38:48 -0800 | [diff] [blame] | 671 | reg = <0x3c>; |
Siddartha Mohanadoss | c47fcce | 2012-09-25 17:21:50 -0700 | [diff] [blame] | 672 | qcom,decimation = <0>; |
| 673 | qcom,pre-div-channel-scaling = <0>; |
| 674 | qcom,calibration-type = "ratiometric"; |
| 675 | qcom,scale-function = <4>; |
| 676 | qcom,hw-settle-time = <0>; |
| 677 | qcom,fast-avg-setup = <0>; |
| 678 | }; |
| 679 | }; |