blob: 111d062dc8ccfd2a973419bef75b70ab687320ad [file] [log] [blame]
Arnd Bergmann5d0769f2012-03-02 23:07:21 +00001/*
2 * Copyright 2012 Linaro Ltd
3 *
4 * The code contained herein is licensed under the GNU General Public
5 * License. You may obtain a copy of the GNU General Public License
6 * Version 2 or later at the following locations:
7 *
8 * http://www.opensource.org/licenses/gpl-license.html
9 * http://www.gnu.org/copyleft/gpl.html
10 */
11
Linus Walleij90c40252013-05-29 19:15:39 +020012#include <dt-bindings/interrupt-controller/irq.h>
Gabriel Fernandez807e8832013-05-27 15:30:53 +020013#include "skeleton.dtsi"
Arnd Bergmann5d0769f2012-03-02 23:07:21 +000014
15/ {
Gabriel Fernandezb1ba1432013-03-01 14:38:07 +010016 soc {
Arnd Bergmann5d0769f2012-03-02 23:07:21 +000017 #address-cells = <1>;
18 #size-cells = <1>;
Lee Jones7e0ce272012-03-15 16:46:17 +000019 compatible = "stericsson,db8500";
Lee Jonesdab64872012-03-07 17:22:30 +000020 interrupt-parent = <&intc>;
Arnd Bergmann5d0769f2012-03-02 23:07:21 +000021 ranges;
Lee Jones7e0ce272012-03-15 16:46:17 +000022
Lee Jonesdab64872012-03-07 17:22:30 +000023 intc: interrupt-controller@a0411000 {
24 compatible = "arm,cortex-a9-gic";
25 #interrupt-cells = <3>;
26 #address-cells = <1>;
27 interrupt-controller;
Lee Jonesdab64872012-03-07 17:22:30 +000028 reg = <0xa0411000 0x1000>,
29 <0xa0410100 0x100>;
30 };
31
Lee Jonesf1949ea2012-03-08 09:02:02 +000032 L2: l2-cache {
33 compatible = "arm,pl310-cache";
34 reg = <0xa0412000 0x1000>;
Linus Walleij90c40252013-05-29 19:15:39 +020035 interrupts = <0 13 IRQ_TYPE_LEVEL_HIGH>;
Lee Jonesf1949ea2012-03-08 09:02:02 +000036 cache-unified;
37 cache-level = <2>;
38 };
39
Lee Jones7e0ce272012-03-15 16:46:17 +000040 pmu {
41 compatible = "arm,cortex-a9-pmu";
Linus Walleij90c40252013-05-29 19:15:39 +020042 interrupts = <0 7 IRQ_TYPE_LEVEL_HIGH>;
Lee Jones7e0ce272012-03-15 16:46:17 +000043 };
44
Lee Jones71de5c42012-03-16 09:53:24 +000045 timer@a0410600 {
46 compatible = "arm,cortex-a9-twd-timer";
47 reg = <0xa0410600 0x20>;
Linus Walleij90c40252013-05-29 19:15:39 +020048 interrupts = <1 13 0x304>; /* IRQ level high per-CPU */
Lee Jones71de5c42012-03-16 09:53:24 +000049 };
50
Lee Jones7e0ce272012-03-15 16:46:17 +000051 rtc@80154000 {
Lee Jonesddb3b992012-05-26 07:01:31 +010052 compatible = "arm,rtc-pl031", "arm,primecell";
Lee Jones7e0ce272012-03-15 16:46:17 +000053 reg = <0x80154000 0x1000>;
Linus Walleij90c40252013-05-29 19:15:39 +020054 interrupts = <0 18 IRQ_TYPE_LEVEL_HIGH>;
Lee Jones7e0ce272012-03-15 16:46:17 +000055 };
56
57 gpio0: gpio@8012e000 {
58 compatible = "stericsson,db8500-gpio",
Lee Jonesfd9a80b2012-04-13 15:05:03 +010059 "st,nomadik-gpio";
Lee Jones7e0ce272012-03-15 16:46:17 +000060 reg = <0x8012e000 0x80>;
Linus Walleij90c40252013-05-29 19:15:39 +020061 interrupts = <0 119 IRQ_TYPE_LEVEL_HIGH>;
Lee Jones93b56982012-05-29 14:17:36 +080062 interrupt-controller;
63 #interrupt-cells = <2>;
Lee Jones61be4982012-06-14 11:16:03 +010064 st,supports-sleepmode;
Lee Jones7e0ce272012-03-15 16:46:17 +000065 gpio-controller;
Lee Jonesc0b133b2012-04-13 15:05:05 +010066 #gpio-cells = <2>;
67 gpio-bank = <0>;
Lee Jones7e0ce272012-03-15 16:46:17 +000068 };
69
70 gpio1: gpio@8012e080 {
71 compatible = "stericsson,db8500-gpio",
Lee Jonesfd9a80b2012-04-13 15:05:03 +010072 "st,nomadik-gpio";
Lee Jones7e0ce272012-03-15 16:46:17 +000073 reg = <0x8012e080 0x80>;
Linus Walleij90c40252013-05-29 19:15:39 +020074 interrupts = <0 120 IRQ_TYPE_LEVEL_HIGH>;
Lee Jones93b56982012-05-29 14:17:36 +080075 interrupt-controller;
76 #interrupt-cells = <2>;
Lee Jones61be4982012-06-14 11:16:03 +010077 st,supports-sleepmode;
Lee Jones7e0ce272012-03-15 16:46:17 +000078 gpio-controller;
Lee Jonesc0b133b2012-04-13 15:05:05 +010079 #gpio-cells = <2>;
80 gpio-bank = <1>;
Lee Jones7e0ce272012-03-15 16:46:17 +000081 };
82
83 gpio2: gpio@8000e000 {
84 compatible = "stericsson,db8500-gpio",
Lee Jonesfd9a80b2012-04-13 15:05:03 +010085 "st,nomadik-gpio";
Lee Jones7e0ce272012-03-15 16:46:17 +000086 reg = <0x8000e000 0x80>;
Linus Walleij90c40252013-05-29 19:15:39 +020087 interrupts = <0 121 IRQ_TYPE_LEVEL_HIGH>;
Lee Jones93b56982012-05-29 14:17:36 +080088 interrupt-controller;
89 #interrupt-cells = <2>;
Lee Jones61be4982012-06-14 11:16:03 +010090 st,supports-sleepmode;
Lee Jones7e0ce272012-03-15 16:46:17 +000091 gpio-controller;
Lee Jonesc0b133b2012-04-13 15:05:05 +010092 #gpio-cells = <2>;
93 gpio-bank = <2>;
Lee Jones7e0ce272012-03-15 16:46:17 +000094 };
95
96 gpio3: gpio@8000e080 {
97 compatible = "stericsson,db8500-gpio",
Lee Jonesfd9a80b2012-04-13 15:05:03 +010098 "st,nomadik-gpio";
Lee Jones7e0ce272012-03-15 16:46:17 +000099 reg = <0x8000e080 0x80>;
Linus Walleij90c40252013-05-29 19:15:39 +0200100 interrupts = <0 122 IRQ_TYPE_LEVEL_HIGH>;
Lee Jones93b56982012-05-29 14:17:36 +0800101 interrupt-controller;
102 #interrupt-cells = <2>;
Lee Jones61be4982012-06-14 11:16:03 +0100103 st,supports-sleepmode;
Lee Jones7e0ce272012-03-15 16:46:17 +0000104 gpio-controller;
Lee Jonesc0b133b2012-04-13 15:05:05 +0100105 #gpio-cells = <2>;
106 gpio-bank = <3>;
Lee Jones7e0ce272012-03-15 16:46:17 +0000107 };
108
109 gpio4: gpio@8000e100 {
110 compatible = "stericsson,db8500-gpio",
Lee Jonesfd9a80b2012-04-13 15:05:03 +0100111 "st,nomadik-gpio";
Lee Jones7e0ce272012-03-15 16:46:17 +0000112 reg = <0x8000e100 0x80>;
Linus Walleij90c40252013-05-29 19:15:39 +0200113 interrupts = <0 123 IRQ_TYPE_LEVEL_HIGH>;
Lee Jones93b56982012-05-29 14:17:36 +0800114 interrupt-controller;
115 #interrupt-cells = <2>;
Lee Jones61be4982012-06-14 11:16:03 +0100116 st,supports-sleepmode;
Lee Jones7e0ce272012-03-15 16:46:17 +0000117 gpio-controller;
Lee Jonesc0b133b2012-04-13 15:05:05 +0100118 #gpio-cells = <2>;
119 gpio-bank = <4>;
Lee Jones7e0ce272012-03-15 16:46:17 +0000120 };
121
122 gpio5: gpio@8000e180 {
123 compatible = "stericsson,db8500-gpio",
Lee Jonesfd9a80b2012-04-13 15:05:03 +0100124 "st,nomadik-gpio";
Lee Jones7e0ce272012-03-15 16:46:17 +0000125 reg = <0x8000e180 0x80>;
Linus Walleij90c40252013-05-29 19:15:39 +0200126 interrupts = <0 124 IRQ_TYPE_LEVEL_HIGH>;
Lee Jones93b56982012-05-29 14:17:36 +0800127 interrupt-controller;
128 #interrupt-cells = <2>;
Lee Jones61be4982012-06-14 11:16:03 +0100129 st,supports-sleepmode;
Lee Jones7e0ce272012-03-15 16:46:17 +0000130 gpio-controller;
Lee Jonesc0b133b2012-04-13 15:05:05 +0100131 #gpio-cells = <2>;
132 gpio-bank = <5>;
Lee Jones7e0ce272012-03-15 16:46:17 +0000133 };
134
135 gpio6: gpio@8011e000 {
136 compatible = "stericsson,db8500-gpio",
Lee Jonesfd9a80b2012-04-13 15:05:03 +0100137 "st,nomadik-gpio";
Lee Jones7e0ce272012-03-15 16:46:17 +0000138 reg = <0x8011e000 0x80>;
Linus Walleij90c40252013-05-29 19:15:39 +0200139 interrupts = <0 125 IRQ_TYPE_LEVEL_HIGH>;
Lee Jones93b56982012-05-29 14:17:36 +0800140 interrupt-controller;
141 #interrupt-cells = <2>;
Lee Jones61be4982012-06-14 11:16:03 +0100142 st,supports-sleepmode;
Lee Jones7e0ce272012-03-15 16:46:17 +0000143 gpio-controller;
Lee Jonesc0b133b2012-04-13 15:05:05 +0100144 #gpio-cells = <2>;
145 gpio-bank = <6>;
Lee Jones7e0ce272012-03-15 16:46:17 +0000146 };
147
148 gpio7: gpio@8011e080 {
149 compatible = "stericsson,db8500-gpio",
Lee Jonesfd9a80b2012-04-13 15:05:03 +0100150 "st,nomadik-gpio";
Lee Jones7e0ce272012-03-15 16:46:17 +0000151 reg = <0x8011e080 0x80>;
Linus Walleij90c40252013-05-29 19:15:39 +0200152 interrupts = <0 126 IRQ_TYPE_LEVEL_HIGH>;
Lee Jones93b56982012-05-29 14:17:36 +0800153 interrupt-controller;
154 #interrupt-cells = <2>;
Lee Jones61be4982012-06-14 11:16:03 +0100155 st,supports-sleepmode;
Lee Jones7e0ce272012-03-15 16:46:17 +0000156 gpio-controller;
Lee Jonesc0b133b2012-04-13 15:05:05 +0100157 #gpio-cells = <2>;
158 gpio-bank = <7>;
Lee Jones7e0ce272012-03-15 16:46:17 +0000159 };
160
161 gpio8: gpio@a03fe000 {
162 compatible = "stericsson,db8500-gpio",
Lee Jonesfd9a80b2012-04-13 15:05:03 +0100163 "st,nomadik-gpio";
Lee Jones7e0ce272012-03-15 16:46:17 +0000164 reg = <0xa03fe000 0x80>;
Linus Walleij90c40252013-05-29 19:15:39 +0200165 interrupts = <0 127 IRQ_TYPE_LEVEL_HIGH>;
Lee Jones93b56982012-05-29 14:17:36 +0800166 interrupt-controller;
167 #interrupt-cells = <2>;
Lee Jones61be4982012-06-14 11:16:03 +0100168 st,supports-sleepmode;
Lee Jones7e0ce272012-03-15 16:46:17 +0000169 gpio-controller;
Lee Jonesc0b133b2012-04-13 15:05:05 +0100170 #gpio-cells = <2>;
171 gpio-bank = <8>;
Lee Jones7e0ce272012-03-15 16:46:17 +0000172 };
173
Lee Jones8979cfe2013-01-11 15:45:28 +0000174 pinctrl {
Lee Jones818d99a2013-05-22 15:22:55 +0100175 compatible = "stericsson,db8500-pinctrl";
Lee Jones8979cfe2013-01-11 15:45:28 +0000176 prcm = <&prcmu>;
Lee Jones5910de92012-05-26 06:25:36 +0100177 };
178
Lee Jonesb32dc862013-05-03 15:31:51 +0100179 usb_per5@a03e0000 {
Sebastian Andrzej Siewior4a6cd432013-08-20 18:40:27 +0200180 compatible = "stericsson,db8500-musb";
Lee Jones7e0ce272012-03-15 16:46:17 +0000181 reg = <0xa03e0000 0x10000>;
Linus Walleij90c40252013-05-29 19:15:39 +0200182 interrupts = <0 23 IRQ_TYPE_LEVEL_HIGH>;
Lee Jonesb32dc862013-05-03 15:31:51 +0100183 interrupt-names = "mc";
184
185 dr_mode = "otg";
186
187 dmas = <&dma 38 0 0x2>, /* Logical - DevToMem */
188 <&dma 38 0 0x0>, /* Logical - MemToDev */
189 <&dma 37 0 0x2>, /* Logical - DevToMem */
190 <&dma 37 0 0x0>, /* Logical - MemToDev */
191 <&dma 36 0 0x2>, /* Logical - DevToMem */
192 <&dma 36 0 0x0>, /* Logical - MemToDev */
193 <&dma 19 0 0x2>, /* Logical - DevToMem */
194 <&dma 19 0 0x0>, /* Logical - MemToDev */
195 <&dma 18 0 0x2>, /* Logical - DevToMem */
196 <&dma 18 0 0x0>, /* Logical - MemToDev */
197 <&dma 17 0 0x2>, /* Logical - DevToMem */
198 <&dma 17 0 0x0>, /* Logical - MemToDev */
199 <&dma 16 0 0x2>, /* Logical - DevToMem */
200 <&dma 16 0 0x0>, /* Logical - MemToDev */
201 <&dma 39 0 0x2>, /* Logical - DevToMem */
202 <&dma 39 0 0x0>; /* Logical - MemToDev */
203
204 dma-names = "iep_1_9", "oep_1_9",
205 "iep_2_10", "oep_2_10",
206 "iep_3_11", "oep_3_11",
207 "iep_4_12", "oep_4_12",
208 "iep_5_13", "oep_5_13",
209 "iep_6_14", "oep_6_14",
210 "iep_7_15", "oep_7_15",
211 "iep_8", "oep_8";
Lee Jones7e0ce272012-03-15 16:46:17 +0000212 };
213
Lee Jonesba074ae2013-05-03 15:31:48 +0100214 dma: dma-controller@801C0000 {
215 compatible = "stericsson,db8500-dma40", "stericsson,dma40";
Lee Jones7e0ce272012-03-15 16:46:17 +0000216 reg = <0x801C0000 0x1000 0x40010000 0x800>;
Lee Jones70d39a82013-05-03 15:31:47 +0100217 reg-names = "base", "lcpa";
Linus Walleij90c40252013-05-29 19:15:39 +0200218 interrupts = <0 25 IRQ_TYPE_LEVEL_HIGH>;
Lee Jonesba074ae2013-05-03 15:31:48 +0100219
220 #dma-cells = <3>;
Lee Jonesd37fcdb2013-05-03 15:31:52 +0100221 memcpy-channels = <56 57 58 59 60>;
Lee Jones7e0ce272012-03-15 16:46:17 +0000222 };
223
Lee Jones8979cfe2013-01-11 15:45:28 +0000224 prcmu: prcmu@80157000 {
Lee Jones7e0ce272012-03-15 16:46:17 +0000225 compatible = "stericsson,db8500-prcmu";
Linus Torvalds4d26aa32013-05-02 08:56:55 -0700226 reg = <0x80157000 0x2000>, <0x801b0000 0x8000>, <0x801b8000 0x1000>;
Lee Jonese73081d2013-03-26 10:26:15 +0000227 reg-names = "prcmu", "prcmu-tcpm", "prcmu-tcdm";
Linus Walleij90c40252013-05-29 19:15:39 +0200228 interrupts = <0 47 IRQ_TYPE_LEVEL_HIGH>;
Lee Jones7e0ce272012-03-15 16:46:17 +0000229 #address-cells = <1>;
Lee Jones3de3d742012-04-24 10:00:15 +0100230 #size-cells = <1>;
Lee Jonesc09090b2012-08-03 15:42:25 +0100231 interrupt-controller;
232 #interrupt-cells = <2>;
Lee Jones3de3d742012-04-24 10:00:15 +0100233 ranges;
234
Lee Jonesccf74f72012-05-28 16:50:49 +0800235 prcmu-timer-4@80157450 {
Lee Jones3de3d742012-04-24 10:00:15 +0100236 compatible = "stericsson,db8500-prcmu-timer-4";
237 reg = <0x80157450 0xC>;
238 };
Lee Jones7e0ce272012-03-15 16:46:17 +0000239
hongbo.zhangdc1956b2012-11-15 18:56:43 +0800240 thermal@801573c0 {
241 compatible = "stericsson,db8500-thermal";
242 reg = <0x801573c0 0x40>;
Linus Walleij90c40252013-05-29 19:15:39 +0200243 interrupts = <21 IRQ_TYPE_LEVEL_HIGH>,
244 <22 IRQ_TYPE_LEVEL_HIGH>;
hongbo.zhangdc1956b2012-11-15 18:56:43 +0800245 interrupt-names = "IRQ_HOTMON_LOW", "IRQ_HOTMON_HIGH";
246 status = "disabled";
Lee Jones1d3f99f2013-06-06 12:21:15 +0100247 };
hongbo.zhangdc1956b2012-11-15 18:56:43 +0800248
Lee Jonese5999f22012-05-04 13:32:34 +0100249 db8500-prcmu-regulators {
250 compatible = "stericsson,db8500-prcmu-regulator";
251
252 // DB8500_REGULATOR_VAPE
253 db8500_vape_reg: db8500_vape {
Laxman Dewanganda268482012-06-20 17:53:05 +0530254 regulator-compatible = "db8500_vape";
Lee Jonese5999f22012-05-04 13:32:34 +0100255 regulator-always-on;
256 };
257
258 // DB8500_REGULATOR_VARM
259 db8500_varm_reg: db8500_varm {
Laxman Dewanganda268482012-06-20 17:53:05 +0530260 regulator-compatible = "db8500_varm";
Lee Jonese5999f22012-05-04 13:32:34 +0100261 };
262
263 // DB8500_REGULATOR_VMODEM
264 db8500_vmodem_reg: db8500_vmodem {
Laxman Dewanganda268482012-06-20 17:53:05 +0530265 regulator-compatible = "db8500_vmodem";
Lee Jonese5999f22012-05-04 13:32:34 +0100266 };
267
268 // DB8500_REGULATOR_VPLL
269 db8500_vpll_reg: db8500_vpll {
Laxman Dewanganda268482012-06-20 17:53:05 +0530270 regulator-compatible = "db8500_vpll";
Lee Jonese5999f22012-05-04 13:32:34 +0100271 };
272
273 // DB8500_REGULATOR_VSMPS1
274 db8500_vsmps1_reg: db8500_vsmps1 {
Laxman Dewanganda268482012-06-20 17:53:05 +0530275 regulator-compatible = "db8500_vsmps1";
Lee Jonese5999f22012-05-04 13:32:34 +0100276 };
277
278 // DB8500_REGULATOR_VSMPS2
279 db8500_vsmps2_reg: db8500_vsmps2 {
Laxman Dewanganda268482012-06-20 17:53:05 +0530280 regulator-compatible = "db8500_vsmps2";
Lee Jonese5999f22012-05-04 13:32:34 +0100281 };
282
283 // DB8500_REGULATOR_VSMPS3
284 db8500_vsmps3_reg: db8500_vsmps3 {
Laxman Dewanganda268482012-06-20 17:53:05 +0530285 regulator-compatible = "db8500_vsmps3";
Lee Jonese5999f22012-05-04 13:32:34 +0100286 };
287
288 // DB8500_REGULATOR_VRF1
289 db8500_vrf1_reg: db8500_vrf1 {
Laxman Dewanganda268482012-06-20 17:53:05 +0530290 regulator-compatible = "db8500_vrf1";
Lee Jonese5999f22012-05-04 13:32:34 +0100291 };
292
293 // DB8500_REGULATOR_SWITCH_SVAMMDSP
294 db8500_sva_mmdsp_reg: db8500_sva_mmdsp {
Laxman Dewanganda268482012-06-20 17:53:05 +0530295 regulator-compatible = "db8500_sva_mmdsp";
Lee Jonese5999f22012-05-04 13:32:34 +0100296 };
297
298 // DB8500_REGULATOR_SWITCH_SVAMMDSPRET
299 db8500_sva_mmdsp_ret_reg: db8500_sva_mmdsp_ret {
Laxman Dewanganda268482012-06-20 17:53:05 +0530300 regulator-compatible = "db8500_sva_mmdsp_ret";
Lee Jonese5999f22012-05-04 13:32:34 +0100301 };
302
303 // DB8500_REGULATOR_SWITCH_SVAPIPE
304 db8500_sva_pipe_reg: db8500_sva_pipe {
Laxman Dewanganda268482012-06-20 17:53:05 +0530305 regulator-compatible = "db8500_sva_pipe";
Lee Jonese5999f22012-05-04 13:32:34 +0100306 };
307
308 // DB8500_REGULATOR_SWITCH_SIAMMDSP
309 db8500_sia_mmdsp_reg: db8500_sia_mmdsp {
Laxman Dewanganda268482012-06-20 17:53:05 +0530310 regulator-compatible = "db8500_sia_mmdsp";
Lee Jonese5999f22012-05-04 13:32:34 +0100311 };
312
313 // DB8500_REGULATOR_SWITCH_SIAMMDSPRET
314 db8500_sia_mmdsp_ret_reg: db8500_sia_mmdsp_ret {
Lee Jonese5999f22012-05-04 13:32:34 +0100315 };
316
317 // DB8500_REGULATOR_SWITCH_SIAPIPE
318 db8500_sia_pipe_reg: db8500_sia_pipe {
Laxman Dewanganda268482012-06-20 17:53:05 +0530319 regulator-compatible = "db8500_sia_pipe";
Lee Jonese5999f22012-05-04 13:32:34 +0100320 };
321
322 // DB8500_REGULATOR_SWITCH_SGA
323 db8500_sga_reg: db8500_sga {
Laxman Dewanganda268482012-06-20 17:53:05 +0530324 regulator-compatible = "db8500_sga";
Lee Jonese5999f22012-05-04 13:32:34 +0100325 vin-supply = <&db8500_vape_reg>;
326 };
327
328 // DB8500_REGULATOR_SWITCH_B2R2_MCDE
329 db8500_b2r2_mcde_reg: db8500_b2r2_mcde {
Laxman Dewanganda268482012-06-20 17:53:05 +0530330 regulator-compatible = "db8500_b2r2_mcde";
Lee Jonese5999f22012-05-04 13:32:34 +0100331 vin-supply = <&db8500_vape_reg>;
332 };
333
334 // DB8500_REGULATOR_SWITCH_ESRAM12
335 db8500_esram12_reg: db8500_esram12 {
Laxman Dewanganda268482012-06-20 17:53:05 +0530336 regulator-compatible = "db8500_esram12";
Lee Jonese5999f22012-05-04 13:32:34 +0100337 };
338
339 // DB8500_REGULATOR_SWITCH_ESRAM12RET
340 db8500_esram12_ret_reg: db8500_esram12_ret {
Laxman Dewanganda268482012-06-20 17:53:05 +0530341 regulator-compatible = "db8500_esram12_ret";
Lee Jonese5999f22012-05-04 13:32:34 +0100342 };
343
344 // DB8500_REGULATOR_SWITCH_ESRAM34
345 db8500_esram34_reg: db8500_esram34 {
Laxman Dewanganda268482012-06-20 17:53:05 +0530346 regulator-compatible = "db8500_esram34";
Lee Jonese5999f22012-05-04 13:32:34 +0100347 };
348
349 // DB8500_REGULATOR_SWITCH_ESRAM34RET
350 db8500_esram34_ret_reg: db8500_esram34_ret {
Laxman Dewanganda268482012-06-20 17:53:05 +0530351 regulator-compatible = "db8500_esram34_ret";
Lee Jonese5999f22012-05-04 13:32:34 +0100352 };
353 };
354
Arnd Bergmannd52701d32013-03-12 09:39:01 +0100355 ab8500 {
Lee Jones7e0ce272012-03-15 16:46:17 +0000356 compatible = "stericsson,ab8500";
Lee Jones8d4c6d42012-08-03 20:37:35 +0100357 interrupt-parent = <&intc>;
Linus Walleij90c40252013-05-29 19:15:39 +0200358 interrupts = <0 40 IRQ_TYPE_LEVEL_HIGH>;
Lee Jones732973c2012-05-29 10:49:33 +0800359 interrupt-controller;
360 #interrupt-cells = <2>;
Lee Jones4a85c7f2012-05-29 14:29:53 +0800361
Lee Jones348f3bc2013-06-18 09:51:57 +0100362 ab8500_gpio: ab8500-gpio {
363 gpio-controller;
364 #gpio-cells = <2>;
365 };
366
Lee Jonesd4b29ac2012-05-26 07:03:48 +0100367 ab8500-rtc {
368 compatible = "stericsson,ab8500-rtc";
Linus Walleij90c40252013-05-29 19:15:39 +0200369 interrupts = <17 IRQ_TYPE_LEVEL_HIGH
370 18 IRQ_TYPE_LEVEL_HIGH>;
Lee Jonesd4b29ac2012-05-26 07:03:48 +0100371 interrupt-names = "60S", "ALARM";
372 };
373
Lee Jones4eda9122012-05-28 16:59:26 +0800374 ab8500-gpadc {
375 compatible = "stericsson,ab8500-gpadc";
Linus Walleij90c40252013-05-29 19:15:39 +0200376 interrupts = <32 IRQ_TYPE_LEVEL_HIGH
377 39 IRQ_TYPE_LEVEL_HIGH>;
Lee Jones4eda9122012-05-28 16:59:26 +0800378 interrupt-names = "HW_CONV_END", "SW_CONV_END";
379 vddadc-supply = <&ab8500_ldo_tvout_reg>;
380 };
381
Rajanikanth H.Ve0f1abe2012-11-18 18:45:41 -0800382 ab8500_battery: ab8500_battery {
383 stericsson,battery-type = "LIPO";
384 thermistor-on-batctrl;
385 };
386
387 ab8500_fg {
388 compatible = "stericsson,ab8500-fg";
389 battery = <&ab8500_battery>;
390 };
391
Rajanikanth H.Vbd9e8ab2012-11-18 19:16:58 -0800392 ab8500_btemp {
393 compatible = "stericsson,ab8500-btemp";
394 battery = <&ab8500_battery>;
395 };
396
Rajanikanth H.V4aef72d2012-11-18 19:17:47 -0800397 ab8500_charger {
398 compatible = "stericsson,ab8500-charger";
399 battery = <&ab8500_battery>;
400 vddadc-supply = <&ab8500_ldo_tvout_reg>;
401 };
402
Rajanikanth H.Va12810a2012-10-31 15:40:33 +0000403 ab8500_chargalg {
404 compatible = "stericsson,ab8500-chargalg";
405 battery = <&ab8500_battery>;
406 };
407
Rajanikanth H.Ve0f1abe2012-11-18 18:45:41 -0800408 ab8500_usb {
Lee Jonesee189ce2012-05-03 14:40:24 +0100409 compatible = "stericsson,ab8500-usb";
Linus Walleij90c40252013-05-29 19:15:39 +0200410 interrupts = < 90 IRQ_TYPE_LEVEL_HIGH
411 96 IRQ_TYPE_LEVEL_HIGH
412 14 IRQ_TYPE_LEVEL_HIGH
413 15 IRQ_TYPE_LEVEL_HIGH
414 79 IRQ_TYPE_LEVEL_HIGH
415 74 IRQ_TYPE_LEVEL_HIGH
416 75 IRQ_TYPE_LEVEL_HIGH>;
Lee Jonesee189ce2012-05-03 14:40:24 +0100417 interrupt-names = "ID_WAKEUP_R",
418 "ID_WAKEUP_F",
419 "VBUS_DET_F",
420 "VBUS_DET_R",
421 "USB_LINK_STATUS",
422 "USB_ADP_PROBE_PLUG",
423 "USB_ADP_PROBE_UNPLUG";
Fabio Baltieri99b38ee2013-04-09 11:16:56 +0200424 vddulpivio18-supply = <&ab8500_ldo_intcore_reg>;
Lee Jonesee189ce2012-05-03 14:40:24 +0100425 v-ape-supply = <&db8500_vape_reg>;
426 musb_1v8-supply = <&db8500_vsmps2_reg>;
427 };
428
Lee Jones12cb7bd2012-05-02 08:45:40 +0100429 ab8500-ponkey {
Lee Jones74630702012-08-09 13:00:12 +0100430 compatible = "stericsson,ab8500-poweron-key";
Linus Walleij90c40252013-05-29 19:15:39 +0200431 interrupts = <6 IRQ_TYPE_LEVEL_HIGH
432 7 IRQ_TYPE_LEVEL_HIGH>;
Lee Jones12cb7bd2012-05-02 08:45:40 +0100433 interrupt-names = "ONKEY_DBF", "ONKEY_DBR";
434 };
435
Lee Jones401cd1b2012-05-03 12:53:55 +0100436 ab8500-sysctrl {
437 compatible = "stericsson,ab8500-sysctrl";
438 };
439
Lee Jones78451de2012-05-03 13:03:59 +0100440 ab8500-pwm {
441 compatible = "stericsson,ab8500-pwm";
442 };
443
Lee Jones215891e2012-05-01 16:11:19 +0100444 ab8500-debugfs {
445 compatible = "stericsson,ab8500-debug";
446 };
Lee Jones4a85c7f2012-05-29 14:29:53 +0800447
Lee Jones9c06af32012-07-25 12:50:13 +0100448 codec: ab8500-codec {
449 compatible = "stericsson,ab8500-codec";
450
Fabio Baltierif99808a2013-05-30 15:27:43 +0200451 V-AUD-supply = <&ab8500_ldo_audio_reg>;
452 V-AMIC1-supply = <&ab8500_ldo_anamic1_reg>;
453 V-AMIC2-supply = <&ab8500_ldo_anamic2_reg>;
454 V-DMIC-supply = <&ab8500_ldo_dmic_reg>;
455
Lee Jones9c06af32012-07-25 12:50:13 +0100456 stericsson,earpeice-cmv = <950>; /* Units in mV. */
457 };
458
Lee Jones62ebfe62013-06-07 17:11:19 +0100459 ext_regulators: ab8500-ext-regulators {
460 compatible = "stericsson,ab8500-ext-regulator";
461
462 ab8500_ext1_reg: ab8500_ext1 {
463 regulator-compatible = "ab8500_ext1";
464 regulator-min-microvolt = <1800000>;
465 regulator-max-microvolt = <1800000>;
466 regulator-boot-on;
467 regulator-always-on;
468 };
469
470 ab8500_ext2_reg: ab8500_ext2 {
471 regulator-compatible = "ab8500_ext2";
472 regulator-min-microvolt = <1360000>;
473 regulator-max-microvolt = <1360000>;
474 regulator-boot-on;
475 regulator-always-on;
476 };
477
478 ab8500_ext3_reg: ab8500_ext3 {
479 regulator-compatible = "ab8500_ext3";
480 regulator-min-microvolt = <3400000>;
481 regulator-max-microvolt = <3400000>;
482 regulator-boot-on;
483 };
484 };
485
Lee Jones4a85c7f2012-05-29 14:29:53 +0800486 ab8500-regulators {
487 compatible = "stericsson,ab8500-regulator";
Lee Jones75f09992013-06-07 17:11:20 +0100488 vin-supply = <&ab8500_ext3_reg>;
Lee Jones4a85c7f2012-05-29 14:29:53 +0800489
490 // supplies to the display/camera
491 ab8500_ldo_aux1_reg: ab8500_ldo_aux1 {
Laxman Dewanganda268482012-06-20 17:53:05 +0530492 regulator-compatible = "ab8500_ldo_aux1";
Lee Jones4a85c7f2012-05-29 14:29:53 +0800493 regulator-min-microvolt = <2500000>;
494 regulator-max-microvolt = <2900000>;
495 regulator-boot-on;
496 /* BUG: If turned off MMC will be affected. */
497 regulator-always-on;
498 };
499
500 // supplies to the on-board eMMC
501 ab8500_ldo_aux2_reg: ab8500_ldo_aux2 {
Laxman Dewanganda268482012-06-20 17:53:05 +0530502 regulator-compatible = "ab8500_ldo_aux2";
Lee Jones4a85c7f2012-05-29 14:29:53 +0800503 regulator-min-microvolt = <1100000>;
504 regulator-max-microvolt = <3300000>;
505 };
506
507 // supply for VAUX3; SDcard slots
508 ab8500_ldo_aux3_reg: ab8500_ldo_aux3 {
Laxman Dewanganda268482012-06-20 17:53:05 +0530509 regulator-compatible = "ab8500_ldo_aux3";
Lee Jones4a85c7f2012-05-29 14:29:53 +0800510 regulator-min-microvolt = <1100000>;
511 regulator-max-microvolt = <3300000>;
512 };
513
514 // supply for v-intcore12; VINTCORE12 LDO
Fabio Baltieri99b38ee2013-04-09 11:16:56 +0200515 ab8500_ldo_intcore_reg: ab8500_ldo_intcore {
516 regulator-compatible = "ab8500_ldo_intcore";
Lee Jones4a85c7f2012-05-29 14:29:53 +0800517 };
518
519 // supply for tvout; gpadc; TVOUT LDO
520 ab8500_ldo_tvout_reg: ab8500_ldo_tvout {
Laxman Dewanganda268482012-06-20 17:53:05 +0530521 regulator-compatible = "ab8500_ldo_tvout";
Lee Jones4a85c7f2012-05-29 14:29:53 +0800522 };
523
524 // supply for ab8500-usb; USB LDO
525 ab8500_ldo_usb_reg: ab8500_ldo_usb {
Laxman Dewanganda268482012-06-20 17:53:05 +0530526 regulator-compatible = "ab8500_ldo_usb";
Lee Jones4a85c7f2012-05-29 14:29:53 +0800527 };
528
529 // supply for ab8500-vaudio; VAUDIO LDO
530 ab8500_ldo_audio_reg: ab8500_ldo_audio {
Laxman Dewanganda268482012-06-20 17:53:05 +0530531 regulator-compatible = "ab8500_ldo_audio";
Lee Jones4a85c7f2012-05-29 14:29:53 +0800532 };
533
Fabio Baltieri4aa44872013-05-30 15:27:41 +0200534 // supply for v-anamic1 VAMIC1 LDO
Lee Jones4a85c7f2012-05-29 14:29:53 +0800535 ab8500_ldo_anamic1_reg: ab8500_ldo_anamic1 {
Laxman Dewanganda268482012-06-20 17:53:05 +0530536 regulator-compatible = "ab8500_ldo_anamic1";
Lee Jones4a85c7f2012-05-29 14:29:53 +0800537 };
538
539 // supply for v-amic2; VAMIC2 LDO; reuse constants for AMIC1
Fabio Baltieri5510ed92013-05-30 15:27:42 +0200540 ab8500_ldo_anamic2_reg: ab8500_ldo_anamic2 {
541 regulator-compatible = "ab8500_ldo_anamic2";
Lee Jones4a85c7f2012-05-29 14:29:53 +0800542 };
543
544 // supply for v-dmic; VDMIC LDO
545 ab8500_ldo_dmic_reg: ab8500_ldo_dmic {
Laxman Dewanganda268482012-06-20 17:53:05 +0530546 regulator-compatible = "ab8500_ldo_dmic";
Lee Jones4a85c7f2012-05-29 14:29:53 +0800547 };
548
549 // supply for U8500 CSI/DSI; VANA LDO
550 ab8500_ldo_ana_reg: ab8500_ldo_ana {
Laxman Dewanganda268482012-06-20 17:53:05 +0530551 regulator-compatible = "ab8500_ldo_ana";
Lee Jones4a85c7f2012-05-29 14:29:53 +0800552 };
553 };
Lee Jones7e0ce272012-03-15 16:46:17 +0000554 };
555 };
556
557 i2c@80004000 {
Lee Jonesd524fa72012-06-18 09:55:44 +0100558 compatible = "stericsson,db8500-i2c", "st,nomadik-i2c", "arm,primecell";
Lee Jones7e0ce272012-03-15 16:46:17 +0000559 reg = <0x80004000 0x1000>;
Linus Walleij90c40252013-05-29 19:15:39 +0200560 interrupts = <0 21 IRQ_TYPE_LEVEL_HIGH>;
Lee Jones35b33d22012-10-24 11:07:02 +0100561
Lee Jones7e0ce272012-03-15 16:46:17 +0000562 #address-cells = <1>;
563 #size-cells = <0>;
Lee Jonesd524fa72012-06-18 09:55:44 +0100564 v-i2c-supply = <&db8500_vape_reg>;
565
566 clock-frequency = <400000>;
Lee Jones7e0ce272012-03-15 16:46:17 +0000567 };
568
569 i2c@80122000 {
Lee Jonesd524fa72012-06-18 09:55:44 +0100570 compatible = "stericsson,db8500-i2c", "st,nomadik-i2c", "arm,primecell";
Lee Jones7e0ce272012-03-15 16:46:17 +0000571 reg = <0x80122000 0x1000>;
Linus Walleij90c40252013-05-29 19:15:39 +0200572 interrupts = <0 22 IRQ_TYPE_LEVEL_HIGH>;
Lee Jones35b33d22012-10-24 11:07:02 +0100573
Lee Jones7e0ce272012-03-15 16:46:17 +0000574 #address-cells = <1>;
575 #size-cells = <0>;
Lee Jonesd524fa72012-06-18 09:55:44 +0100576 v-i2c-supply = <&db8500_vape_reg>;
577
578 clock-frequency = <400000>;
Lee Jones7e0ce272012-03-15 16:46:17 +0000579 };
580
581 i2c@80128000 {
Lee Jonesd524fa72012-06-18 09:55:44 +0100582 compatible = "stericsson,db8500-i2c", "st,nomadik-i2c", "arm,primecell";
Lee Jones7e0ce272012-03-15 16:46:17 +0000583 reg = <0x80128000 0x1000>;
Linus Walleij90c40252013-05-29 19:15:39 +0200584 interrupts = <0 55 IRQ_TYPE_LEVEL_HIGH>;
Lee Jones35b33d22012-10-24 11:07:02 +0100585
Lee Jones7e0ce272012-03-15 16:46:17 +0000586 #address-cells = <1>;
587 #size-cells = <0>;
Lee Jonesd524fa72012-06-18 09:55:44 +0100588 v-i2c-supply = <&db8500_vape_reg>;
589
590 clock-frequency = <400000>;
Lee Jones7e0ce272012-03-15 16:46:17 +0000591 };
592
593 i2c@80110000 {
Lee Jonesd524fa72012-06-18 09:55:44 +0100594 compatible = "stericsson,db8500-i2c", "st,nomadik-i2c", "arm,primecell";
Lee Jones7e0ce272012-03-15 16:46:17 +0000595 reg = <0x80110000 0x1000>;
Linus Walleij90c40252013-05-29 19:15:39 +0200596 interrupts = <0 12 IRQ_TYPE_LEVEL_HIGH>;
Lee Jones35b33d22012-10-24 11:07:02 +0100597
Lee Jones7e0ce272012-03-15 16:46:17 +0000598 #address-cells = <1>;
599 #size-cells = <0>;
Lee Jonesd524fa72012-06-18 09:55:44 +0100600 v-i2c-supply = <&db8500_vape_reg>;
601
602 clock-frequency = <400000>;
Lee Jones7e0ce272012-03-15 16:46:17 +0000603 };
604
605 i2c@8012a000 {
Lee Jonesd524fa72012-06-18 09:55:44 +0100606 compatible = "stericsson,db8500-i2c", "st,nomadik-i2c", "arm,primecell";
Lee Jones7e0ce272012-03-15 16:46:17 +0000607 reg = <0x8012a000 0x1000>;
Linus Walleij90c40252013-05-29 19:15:39 +0200608 interrupts = <0 51 IRQ_TYPE_LEVEL_HIGH>;
Lee Jones35b33d22012-10-24 11:07:02 +0100609
Lee Jones7e0ce272012-03-15 16:46:17 +0000610 #address-cells = <1>;
611 #size-cells = <0>;
Lee Jonesd524fa72012-06-18 09:55:44 +0100612 v-i2c-supply = <&db8500_vape_reg>;
613
614 clock-frequency = <400000>;
Lee Jones7e0ce272012-03-15 16:46:17 +0000615 };
616
617 ssp@80002000 {
618 compatible = "arm,pl022", "arm,primecell";
Lee Jonesc164fa62012-09-07 12:09:34 +0100619 reg = <0x80002000 0x1000>;
Linus Walleij90c40252013-05-29 19:15:39 +0200620 interrupts = <0 14 IRQ_TYPE_LEVEL_HIGH>;
Lee Jones7e0ce272012-03-15 16:46:17 +0000621 #address-cells = <1>;
622 #size-cells = <0>;
623 status = "disabled";
Lee Jones7e0ce272012-03-15 16:46:17 +0000624 };
625
626 uart@80120000 {
627 compatible = "arm,pl011", "arm,primecell";
628 reg = <0x80120000 0x1000>;
Linus Walleij90c40252013-05-29 19:15:39 +0200629 interrupts = <0 11 IRQ_TYPE_LEVEL_HIGH>;
Lee Jonesfbff01c2013-05-03 15:31:49 +0100630
631 dmas = <&dma 13 0 0x2>, /* Logical - DevToMem */
632 <&dma 13 0 0x0>; /* Logical - MemToDev */
633 dma-names = "rx", "tx";
634
Lee Jones7e0ce272012-03-15 16:46:17 +0000635 status = "disabled";
636 };
Lee Jonesfbff01c2013-05-03 15:31:49 +0100637
Lee Jones7e0ce272012-03-15 16:46:17 +0000638 uart@80121000 {
639 compatible = "arm,pl011", "arm,primecell";
640 reg = <0x80121000 0x1000>;
Linus Walleij90c40252013-05-29 19:15:39 +0200641 interrupts = <0 19 IRQ_TYPE_LEVEL_HIGH>;
Lee Jonesfbff01c2013-05-03 15:31:49 +0100642
643 dmas = <&dma 12 0 0x2>, /* Logical - DevToMem */
644 <&dma 12 0 0x0>; /* Logical - MemToDev */
645 dma-names = "rx", "tx";
646
Lee Jones7e0ce272012-03-15 16:46:17 +0000647 status = "disabled";
648 };
Lee Jonesfbff01c2013-05-03 15:31:49 +0100649
Lee Jones7e0ce272012-03-15 16:46:17 +0000650 uart@80007000 {
651 compatible = "arm,pl011", "arm,primecell";
652 reg = <0x80007000 0x1000>;
Linus Walleij90c40252013-05-29 19:15:39 +0200653 interrupts = <0 26 IRQ_TYPE_LEVEL_HIGH>;
Lee Jonesfbff01c2013-05-03 15:31:49 +0100654
655 dmas = <&dma 11 0 0x2>, /* Logical - DevToMem */
656 <&dma 11 0 0x0>; /* Logical - MemToDev */
657 dma-names = "rx", "tx";
658
Lee Jones7e0ce272012-03-15 16:46:17 +0000659 status = "disabled";
660 };
661
Lee Jones81bf8c22012-09-26 12:55:56 +0100662 sdi0_per1@80126000 {
Lee Jones7e0ce272012-03-15 16:46:17 +0000663 compatible = "arm,pl18x", "arm,primecell";
664 reg = <0x80126000 0x1000>;
Linus Walleij90c40252013-05-29 19:15:39 +0200665 interrupts = <0 60 IRQ_TYPE_LEVEL_HIGH>;
Lee Jones498315b92013-05-03 15:31:50 +0100666
667 dmas = <&dma 29 0 0x2>, /* Logical - DevToMem */
668 <&dma 29 0 0x0>; /* Logical - MemToDev */
669 dma-names = "rx", "tx";
670
Lee Jones7e0ce272012-03-15 16:46:17 +0000671 status = "disabled";
672 };
Lee Jones76ff4e42012-10-24 11:10:05 +0100673
Lee Jones81bf8c22012-09-26 12:55:56 +0100674 sdi1_per2@80118000 {
Lee Jones7e0ce272012-03-15 16:46:17 +0000675 compatible = "arm,pl18x", "arm,primecell";
676 reg = <0x80118000 0x1000>;
Linus Walleij90c40252013-05-29 19:15:39 +0200677 interrupts = <0 50 IRQ_TYPE_LEVEL_HIGH>;
Lee Jones498315b92013-05-03 15:31:50 +0100678
679 dmas = <&dma 32 0 0x2>, /* Logical - DevToMem */
680 <&dma 32 0 0x0>; /* Logical - MemToDev */
681 dma-names = "rx", "tx";
682
Lee Jones7e0ce272012-03-15 16:46:17 +0000683 status = "disabled";
684 };
Lee Jones76ff4e42012-10-24 11:10:05 +0100685
Lee Jones81bf8c22012-09-26 12:55:56 +0100686 sdi2_per3@80005000 {
Lee Jones7e0ce272012-03-15 16:46:17 +0000687 compatible = "arm,pl18x", "arm,primecell";
688 reg = <0x80005000 0x1000>;
Linus Walleij90c40252013-05-29 19:15:39 +0200689 interrupts = <0 41 IRQ_TYPE_LEVEL_HIGH>;
Lee Jones498315b92013-05-03 15:31:50 +0100690
691 dmas = <&dma 28 0 0x2>, /* Logical - DevToMem */
692 <&dma 28 0 0x0>; /* Logical - MemToDev */
693 dma-names = "rx", "tx";
694
Lee Jones7e0ce272012-03-15 16:46:17 +0000695 status = "disabled";
696 };
Lee Jones76ff4e42012-10-24 11:10:05 +0100697
Lee Jones81bf8c22012-09-26 12:55:56 +0100698 sdi3_per2@80119000 {
Lee Jones7e0ce272012-03-15 16:46:17 +0000699 compatible = "arm,pl18x", "arm,primecell";
700 reg = <0x80119000 0x1000>;
Linus Walleij90c40252013-05-29 19:15:39 +0200701 interrupts = <0 59 IRQ_TYPE_LEVEL_HIGH>;
Lee Jones7e0ce272012-03-15 16:46:17 +0000702 status = "disabled";
703 };
Lee Jones76ff4e42012-10-24 11:10:05 +0100704
Lee Jones81bf8c22012-09-26 12:55:56 +0100705 sdi4_per2@80114000 {
Lee Jones7e0ce272012-03-15 16:46:17 +0000706 compatible = "arm,pl18x", "arm,primecell";
707 reg = <0x80114000 0x1000>;
Linus Walleij90c40252013-05-29 19:15:39 +0200708 interrupts = <0 99 IRQ_TYPE_LEVEL_HIGH>;
Lee Jones498315b92013-05-03 15:31:50 +0100709
710 dmas = <&dma 42 0 0x2>, /* Logical - DevToMem */
711 <&dma 42 0 0x0>; /* Logical - MemToDev */
712 dma-names = "rx", "tx";
713
Lee Jones7e0ce272012-03-15 16:46:17 +0000714 status = "disabled";
715 };
Lee Jones76ff4e42012-10-24 11:10:05 +0100716
Lee Jones81bf8c22012-09-26 12:55:56 +0100717 sdi5_per3@80008000 {
Lee Jones7e0ce272012-03-15 16:46:17 +0000718 compatible = "arm,pl18x", "arm,primecell";
Lee Jones76ff4e42012-10-24 11:10:05 +0100719 reg = <0x80008000 0x1000>;
Linus Walleij90c40252013-05-29 19:15:39 +0200720 interrupts = <0 100 IRQ_TYPE_LEVEL_HIGH>;
Lee Jones7e0ce272012-03-15 16:46:17 +0000721 status = "disabled";
722 };
Lee Jonesbf76e062012-04-24 10:53:18 +0100723
Lee Jonesfe164522012-07-31 12:37:16 +0100724 msp0: msp@80123000 {
725 compatible = "stericsson,ux500-msp-i2s";
726 reg = <0x80123000 0x1000>;
Linus Walleij90c40252013-05-29 19:15:39 +0200727 interrupts = <0 31 IRQ_TYPE_LEVEL_HIGH>;
Lee Jonesfe164522012-07-31 12:37:16 +0100728 v-ape-supply = <&db8500_vape_reg>;
729 status = "disabled";
730 };
731
732 msp1: msp@80124000 {
733 compatible = "stericsson,ux500-msp-i2s";
734 reg = <0x80124000 0x1000>;
Linus Walleij90c40252013-05-29 19:15:39 +0200735 interrupts = <0 62 IRQ_TYPE_LEVEL_HIGH>;
Lee Jonesfe164522012-07-31 12:37:16 +0100736 v-ape-supply = <&db8500_vape_reg>;
737 status = "disabled";
738 };
739
740 // HDMI sound
741 msp2: msp@80117000 {
742 compatible = "stericsson,ux500-msp-i2s";
743 reg = <0x80117000 0x1000>;
Linus Walleij90c40252013-05-29 19:15:39 +0200744 interrupts = <0 98 IRQ_TYPE_LEVEL_HIGH>;
Lee Jonesfe164522012-07-31 12:37:16 +0100745 v-ape-supply = <&db8500_vape_reg>;
746 status = "disabled";
747 };
748
749 msp3: msp@80125000 {
750 compatible = "stericsson,ux500-msp-i2s";
751 reg = <0x80125000 0x1000>;
Linus Walleij90c40252013-05-29 19:15:39 +0200752 interrupts = <0 62 IRQ_TYPE_LEVEL_HIGH>;
Lee Jonesfe164522012-07-31 12:37:16 +0100753 v-ape-supply = <&db8500_vape_reg>;
754 status = "disabled";
755 };
756
Lee Jonesbf76e062012-04-24 10:53:18 +0100757 external-bus@50000000 {
758 compatible = "simple-bus";
759 reg = <0x50000000 0x4000000>;
760 #address-cells = <1>;
761 #size-cells = <1>;
762 ranges = <0 0x50000000 0x4000000>;
763 status = "disabled";
764 };
hongbo.zhangdc1956b2012-11-15 18:56:43 +0800765
766 cpufreq-cooling {
767 compatible = "stericsson,db8500-cpufreq-cooling";
768 status = "disabled";
769 };
770
Lee Jones0563f632012-10-24 11:18:14 +0100771 vmmci: regulator-gpio {
772 compatible = "regulator-gpio";
773
774 regulator-min-microvolt = <1800000>;
Lee Jones4f902b42012-12-06 14:00:01 +0000775 regulator-max-microvolt = <2900000>;
Lee Jones0563f632012-10-24 11:18:14 +0100776 regulator-name = "mmci-reg";
777 regulator-type = "voltage";
778
Lee Jones874c9202012-12-07 13:46:01 +0000779 startup-delay-us = <100>;
Lee Jonese7bda302012-12-06 15:00:46 +0000780 enable-active-high;
781
Lee Jones0563f632012-10-24 11:18:14 +0100782 states = <1800000 0x1
783 2900000 0x0>;
Lee Jonesc94a4ab2012-11-15 13:02:16 +0000784
785 status = "disabled";
Lee Jones0563f632012-10-24 11:18:14 +0100786 };
Lee Jonesfe2e9f92013-05-16 12:27:21 +0100787
788 cryp@a03cb000 {
789 compatible = "stericsson,ux500-cryp";
790 reg = <0xa03cb000 0x1000>;
Linus Walleij90c40252013-05-29 19:15:39 +0200791 interrupts = <0 15 IRQ_TYPE_LEVEL_HIGH>;
Lee Jonesfe2e9f92013-05-16 12:27:21 +0100792
793 v-ape-supply = <&db8500_vape_reg>;
Lee Jonesfe2e9f92013-05-16 12:27:21 +0100794 };
Lee Jones61122cf2013-05-16 12:27:22 +0100795
796 hash@a03c2000 {
797 compatible = "stericsson,ux500-hash";
798 reg = <0xa03c2000 0x1000>;
799
800 v-ape-supply = <&db8500_vape_reg>;
Lee Jones61122cf2013-05-16 12:27:22 +0100801 };
Arnd Bergmann5d0769f2012-03-02 23:07:21 +0000802 };
803};