Loading...
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Samsung's Exynos4 SoC series common device tree source
4 *
5 * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
6 * http://www.samsung.com
7 * Copyright (c) 2010-2011 Linaro Ltd.
8 * www.linaro.org
9 *
10 * Samsung's Exynos4 SoC series device nodes are listed in this file. Particular
11 * SoCs from Exynos4 series can include this file and provide values for SoCs
12 * specfic bindings.
13 *
14 * Note: This file does not include device nodes for all the controllers in
15 * Exynos4 SoCs. As device tree coverage for Exynos4 increases, additional
16 * nodes can be added to this file.
17 */
18
19#include <dt-bindings/clock/exynos4.h>
20#include <dt-bindings/clock/exynos-audss-clk.h>
21#include <dt-bindings/interrupt-controller/arm-gic.h>
22#include <dt-bindings/interrupt-controller/irq.h>
23#include "exynos-syscon-restart.dtsi"
24
25/ {
26 interrupt-parent = <&gic>;
27 #address-cells = <1>;
28 #size-cells = <1>;
29
30 aliases {
31 spi0 = &spi_0;
32 spi1 = &spi_1;
33 spi2 = &spi_2;
34 i2c0 = &i2c_0;
35 i2c1 = &i2c_1;
36 i2c2 = &i2c_2;
37 i2c3 = &i2c_3;
38 i2c4 = &i2c_4;
39 i2c5 = &i2c_5;
40 i2c6 = &i2c_6;
41 i2c7 = &i2c_7;
42 i2c8 = &i2c_8;
43 csis0 = &csis_0;
44 csis1 = &csis_1;
45 fimc0 = &fimc_0;
46 fimc1 = &fimc_1;
47 fimc2 = &fimc_2;
48 fimc3 = &fimc_3;
49 serial0 = &serial_0;
50 serial1 = &serial_1;
51 serial2 = &serial_2;
52 serial3 = &serial_3;
53 };
54
55 soc: soc {
56 compatible = "simple-bus";
57 #address-cells = <1>;
58 #size-cells = <1>;
59 ranges;
60
61 clock_audss: clock-controller@3810000 {
62 compatible = "samsung,exynos4210-audss-clock";
63 reg = <0x03810000 0x0C>;
64 #clock-cells = <1>;
65 clocks = <&clock CLK_FIN_PLL>, <&clock CLK_FOUT_EPLL>,
66 <&clock CLK_SCLK_AUDIO0>,
67 <&clock CLK_SCLK_AUDIO0>;
68 clock-names = "pll_ref", "pll_in", "sclk_audio",
69 "sclk_pcm_in";
70 };
71
72 i2s0: i2s@3830000 {
73 compatible = "samsung,s5pv210-i2s";
74 reg = <0x03830000 0x100>;
75 clocks = <&clock_audss EXYNOS_I2S_BUS>,
76 <&clock_audss EXYNOS_DOUT_AUD_BUS>,
77 <&clock_audss EXYNOS_SCLK_I2S>;
78 clock-names = "iis", "i2s_opclk0", "i2s_opclk1";
79 #clock-cells = <1>;
80 clock-output-names = "i2s_cdclk0";
81 dmas = <&pdma0 12>, <&pdma0 11>, <&pdma0 10>;
82 dma-names = "tx", "rx", "tx-sec";
83 samsung,idma-addr = <0x03000000>;
84 #sound-dai-cells = <1>;
85 status = "disabled";
86 };
87
88 chipid@10000000 {
89 compatible = "samsung,exynos4210-chipid";
90 reg = <0x10000000 0x100>;
91 };
92
93 scu: snoop-control-unit@10500000 {
94 compatible = "arm,cortex-a9-scu";
95 reg = <0x10500000 0x2000>;
96 };
97
98 memory-controller@12570000 {
99 compatible = "samsung,exynos4210-srom";
100 reg = <0x12570000 0x14>;
101 };
102
103 mipi_phy: video-phy {
104 compatible = "samsung,s5pv210-mipi-video-phy";
105 #phy-cells = <1>;
106 syscon = <&pmu_system_controller>;
107 };
108
109 pd_mfc: mfc-power-domain@10023c40 {
110 compatible = "samsung,exynos4210-pd";
111 reg = <0x10023C40 0x20>;
112 #power-domain-cells = <0>;
113 label = "MFC";
114 };
115
116 pd_g3d: g3d-power-domain@10023c60 {
117 compatible = "samsung,exynos4210-pd";
118 reg = <0x10023C60 0x20>;
119 #power-domain-cells = <0>;
120 label = "G3D";
121 };
122
123 pd_lcd0: lcd0-power-domain@10023c80 {
124 compatible = "samsung,exynos4210-pd";
125 reg = <0x10023C80 0x20>;
126 #power-domain-cells = <0>;
127 label = "LCD0";
128 };
129
130 pd_tv: tv-power-domain@10023c20 {
131 compatible = "samsung,exynos4210-pd";
132 reg = <0x10023C20 0x20>;
133 #power-domain-cells = <0>;
134 power-domains = <&pd_lcd0>;
135 label = "TV";
136 };
137
138 pd_cam: cam-power-domain@10023c00 {
139 compatible = "samsung,exynos4210-pd";
140 reg = <0x10023C00 0x20>;
141 #power-domain-cells = <0>;
142 label = "CAM";
143 };
144
145 pd_gps: gps-power-domain@10023ce0 {
146 compatible = "samsung,exynos4210-pd";
147 reg = <0x10023CE0 0x20>;
148 #power-domain-cells = <0>;
149 label = "GPS";
150 };
151
152 pd_gps_alive: gps-alive-power-domain@10023d00 {
153 compatible = "samsung,exynos4210-pd";
154 reg = <0x10023D00 0x20>;
155 #power-domain-cells = <0>;
156 label = "GPS alive";
157 };
158
159 gic: interrupt-controller@10490000 {
160 compatible = "arm,cortex-a9-gic";
161 #interrupt-cells = <3>;
162 interrupt-controller;
163 reg = <0x10490000 0x10000>, <0x10480000 0x10000>;
164 };
165
166 combiner: interrupt-controller@10440000 {
167 compatible = "samsung,exynos4210-combiner";
168 #interrupt-cells = <2>;
169 interrupt-controller;
170 reg = <0x10440000 0x1000>;
171 };
172
173 pmu: pmu {
174 compatible = "arm,cortex-a9-pmu";
175 interrupt-parent = <&combiner>;
176 interrupts = <2 2>, <3 2>;
177 };
178
179 sys_reg: syscon@10010000 {
180 compatible = "samsung,exynos4-sysreg", "syscon";
181 reg = <0x10010000 0x400>;
182 };
183
184 pmu_system_controller: system-controller@10020000 {
185 compatible = "samsung,exynos4210-pmu", "syscon";
186 reg = <0x10020000 0x4000>;
187 interrupt-controller;
188 #interrupt-cells = <3>;
189 interrupt-parent = <&gic>;
190 };
191
192 dsi_0: dsi@11c80000 {
193 compatible = "samsung,exynos4210-mipi-dsi";
194 reg = <0x11C80000 0x10000>;
195 interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
196 power-domains = <&pd_lcd0>;
197 phys = <&mipi_phy 1>;
198 phy-names = "dsim";
199 clocks = <&clock CLK_DSIM0>, <&clock CLK_SCLK_MIPI0>;
200 clock-names = "bus_clk", "sclk_mipi";
201 status = "disabled";
202 #address-cells = <1>;
203 #size-cells = <0>;
204 };
205
206 camera: camera {
207 compatible = "samsung,fimc", "simple-bus";
208 status = "disabled";
209 #address-cells = <1>;
210 #size-cells = <1>;
211 #clock-cells = <1>;
212 clock-output-names = "cam_a_clkout", "cam_b_clkout";
213 ranges;
214
215 fimc_0: fimc@11800000 {
216 compatible = "samsung,exynos4210-fimc";
217 reg = <0x11800000 0x1000>;
218 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
219 clocks = <&clock CLK_FIMC0>,
220 <&clock CLK_SCLK_FIMC0>;
221 clock-names = "fimc", "sclk_fimc";
222 power-domains = <&pd_cam>;
223 samsung,sysreg = <&sys_reg>;
224 iommus = <&sysmmu_fimc0>;
225 status = "disabled";
226 };
227
228 fimc_1: fimc@11810000 {
229 compatible = "samsung,exynos4210-fimc";
230 reg = <0x11810000 0x1000>;
231 interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
232 clocks = <&clock CLK_FIMC1>,
233 <&clock CLK_SCLK_FIMC1>;
234 clock-names = "fimc", "sclk_fimc";
235 power-domains = <&pd_cam>;
236 samsung,sysreg = <&sys_reg>;
237 iommus = <&sysmmu_fimc1>;
238 status = "disabled";
239 };
240
241 fimc_2: fimc@11820000 {
242 compatible = "samsung,exynos4210-fimc";
243 reg = <0x11820000 0x1000>;
244 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
245 clocks = <&clock CLK_FIMC2>,
246 <&clock CLK_SCLK_FIMC2>;
247 clock-names = "fimc", "sclk_fimc";
248 power-domains = <&pd_cam>;
249 samsung,sysreg = <&sys_reg>;
250 iommus = <&sysmmu_fimc2>;
251 status = "disabled";
252 };
253
254 fimc_3: fimc@11830000 {
255 compatible = "samsung,exynos4210-fimc";
256 reg = <0x11830000 0x1000>;
257 interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
258 clocks = <&clock CLK_FIMC3>,
259 <&clock CLK_SCLK_FIMC3>;
260 clock-names = "fimc", "sclk_fimc";
261 power-domains = <&pd_cam>;
262 samsung,sysreg = <&sys_reg>;
263 iommus = <&sysmmu_fimc3>;
264 status = "disabled";
265 };
266
267 csis_0: csis@11880000 {
268 compatible = "samsung,exynos4210-csis";
269 reg = <0x11880000 0x4000>;
270 interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
271 clocks = <&clock CLK_CSIS0>,
272 <&clock CLK_SCLK_CSIS0>;
273 clock-names = "csis", "sclk_csis";
274 bus-width = <4>;
275 power-domains = <&pd_cam>;
276 phys = <&mipi_phy 0>;
277 phy-names = "csis";
278 status = "disabled";
279 #address-cells = <1>;
280 #size-cells = <0>;
281 };
282
283 csis_1: csis@11890000 {
284 compatible = "samsung,exynos4210-csis";
285 reg = <0x11890000 0x4000>;
286 interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
287 clocks = <&clock CLK_CSIS1>,
288 <&clock CLK_SCLK_CSIS1>;
289 clock-names = "csis", "sclk_csis";
290 bus-width = <2>;
291 power-domains = <&pd_cam>;
292 phys = <&mipi_phy 2>;
293 phy-names = "csis";
294 status = "disabled";
295 #address-cells = <1>;
296 #size-cells = <0>;
297 };
298 };
299
300 rtc: rtc@10070000 {
301 compatible = "samsung,s3c6410-rtc";
302 reg = <0x10070000 0x100>;
303 interrupt-parent = <&pmu_system_controller>;
304 interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>,
305 <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
306 clocks = <&clock CLK_RTC>;
307 clock-names = "rtc";
308 status = "disabled";
309 };
310
311 keypad: keypad@100a0000 {
312 compatible = "samsung,s5pv210-keypad";
313 reg = <0x100A0000 0x100>;
314 interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>;
315 clocks = <&clock CLK_KEYIF>;
316 clock-names = "keypad";
317 status = "disabled";
318 };
319
320 sdhci_0: sdhci@12510000 {
321 compatible = "samsung,exynos4210-sdhci";
322 reg = <0x12510000 0x100>;
323 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
324 clocks = <&clock CLK_SDMMC0>, <&clock CLK_SCLK_MMC0>;
325 clock-names = "hsmmc", "mmc_busclk.2";
326 status = "disabled";
327 };
328
329 sdhci_1: sdhci@12520000 {
330 compatible = "samsung,exynos4210-sdhci";
331 reg = <0x12520000 0x100>;
332 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
333 clocks = <&clock CLK_SDMMC1>, <&clock CLK_SCLK_MMC1>;
334 clock-names = "hsmmc", "mmc_busclk.2";
335 status = "disabled";
336 };
337
338 sdhci_2: sdhci@12530000 {
339 compatible = "samsung,exynos4210-sdhci";
340 reg = <0x12530000 0x100>;
341 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
342 clocks = <&clock CLK_SDMMC2>, <&clock CLK_SCLK_MMC2>;
343 clock-names = "hsmmc", "mmc_busclk.2";
344 status = "disabled";
345 };
346
347 sdhci_3: sdhci@12540000 {
348 compatible = "samsung,exynos4210-sdhci";
349 reg = <0x12540000 0x100>;
350 interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
351 clocks = <&clock CLK_SDMMC3>, <&clock CLK_SCLK_MMC3>;
352 clock-names = "hsmmc", "mmc_busclk.2";
353 status = "disabled";
354 };
355
356 exynos_usbphy: exynos-usbphy@125b0000 {
357 compatible = "samsung,exynos4210-usb2-phy";
358 reg = <0x125B0000 0x100>;
359 samsung,pmureg-phandle = <&pmu_system_controller>;
360 clocks = <&clock CLK_USB_DEVICE>, <&clock CLK_XUSBXTI>;
361 clock-names = "phy", "ref";
362 #phy-cells = <1>;
363 status = "disabled";
364 };
365
366 hsotg: hsotg@12480000 {
367 compatible = "samsung,s3c6400-hsotg";
368 reg = <0x12480000 0x20000>;
369 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
370 clocks = <&clock CLK_USB_DEVICE>;
371 clock-names = "otg";
372 phys = <&exynos_usbphy 0>;
373 phy-names = "usb2-phy";
374 status = "disabled";
375 };
376
377 ehci: ehci@12580000 {
378 compatible = "samsung,exynos4210-ehci";
379 reg = <0x12580000 0x100>;
380 interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
381 clocks = <&clock CLK_USB_HOST>;
382 clock-names = "usbhost";
383 status = "disabled";
384 #address-cells = <1>;
385 #size-cells = <0>;
386 port@0 {
387 reg = <0>;
388 phys = <&exynos_usbphy 1>;
389 status = "disabled";
390 };
391 port@1 {
392 reg = <1>;
393 phys = <&exynos_usbphy 2>;
394 status = "disabled";
395 };
396 port@2 {
397 reg = <2>;
398 phys = <&exynos_usbphy 3>;
399 status = "disabled";
400 };
401 };
402
403 ohci: ohci@12590000 {
404 compatible = "samsung,exynos4210-ohci";
405 reg = <0x12590000 0x100>;
406 interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
407 clocks = <&clock CLK_USB_HOST>;
408 clock-names = "usbhost";
409 status = "disabled";
410 #address-cells = <1>;
411 #size-cells = <0>;
412 port@0 {
413 reg = <0>;
414 phys = <&exynos_usbphy 1>;
415 status = "disabled";
416 };
417 };
418
419 i2s1: i2s@13960000 {
420 compatible = "samsung,s3c6410-i2s";
421 reg = <0x13960000 0x100>;
422 clocks = <&clock CLK_I2S1>;
423 clock-names = "iis";
424 #clock-cells = <1>;
425 clock-output-names = "i2s_cdclk1";
426 dmas = <&pdma1 12>, <&pdma1 11>;
427 dma-names = "tx", "rx";
428 #sound-dai-cells = <1>;
429 status = "disabled";
430 };
431
432 i2s2: i2s@13970000 {
433 compatible = "samsung,s3c6410-i2s";
434 reg = <0x13970000 0x100>;
435 clocks = <&clock CLK_I2S2>;
436 clock-names = "iis";
437 #clock-cells = <1>;
438 clock-output-names = "i2s_cdclk2";
439 dmas = <&pdma0 14>, <&pdma0 13>;
440 dma-names = "tx", "rx";
441 #sound-dai-cells = <1>;
442 status = "disabled";
443 };
444
445 mfc: codec@13400000 {
446 compatible = "samsung,mfc-v5";
447 reg = <0x13400000 0x10000>;
448 interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
449 power-domains = <&pd_mfc>;
450 clocks = <&clock CLK_MFC>, <&clock CLK_SCLK_MFC>;
451 clock-names = "mfc", "sclk_mfc";
452 iommus = <&sysmmu_mfc_l>, <&sysmmu_mfc_r>;
453 iommu-names = "left", "right";
454 };
455
456 serial_0: serial@13800000 {
457 compatible = "samsung,exynos4210-uart";
458 reg = <0x13800000 0x100>;
459 interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
460 clocks = <&clock CLK_UART0>, <&clock CLK_SCLK_UART0>;
461 clock-names = "uart", "clk_uart_baud0";
462 dmas = <&pdma0 15>, <&pdma0 16>;
463 dma-names = "rx", "tx";
464 status = "disabled";
465 };
466
467 serial_1: serial@13810000 {
468 compatible = "samsung,exynos4210-uart";
469 reg = <0x13810000 0x100>;
470 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
471 clocks = <&clock CLK_UART1>, <&clock CLK_SCLK_UART1>;
472 clock-names = "uart", "clk_uart_baud0";
473 dmas = <&pdma1 15>, <&pdma1 16>;
474 dma-names = "rx", "tx";
475 status = "disabled";
476 };
477
478 serial_2: serial@13820000 {
479 compatible = "samsung,exynos4210-uart";
480 reg = <0x13820000 0x100>;
481 interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>;
482 clocks = <&clock CLK_UART2>, <&clock CLK_SCLK_UART2>;
483 clock-names = "uart", "clk_uart_baud0";
484 dmas = <&pdma0 17>, <&pdma0 18>;
485 dma-names = "rx", "tx";
486 status = "disabled";
487 };
488
489 serial_3: serial@13830000 {
490 compatible = "samsung,exynos4210-uart";
491 reg = <0x13830000 0x100>;
492 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
493 clocks = <&clock CLK_UART3>, <&clock CLK_SCLK_UART3>;
494 clock-names = "uart", "clk_uart_baud0";
495 dmas = <&pdma1 17>, <&pdma1 18>;
496 dma-names = "rx", "tx";
497 status = "disabled";
498 };
499
500 i2c_0: i2c@13860000 {
501 #address-cells = <1>;
502 #size-cells = <0>;
503 compatible = "samsung,s3c2440-i2c";
504 reg = <0x13860000 0x100>;
505 interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>;
506 clocks = <&clock CLK_I2C0>;
507 clock-names = "i2c";
508 pinctrl-names = "default";
509 pinctrl-0 = <&i2c0_bus>;
510 status = "disabled";
511 };
512
513 i2c_1: i2c@13870000 {
514 #address-cells = <1>;
515 #size-cells = <0>;
516 compatible = "samsung,s3c2440-i2c";
517 reg = <0x13870000 0x100>;
518 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
519 clocks = <&clock CLK_I2C1>;
520 clock-names = "i2c";
521 pinctrl-names = "default";
522 pinctrl-0 = <&i2c1_bus>;
523 status = "disabled";
524 };
525
526 i2c_2: i2c@13880000 {
527 #address-cells = <1>;
528 #size-cells = <0>;
529 compatible = "samsung,s3c2440-i2c";
530 reg = <0x13880000 0x100>;
531 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
532 clocks = <&clock CLK_I2C2>;
533 clock-names = "i2c";
534 pinctrl-names = "default";
535 pinctrl-0 = <&i2c2_bus>;
536 status = "disabled";
537 };
538
539 i2c_3: i2c@13890000 {
540 #address-cells = <1>;
541 #size-cells = <0>;
542 compatible = "samsung,s3c2440-i2c";
543 reg = <0x13890000 0x100>;
544 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
545 clocks = <&clock CLK_I2C3>;
546 clock-names = "i2c";
547 pinctrl-names = "default";
548 pinctrl-0 = <&i2c3_bus>;
549 status = "disabled";
550 };
551
552 i2c_4: i2c@138a0000 {
553 #address-cells = <1>;
554 #size-cells = <0>;
555 compatible = "samsung,s3c2440-i2c";
556 reg = <0x138A0000 0x100>;
557 interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
558 clocks = <&clock CLK_I2C4>;
559 clock-names = "i2c";
560 pinctrl-names = "default";
561 pinctrl-0 = <&i2c4_bus>;
562 status = "disabled";
563 };
564
565 i2c_5: i2c@138b0000 {
566 #address-cells = <1>;
567 #size-cells = <0>;
568 compatible = "samsung,s3c2440-i2c";
569 reg = <0x138B0000 0x100>;
570 interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
571 clocks = <&clock CLK_I2C5>;
572 clock-names = "i2c";
573 pinctrl-names = "default";
574 pinctrl-0 = <&i2c5_bus>;
575 status = "disabled";
576 };
577
578 i2c_6: i2c@138c0000 {
579 #address-cells = <1>;
580 #size-cells = <0>;
581 compatible = "samsung,s3c2440-i2c";
582 reg = <0x138C0000 0x100>;
583 interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>;
584 clocks = <&clock CLK_I2C6>;
585 clock-names = "i2c";
586 pinctrl-names = "default";
587 pinctrl-0 = <&i2c6_bus>;
588 status = "disabled";
589 };
590
591 i2c_7: i2c@138d0000 {
592 #address-cells = <1>;
593 #size-cells = <0>;
594 compatible = "samsung,s3c2440-i2c";
595 reg = <0x138D0000 0x100>;
596 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
597 clocks = <&clock CLK_I2C7>;
598 clock-names = "i2c";
599 pinctrl-names = "default";
600 pinctrl-0 = <&i2c7_bus>;
601 status = "disabled";
602 };
603
604 i2c_8: i2c@138e0000 {
605 #address-cells = <1>;
606 #size-cells = <0>;
607 compatible = "samsung,s3c2440-hdmiphy-i2c";
608 reg = <0x138E0000 0x100>;
609 interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
610 clocks = <&clock CLK_I2C_HDMI>;
611 clock-names = "i2c";
612 status = "disabled";
613
614 hdmi_i2c_phy: hdmiphy@38 {
615 compatible = "exynos4210-hdmiphy";
616 reg = <0x38>;
617 };
618 };
619
620 spi_0: spi@13920000 {
621 compatible = "samsung,exynos4210-spi";
622 reg = <0x13920000 0x100>;
623 interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>;
624 dmas = <&pdma0 7>, <&pdma0 6>;
625 dma-names = "tx", "rx";
626 #address-cells = <1>;
627 #size-cells = <0>;
628 clocks = <&clock CLK_SPI0>, <&clock CLK_SCLK_SPI0>;
629 clock-names = "spi", "spi_busclk0";
630 pinctrl-names = "default";
631 pinctrl-0 = <&spi0_bus>;
632 status = "disabled";
633 };
634
635 spi_1: spi@13930000 {
636 compatible = "samsung,exynos4210-spi";
637 reg = <0x13930000 0x100>;
638 interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
639 dmas = <&pdma1 7>, <&pdma1 6>;
640 dma-names = "tx", "rx";
641 #address-cells = <1>;
642 #size-cells = <0>;
643 clocks = <&clock CLK_SPI1>, <&clock CLK_SCLK_SPI1>;
644 clock-names = "spi", "spi_busclk0";
645 pinctrl-names = "default";
646 pinctrl-0 = <&spi1_bus>;
647 status = "disabled";
648 };
649
650 spi_2: spi@13940000 {
651 compatible = "samsung,exynos4210-spi";
652 reg = <0x13940000 0x100>;
653 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
654 dmas = <&pdma0 9>, <&pdma0 8>;
655 dma-names = "tx", "rx";
656 #address-cells = <1>;
657 #size-cells = <0>;
658 clocks = <&clock CLK_SPI2>, <&clock CLK_SCLK_SPI2>;
659 clock-names = "spi", "spi_busclk0";
660 pinctrl-names = "default";
661 pinctrl-0 = <&spi2_bus>;
662 status = "disabled";
663 };
664
665 pwm: pwm@139d0000 {
666 compatible = "samsung,exynos4210-pwm";
667 reg = <0x139D0000 0x1000>;
668 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>,
669 <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>,
670 <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>,
671 <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>,
672 <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
673 clocks = <&clock CLK_PWM>;
674 clock-names = "timers";
675 #pwm-cells = <3>;
676 status = "disabled";
677 };
678
679 amba {
680 #address-cells = <1>;
681 #size-cells = <1>;
682 compatible = "simple-bus";
683 interrupt-parent = <&gic>;
684 ranges;
685
686 pdma0: pdma@12680000 {
687 compatible = "arm,pl330", "arm,primecell";
688 reg = <0x12680000 0x1000>;
689 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
690 clocks = <&clock CLK_PDMA0>;
691 clock-names = "apb_pclk";
692 #dma-cells = <1>;
693 #dma-channels = <8>;
694 #dma-requests = <32>;
695 };
696
697 pdma1: pdma@12690000 {
698 compatible = "arm,pl330", "arm,primecell";
699 reg = <0x12690000 0x1000>;
700 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
701 clocks = <&clock CLK_PDMA1>;
702 clock-names = "apb_pclk";
703 #dma-cells = <1>;
704 #dma-channels = <8>;
705 #dma-requests = <32>;
706 };
707
708 mdma1: mdma@12850000 {
709 compatible = "arm,pl330", "arm,primecell";
710 reg = <0x12850000 0x1000>;
711 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
712 clocks = <&clock CLK_MDMA>;
713 clock-names = "apb_pclk";
714 #dma-cells = <1>;
715 #dma-channels = <8>;
716 #dma-requests = <1>;
717 };
718 };
719
720 fimd: fimd@11c00000 {
721 compatible = "samsung,exynos4210-fimd";
722 interrupt-parent = <&combiner>;
723 reg = <0x11c00000 0x20000>;
724 interrupt-names = "fifo", "vsync", "lcd_sys";
725 interrupts = <11 0>, <11 1>, <11 2>;
726 clocks = <&clock CLK_SCLK_FIMD0>, <&clock CLK_FIMD0>;
727 clock-names = "sclk_fimd", "fimd";
728 power-domains = <&pd_lcd0>;
729 iommus = <&sysmmu_fimd0>;
730 samsung,sysreg = <&sys_reg>;
731 status = "disabled";
732 };
733
734 tmu: tmu@100c0000 {
735 interrupt-parent = <&combiner>;
736 reg = <0x100C0000 0x100>;
737 interrupts = <2 4>;
738 status = "disabled";
739 #include "exynos4412-tmu-sensor-conf.dtsi"
740 };
741
742 jpeg_codec: jpeg-codec@11840000 {
743 compatible = "samsung,exynos4210-jpeg";
744 reg = <0x11840000 0x1000>;
745 interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>;
746 clocks = <&clock CLK_JPEG>;
747 clock-names = "jpeg";
748 power-domains = <&pd_cam>;
749 iommus = <&sysmmu_jpeg>;
750 };
751
752 rotator: rotator@12810000 {
753 compatible = "samsung,exynos4210-rotator";
754 reg = <0x12810000 0x64>;
755 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
756 clocks = <&clock CLK_ROTATOR>;
757 clock-names = "rotator";
758 iommus = <&sysmmu_rotator>;
759 };
760
761 hdmi: hdmi@12d00000 {
762 compatible = "samsung,exynos4210-hdmi";
763 reg = <0x12D00000 0x70000>;
764 interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
765 clock-names = "hdmi", "sclk_hdmi", "sclk_pixel",
766 "sclk_hdmiphy", "mout_hdmi";
767 clocks = <&clock CLK_HDMI>, <&clock CLK_SCLK_HDMI>,
768 <&clock CLK_SCLK_PIXEL>,
769 <&clock CLK_SCLK_HDMIPHY>,
770 <&clock CLK_MOUT_HDMI>;
771 phy = <&hdmi_i2c_phy>;
772 power-domains = <&pd_tv>;
773 samsung,syscon-phandle = <&pmu_system_controller>;
774 #sound-dai-cells = <0>;
775 status = "disabled";
776 };
777
778 hdmicec: cec@100b0000 {
779 compatible = "samsung,s5p-cec";
780 reg = <0x100B0000 0x200>;
781 interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>;
782 clocks = <&clock CLK_HDMI_CEC>;
783 clock-names = "hdmicec";
784 samsung,syscon-phandle = <&pmu_system_controller>;
785 hdmi-phandle = <&hdmi>;
786 pinctrl-names = "default";
787 pinctrl-0 = <&hdmi_cec>;
788 status = "disabled";
789 };
790
791 mixer: mixer@12c10000 {
792 compatible = "samsung,exynos4210-mixer";
793 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
794 reg = <0x12C10000 0x2100>, <0x12c00000 0x300>;
795 power-domains = <&pd_tv>;
796 iommus = <&sysmmu_tv>;
797 status = "disabled";
798 };
799
800 ppmu_dmc0: ppmu_dmc0@106a0000 {
801 compatible = "samsung,exynos-ppmu";
802 reg = <0x106a0000 0x2000>;
803 clocks = <&clock CLK_PPMUDMC0>;
804 clock-names = "ppmu";
805 status = "disabled";
806 };
807
808 ppmu_dmc1: ppmu_dmc1@106b0000 {
809 compatible = "samsung,exynos-ppmu";
810 reg = <0x106b0000 0x2000>;
811 clocks = <&clock CLK_PPMUDMC1>;
812 clock-names = "ppmu";
813 status = "disabled";
814 };
815
816 ppmu_cpu: ppmu_cpu@106c0000 {
817 compatible = "samsung,exynos-ppmu";
818 reg = <0x106c0000 0x2000>;
819 clocks = <&clock CLK_PPMUCPU>;
820 clock-names = "ppmu";
821 status = "disabled";
822 };
823
824 ppmu_rightbus: ppmu_rightbus@112a0000 {
825 compatible = "samsung,exynos-ppmu";
826 reg = <0x112a0000 0x2000>;
827 clocks = <&clock CLK_PPMURIGHT>;
828 clock-names = "ppmu";
829 status = "disabled";
830 };
831
832 ppmu_leftbus: ppmu_leftbus0@116a0000 {
833 compatible = "samsung,exynos-ppmu";
834 reg = <0x116a0000 0x2000>;
835 clocks = <&clock CLK_PPMULEFT>;
836 clock-names = "ppmu";
837 status = "disabled";
838 };
839
840 ppmu_camif: ppmu_camif@11ac0000 {
841 compatible = "samsung,exynos-ppmu";
842 reg = <0x11ac0000 0x2000>;
843 clocks = <&clock CLK_PPMUCAMIF>;
844 clock-names = "ppmu";
845 status = "disabled";
846 };
847
848 ppmu_lcd0: ppmu_lcd0@11e40000 {
849 compatible = "samsung,exynos-ppmu";
850 reg = <0x11e40000 0x2000>;
851 clocks = <&clock CLK_PPMULCD0>;
852 clock-names = "ppmu";
853 status = "disabled";
854 };
855
856 ppmu_fsys: ppmu_g3d@12630000 {
857 compatible = "samsung,exynos-ppmu";
858 reg = <0x12630000 0x2000>;
859 status = "disabled";
860 };
861
862 ppmu_image: ppmu_image@12aa0000 {
863 compatible = "samsung,exynos-ppmu";
864 reg = <0x12aa0000 0x2000>;
865 clocks = <&clock CLK_PPMUIMAGE>;
866 clock-names = "ppmu";
867 status = "disabled";
868 };
869
870 ppmu_tv: ppmu_tv@12e40000 {
871 compatible = "samsung,exynos-ppmu";
872 reg = <0x12e40000 0x2000>;
873 clocks = <&clock CLK_PPMUTV>;
874 clock-names = "ppmu";
875 status = "disabled";
876 };
877
878 ppmu_g3d: ppmu_g3d@13220000 {
879 compatible = "samsung,exynos-ppmu";
880 reg = <0x13220000 0x2000>;
881 clocks = <&clock CLK_PPMUG3D>;
882 clock-names = "ppmu";
883 status = "disabled";
884 };
885
886 ppmu_mfc_left: ppmu_mfc_left@13660000 {
887 compatible = "samsung,exynos-ppmu";
888 reg = <0x13660000 0x2000>;
889 clocks = <&clock CLK_PPMUMFC_L>;
890 clock-names = "ppmu";
891 status = "disabled";
892 };
893
894 ppmu_mfc_right: ppmu_mfc_right@13670000 {
895 compatible = "samsung,exynos-ppmu";
896 reg = <0x13670000 0x2000>;
897 clocks = <&clock CLK_PPMUMFC_R>;
898 clock-names = "ppmu";
899 status = "disabled";
900 };
901
902 sysmmu_mfc_l: sysmmu@13620000 {
903 compatible = "samsung,exynos-sysmmu";
904 reg = <0x13620000 0x1000>;
905 interrupt-parent = <&combiner>;
906 interrupts = <5 5>;
907 clock-names = "sysmmu", "master";
908 clocks = <&clock CLK_SMMU_MFCL>, <&clock CLK_MFC>;
909 power-domains = <&pd_mfc>;
910 #iommu-cells = <0>;
911 };
912
913 sysmmu_mfc_r: sysmmu@13630000 {
914 compatible = "samsung,exynos-sysmmu";
915 reg = <0x13630000 0x1000>;
916 interrupt-parent = <&combiner>;
917 interrupts = <5 6>;
918 clock-names = "sysmmu", "master";
919 clocks = <&clock CLK_SMMU_MFCR>, <&clock CLK_MFC>;
920 power-domains = <&pd_mfc>;
921 #iommu-cells = <0>;
922 };
923
924 sysmmu_tv: sysmmu@12e20000 {
925 compatible = "samsung,exynos-sysmmu";
926 reg = <0x12E20000 0x1000>;
927 interrupt-parent = <&combiner>;
928 interrupts = <5 4>;
929 clock-names = "sysmmu", "master";
930 clocks = <&clock CLK_SMMU_TV>, <&clock CLK_MIXER>;
931 power-domains = <&pd_tv>;
932 #iommu-cells = <0>;
933 };
934
935 sysmmu_fimc0: sysmmu@11a20000 {
936 compatible = "samsung,exynos-sysmmu";
937 reg = <0x11A20000 0x1000>;
938 interrupt-parent = <&combiner>;
939 interrupts = <4 2>;
940 clock-names = "sysmmu", "master";
941 clocks = <&clock CLK_SMMU_FIMC0>, <&clock CLK_FIMC0>;
942 power-domains = <&pd_cam>;
943 #iommu-cells = <0>;
944 };
945
946 sysmmu_fimc1: sysmmu@11a30000 {
947 compatible = "samsung,exynos-sysmmu";
948 reg = <0x11A30000 0x1000>;
949 interrupt-parent = <&combiner>;
950 interrupts = <4 3>;
951 clock-names = "sysmmu", "master";
952 clocks = <&clock CLK_SMMU_FIMC1>, <&clock CLK_FIMC1>;
953 power-domains = <&pd_cam>;
954 #iommu-cells = <0>;
955 };
956
957 sysmmu_fimc2: sysmmu@11a40000 {
958 compatible = "samsung,exynos-sysmmu";
959 reg = <0x11A40000 0x1000>;
960 interrupt-parent = <&combiner>;
961 interrupts = <4 4>;
962 clock-names = "sysmmu", "master";
963 clocks = <&clock CLK_SMMU_FIMC2>, <&clock CLK_FIMC2>;
964 power-domains = <&pd_cam>;
965 #iommu-cells = <0>;
966 };
967
968 sysmmu_fimc3: sysmmu@11a50000 {
969 compatible = "samsung,exynos-sysmmu";
970 reg = <0x11A50000 0x1000>;
971 interrupt-parent = <&combiner>;
972 interrupts = <4 5>;
973 clock-names = "sysmmu", "master";
974 clocks = <&clock CLK_SMMU_FIMC3>, <&clock CLK_FIMC3>;
975 power-domains = <&pd_cam>;
976 #iommu-cells = <0>;
977 };
978
979 sysmmu_jpeg: sysmmu@11a60000 {
980 compatible = "samsung,exynos-sysmmu";
981 reg = <0x11A60000 0x1000>;
982 interrupt-parent = <&combiner>;
983 interrupts = <4 6>;
984 clock-names = "sysmmu", "master";
985 clocks = <&clock CLK_SMMU_JPEG>, <&clock CLK_JPEG>;
986 power-domains = <&pd_cam>;
987 #iommu-cells = <0>;
988 };
989
990 sysmmu_rotator: sysmmu@12a30000 {
991 compatible = "samsung,exynos-sysmmu";
992 reg = <0x12A30000 0x1000>;
993 interrupt-parent = <&combiner>;
994 interrupts = <5 0>;
995 clock-names = "sysmmu", "master";
996 clocks = <&clock CLK_SMMU_ROTATOR>,
997 <&clock CLK_ROTATOR>;
998 #iommu-cells = <0>;
999 };
1000
1001 sysmmu_fimd0: sysmmu@11e20000 {
1002 compatible = "samsung,exynos-sysmmu";
1003 reg = <0x11E20000 0x1000>;
1004 interrupt-parent = <&combiner>;
1005 interrupts = <5 2>;
1006 clock-names = "sysmmu", "master";
1007 clocks = <&clock CLK_SMMU_FIMD0>, <&clock CLK_FIMD0>;
1008 power-domains = <&pd_lcd0>;
1009 #iommu-cells = <0>;
1010 };
1011
1012 sss: sss@10830000 {
1013 compatible = "samsung,exynos4210-secss";
1014 reg = <0x10830000 0x300>;
1015 interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>;
1016 clocks = <&clock CLK_SSS>;
1017 clock-names = "secss";
1018 };
1019
1020 prng: rng@10830400 {
1021 compatible = "samsung,exynos4-rng";
1022 reg = <0x10830400 0x200>;
1023 clocks = <&clock CLK_SSS>;
1024 clock-names = "secss";
1025 };
1026 };
1027};
1/*
2 * Samsung's Exynos4 SoC series common device tree source
3 *
4 * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
5 * http://www.samsung.com
6 * Copyright (c) 2010-2011 Linaro Ltd.
7 * www.linaro.org
8 *
9 * Samsung's Exynos4 SoC series device nodes are listed in this file. Particular
10 * SoCs from Exynos4 series can include this file and provide values for SoCs
11 * specfic bindings.
12 *
13 * Note: This file does not include device nodes for all the controllers in
14 * Exynos4 SoCs. As device tree coverage for Exynos4 increases, additional
15 * nodes can be added to this file.
16 *
17 * This program is free software; you can redistribute it and/or modify
18 * it under the terms of the GNU General Public License version 2 as
19 * published by the Free Software Foundation.
20 */
21
22#include <dt-bindings/clock/exynos4.h>
23#include <dt-bindings/clock/exynos-audss-clk.h>
24#include <dt-bindings/interrupt-controller/arm-gic.h>
25#include <dt-bindings/interrupt-controller/irq.h>
26#include "exynos-syscon-restart.dtsi"
27
28/ {
29 interrupt-parent = <&gic>;
30 #address-cells = <1>;
31 #size-cells = <1>;
32
33 aliases {
34 spi0 = &spi_0;
35 spi1 = &spi_1;
36 spi2 = &spi_2;
37 i2c0 = &i2c_0;
38 i2c1 = &i2c_1;
39 i2c2 = &i2c_2;
40 i2c3 = &i2c_3;
41 i2c4 = &i2c_4;
42 i2c5 = &i2c_5;
43 i2c6 = &i2c_6;
44 i2c7 = &i2c_7;
45 i2c8 = &i2c_8;
46 csis0 = &csis_0;
47 csis1 = &csis_1;
48 fimc0 = &fimc_0;
49 fimc1 = &fimc_1;
50 fimc2 = &fimc_2;
51 fimc3 = &fimc_3;
52 serial0 = &serial_0;
53 serial1 = &serial_1;
54 serial2 = &serial_2;
55 serial3 = &serial_3;
56 };
57
58 clock_audss: clock-controller@03810000 {
59 compatible = "samsung,exynos4210-audss-clock";
60 reg = <0x03810000 0x0C>;
61 #clock-cells = <1>;
62 };
63
64 i2s0: i2s@03830000 {
65 compatible = "samsung,s5pv210-i2s";
66 reg = <0x03830000 0x100>;
67 clocks = <&clock_audss EXYNOS_I2S_BUS>;
68 clock-names = "iis";
69 #clock-cells = <1>;
70 clock-output-names = "i2s_cdclk0";
71 dmas = <&pdma0 12>, <&pdma0 11>, <&pdma0 10>;
72 dma-names = "tx", "rx", "tx-sec";
73 samsung,idma-addr = <0x03000000>;
74 #sound-dai-cells = <1>;
75 status = "disabled";
76 };
77
78 chipid@10000000 {
79 compatible = "samsung,exynos4210-chipid";
80 reg = <0x10000000 0x100>;
81 };
82
83 scu: snoop-control-unit@10500000 {
84 compatible = "arm,cortex-a9-scu";
85 reg = <0x10500000 0x2000>;
86 };
87
88 memory-controller@12570000 {
89 compatible = "samsung,exynos4210-srom";
90 reg = <0x12570000 0x14>;
91 };
92
93 mipi_phy: video-phy {
94 compatible = "samsung,s5pv210-mipi-video-phy";
95 #phy-cells = <1>;
96 syscon = <&pmu_system_controller>;
97 };
98
99 pd_mfc: mfc-power-domain@10023C40 {
100 compatible = "samsung,exynos4210-pd";
101 reg = <0x10023C40 0x20>;
102 #power-domain-cells = <0>;
103 };
104
105 pd_g3d: g3d-power-domain@10023C60 {
106 compatible = "samsung,exynos4210-pd";
107 reg = <0x10023C60 0x20>;
108 #power-domain-cells = <0>;
109 };
110
111 pd_lcd0: lcd0-power-domain@10023C80 {
112 compatible = "samsung,exynos4210-pd";
113 reg = <0x10023C80 0x20>;
114 #power-domain-cells = <0>;
115 };
116
117 pd_tv: tv-power-domain@10023C20 {
118 compatible = "samsung,exynos4210-pd";
119 reg = <0x10023C20 0x20>;
120 #power-domain-cells = <0>;
121 power-domains = <&pd_lcd0>;
122 };
123
124 pd_cam: cam-power-domain@10023C00 {
125 compatible = "samsung,exynos4210-pd";
126 reg = <0x10023C00 0x20>;
127 #power-domain-cells = <0>;
128 };
129
130 pd_gps: gps-power-domain@10023CE0 {
131 compatible = "samsung,exynos4210-pd";
132 reg = <0x10023CE0 0x20>;
133 #power-domain-cells = <0>;
134 };
135
136 pd_gps_alive: gps-alive-power-domain@10023D00 {
137 compatible = "samsung,exynos4210-pd";
138 reg = <0x10023D00 0x20>;
139 #power-domain-cells = <0>;
140 };
141
142 gic: interrupt-controller@10490000 {
143 compatible = "arm,cortex-a9-gic";
144 #interrupt-cells = <3>;
145 interrupt-controller;
146 reg = <0x10490000 0x10000>, <0x10480000 0x10000>;
147 };
148
149 combiner: interrupt-controller@10440000 {
150 compatible = "samsung,exynos4210-combiner";
151 #interrupt-cells = <2>;
152 interrupt-controller;
153 reg = <0x10440000 0x1000>;
154 };
155
156 pmu {
157 compatible = "arm,cortex-a9-pmu";
158 interrupt-parent = <&combiner>;
159 interrupts = <2 2>, <3 2>;
160 };
161
162 sys_reg: syscon@10010000 {
163 compatible = "samsung,exynos4-sysreg", "syscon";
164 reg = <0x10010000 0x400>;
165 };
166
167 pmu_system_controller: system-controller@10020000 {
168 compatible = "samsung,exynos4210-pmu", "syscon";
169 reg = <0x10020000 0x4000>;
170 interrupt-controller;
171 #interrupt-cells = <3>;
172 interrupt-parent = <&gic>;
173 };
174
175 dsi_0: dsi@11C80000 {
176 compatible = "samsung,exynos4210-mipi-dsi";
177 reg = <0x11C80000 0x10000>;
178 interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
179 power-domains = <&pd_lcd0>;
180 phys = <&mipi_phy 1>;
181 phy-names = "dsim";
182 clocks = <&clock CLK_DSIM0>, <&clock CLK_SCLK_MIPI0>;
183 clock-names = "bus_clk", "sclk_mipi";
184 status = "disabled";
185 #address-cells = <1>;
186 #size-cells = <0>;
187 };
188
189 camera {
190 compatible = "samsung,fimc", "simple-bus";
191 status = "disabled";
192 #address-cells = <1>;
193 #size-cells = <1>;
194 #clock-cells = <1>;
195 clock-output-names = "cam_a_clkout", "cam_b_clkout";
196 ranges;
197
198 fimc_0: fimc@11800000 {
199 compatible = "samsung,exynos4210-fimc";
200 reg = <0x11800000 0x1000>;
201 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
202 clocks = <&clock CLK_FIMC0>, <&clock CLK_SCLK_FIMC0>;
203 clock-names = "fimc", "sclk_fimc";
204 power-domains = <&pd_cam>;
205 samsung,sysreg = <&sys_reg>;
206 iommus = <&sysmmu_fimc0>;
207 status = "disabled";
208 };
209
210 fimc_1: fimc@11810000 {
211 compatible = "samsung,exynos4210-fimc";
212 reg = <0x11810000 0x1000>;
213 interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
214 clocks = <&clock CLK_FIMC1>, <&clock CLK_SCLK_FIMC1>;
215 clock-names = "fimc", "sclk_fimc";
216 power-domains = <&pd_cam>;
217 samsung,sysreg = <&sys_reg>;
218 iommus = <&sysmmu_fimc1>;
219 status = "disabled";
220 };
221
222 fimc_2: fimc@11820000 {
223 compatible = "samsung,exynos4210-fimc";
224 reg = <0x11820000 0x1000>;
225 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
226 clocks = <&clock CLK_FIMC2>, <&clock CLK_SCLK_FIMC2>;
227 clock-names = "fimc", "sclk_fimc";
228 power-domains = <&pd_cam>;
229 samsung,sysreg = <&sys_reg>;
230 iommus = <&sysmmu_fimc2>;
231 status = "disabled";
232 };
233
234 fimc_3: fimc@11830000 {
235 compatible = "samsung,exynos4210-fimc";
236 reg = <0x11830000 0x1000>;
237 interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
238 clocks = <&clock CLK_FIMC3>, <&clock CLK_SCLK_FIMC3>;
239 clock-names = "fimc", "sclk_fimc";
240 power-domains = <&pd_cam>;
241 samsung,sysreg = <&sys_reg>;
242 iommus = <&sysmmu_fimc3>;
243 status = "disabled";
244 };
245
246 csis_0: csis@11880000 {
247 compatible = "samsung,exynos4210-csis";
248 reg = <0x11880000 0x4000>;
249 interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
250 clocks = <&clock CLK_CSIS0>, <&clock CLK_SCLK_CSIS0>;
251 clock-names = "csis", "sclk_csis";
252 bus-width = <4>;
253 power-domains = <&pd_cam>;
254 phys = <&mipi_phy 0>;
255 phy-names = "csis";
256 status = "disabled";
257 #address-cells = <1>;
258 #size-cells = <0>;
259 };
260
261 csis_1: csis@11890000 {
262 compatible = "samsung,exynos4210-csis";
263 reg = <0x11890000 0x4000>;
264 interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
265 clocks = <&clock CLK_CSIS1>, <&clock CLK_SCLK_CSIS1>;
266 clock-names = "csis", "sclk_csis";
267 bus-width = <2>;
268 power-domains = <&pd_cam>;
269 phys = <&mipi_phy 2>;
270 phy-names = "csis";
271 status = "disabled";
272 #address-cells = <1>;
273 #size-cells = <0>;
274 };
275 };
276
277 watchdog: watchdog@10060000 {
278 compatible = "samsung,s3c2410-wdt";
279 reg = <0x10060000 0x100>;
280 interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
281 clocks = <&clock CLK_WDT>;
282 clock-names = "watchdog";
283 status = "disabled";
284 };
285
286 rtc: rtc@10070000 {
287 compatible = "samsung,s3c6410-rtc";
288 reg = <0x10070000 0x100>;
289 interrupt-parent = <&pmu_system_controller>;
290 interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>,
291 <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
292 clocks = <&clock CLK_RTC>;
293 clock-names = "rtc";
294 status = "disabled";
295 };
296
297 keypad: keypad@100A0000 {
298 compatible = "samsung,s5pv210-keypad";
299 reg = <0x100A0000 0x100>;
300 interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>;
301 clocks = <&clock CLK_KEYIF>;
302 clock-names = "keypad";
303 status = "disabled";
304 };
305
306 sdhci_0: sdhci@12510000 {
307 compatible = "samsung,exynos4210-sdhci";
308 reg = <0x12510000 0x100>;
309 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
310 clocks = <&clock CLK_SDMMC0>, <&clock CLK_SCLK_MMC0>;
311 clock-names = "hsmmc", "mmc_busclk.2";
312 status = "disabled";
313 };
314
315 sdhci_1: sdhci@12520000 {
316 compatible = "samsung,exynos4210-sdhci";
317 reg = <0x12520000 0x100>;
318 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
319 clocks = <&clock CLK_SDMMC1>, <&clock CLK_SCLK_MMC1>;
320 clock-names = "hsmmc", "mmc_busclk.2";
321 status = "disabled";
322 };
323
324 sdhci_2: sdhci@12530000 {
325 compatible = "samsung,exynos4210-sdhci";
326 reg = <0x12530000 0x100>;
327 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
328 clocks = <&clock CLK_SDMMC2>, <&clock CLK_SCLK_MMC2>;
329 clock-names = "hsmmc", "mmc_busclk.2";
330 status = "disabled";
331 };
332
333 sdhci_3: sdhci@12540000 {
334 compatible = "samsung,exynos4210-sdhci";
335 reg = <0x12540000 0x100>;
336 interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
337 clocks = <&clock CLK_SDMMC3>, <&clock CLK_SCLK_MMC3>;
338 clock-names = "hsmmc", "mmc_busclk.2";
339 status = "disabled";
340 };
341
342 exynos_usbphy: exynos-usbphy@125B0000 {
343 compatible = "samsung,exynos4210-usb2-phy";
344 reg = <0x125B0000 0x100>;
345 samsung,pmureg-phandle = <&pmu_system_controller>;
346 clocks = <&clock CLK_USB_DEVICE>, <&clock CLK_XUSBXTI>;
347 clock-names = "phy", "ref";
348 #phy-cells = <1>;
349 status = "disabled";
350 };
351
352 hsotg: hsotg@12480000 {
353 compatible = "samsung,s3c6400-hsotg";
354 reg = <0x12480000 0x20000>;
355 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
356 clocks = <&clock CLK_USB_DEVICE>;
357 clock-names = "otg";
358 phys = <&exynos_usbphy 0>;
359 phy-names = "usb2-phy";
360 status = "disabled";
361 };
362
363 ehci: ehci@12580000 {
364 compatible = "samsung,exynos4210-ehci";
365 reg = <0x12580000 0x100>;
366 interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
367 clocks = <&clock CLK_USB_HOST>;
368 clock-names = "usbhost";
369 status = "disabled";
370 #address-cells = <1>;
371 #size-cells = <0>;
372 port@0 {
373 reg = <0>;
374 phys = <&exynos_usbphy 1>;
375 status = "disabled";
376 };
377 port@1 {
378 reg = <1>;
379 phys = <&exynos_usbphy 2>;
380 status = "disabled";
381 };
382 port@2 {
383 reg = <2>;
384 phys = <&exynos_usbphy 3>;
385 status = "disabled";
386 };
387 };
388
389 ohci: ohci@12590000 {
390 compatible = "samsung,exynos4210-ohci";
391 reg = <0x12590000 0x100>;
392 interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
393 clocks = <&clock CLK_USB_HOST>;
394 clock-names = "usbhost";
395 status = "disabled";
396 #address-cells = <1>;
397 #size-cells = <0>;
398 port@0 {
399 reg = <0>;
400 phys = <&exynos_usbphy 1>;
401 status = "disabled";
402 };
403 };
404
405 i2s1: i2s@13960000 {
406 compatible = "samsung,s3c6410-i2s";
407 reg = <0x13960000 0x100>;
408 clocks = <&clock CLK_I2S1>;
409 clock-names = "iis";
410 #clock-cells = <1>;
411 clock-output-names = "i2s_cdclk1";
412 dmas = <&pdma1 12>, <&pdma1 11>;
413 dma-names = "tx", "rx";
414 #sound-dai-cells = <1>;
415 status = "disabled";
416 };
417
418 i2s2: i2s@13970000 {
419 compatible = "samsung,s3c6410-i2s";
420 reg = <0x13970000 0x100>;
421 clocks = <&clock CLK_I2S2>;
422 clock-names = "iis";
423 #clock-cells = <1>;
424 clock-output-names = "i2s_cdclk2";
425 dmas = <&pdma0 14>, <&pdma0 13>;
426 dma-names = "tx", "rx";
427 #sound-dai-cells = <1>;
428 status = "disabled";
429 };
430
431 mfc: codec@13400000 {
432 compatible = "samsung,mfc-v5";
433 reg = <0x13400000 0x10000>;
434 interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
435 power-domains = <&pd_mfc>;
436 clocks = <&clock CLK_MFC>, <&clock CLK_SCLK_MFC>;
437 clock-names = "mfc", "sclk_mfc";
438 iommus = <&sysmmu_mfc_l>, <&sysmmu_mfc_r>;
439 iommu-names = "left", "right";
440 };
441
442 serial_0: serial@13800000 {
443 compatible = "samsung,exynos4210-uart";
444 reg = <0x13800000 0x100>;
445 interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
446 clocks = <&clock CLK_UART0>, <&clock CLK_SCLK_UART0>;
447 clock-names = "uart", "clk_uart_baud0";
448 dmas = <&pdma0 15>, <&pdma0 16>;
449 dma-names = "rx", "tx";
450 status = "disabled";
451 };
452
453 serial_1: serial@13810000 {
454 compatible = "samsung,exynos4210-uart";
455 reg = <0x13810000 0x100>;
456 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
457 clocks = <&clock CLK_UART1>, <&clock CLK_SCLK_UART1>;
458 clock-names = "uart", "clk_uart_baud0";
459 dmas = <&pdma1 15>, <&pdma1 16>;
460 dma-names = "rx", "tx";
461 status = "disabled";
462 };
463
464 serial_2: serial@13820000 {
465 compatible = "samsung,exynos4210-uart";
466 reg = <0x13820000 0x100>;
467 interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>;
468 clocks = <&clock CLK_UART2>, <&clock CLK_SCLK_UART2>;
469 clock-names = "uart", "clk_uart_baud0";
470 dmas = <&pdma0 17>, <&pdma0 18>;
471 dma-names = "rx", "tx";
472 status = "disabled";
473 };
474
475 serial_3: serial@13830000 {
476 compatible = "samsung,exynos4210-uart";
477 reg = <0x13830000 0x100>;
478 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
479 clocks = <&clock CLK_UART3>, <&clock CLK_SCLK_UART3>;
480 clock-names = "uart", "clk_uart_baud0";
481 dmas = <&pdma1 17>, <&pdma1 18>;
482 dma-names = "rx", "tx";
483 status = "disabled";
484 };
485
486 i2c_0: i2c@13860000 {
487 #address-cells = <1>;
488 #size-cells = <0>;
489 compatible = "samsung,s3c2440-i2c";
490 reg = <0x13860000 0x100>;
491 interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>;
492 clocks = <&clock CLK_I2C0>;
493 clock-names = "i2c";
494 pinctrl-names = "default";
495 pinctrl-0 = <&i2c0_bus>;
496 status = "disabled";
497 };
498
499 i2c_1: i2c@13870000 {
500 #address-cells = <1>;
501 #size-cells = <0>;
502 compatible = "samsung,s3c2440-i2c";
503 reg = <0x13870000 0x100>;
504 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
505 clocks = <&clock CLK_I2C1>;
506 clock-names = "i2c";
507 pinctrl-names = "default";
508 pinctrl-0 = <&i2c1_bus>;
509 status = "disabled";
510 };
511
512 i2c_2: i2c@13880000 {
513 #address-cells = <1>;
514 #size-cells = <0>;
515 compatible = "samsung,s3c2440-i2c";
516 reg = <0x13880000 0x100>;
517 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
518 clocks = <&clock CLK_I2C2>;
519 clock-names = "i2c";
520 pinctrl-names = "default";
521 pinctrl-0 = <&i2c2_bus>;
522 status = "disabled";
523 };
524
525 i2c_3: i2c@13890000 {
526 #address-cells = <1>;
527 #size-cells = <0>;
528 compatible = "samsung,s3c2440-i2c";
529 reg = <0x13890000 0x100>;
530 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
531 clocks = <&clock CLK_I2C3>;
532 clock-names = "i2c";
533 pinctrl-names = "default";
534 pinctrl-0 = <&i2c3_bus>;
535 status = "disabled";
536 };
537
538 i2c_4: i2c@138A0000 {
539 #address-cells = <1>;
540 #size-cells = <0>;
541 compatible = "samsung,s3c2440-i2c";
542 reg = <0x138A0000 0x100>;
543 interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
544 clocks = <&clock CLK_I2C4>;
545 clock-names = "i2c";
546 pinctrl-names = "default";
547 pinctrl-0 = <&i2c4_bus>;
548 status = "disabled";
549 };
550
551 i2c_5: i2c@138B0000 {
552 #address-cells = <1>;
553 #size-cells = <0>;
554 compatible = "samsung,s3c2440-i2c";
555 reg = <0x138B0000 0x100>;
556 interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
557 clocks = <&clock CLK_I2C5>;
558 clock-names = "i2c";
559 pinctrl-names = "default";
560 pinctrl-0 = <&i2c5_bus>;
561 status = "disabled";
562 };
563
564 i2c_6: i2c@138C0000 {
565 #address-cells = <1>;
566 #size-cells = <0>;
567 compatible = "samsung,s3c2440-i2c";
568 reg = <0x138C0000 0x100>;
569 interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>;
570 clocks = <&clock CLK_I2C6>;
571 clock-names = "i2c";
572 pinctrl-names = "default";
573 pinctrl-0 = <&i2c6_bus>;
574 status = "disabled";
575 };
576
577 i2c_7: i2c@138D0000 {
578 #address-cells = <1>;
579 #size-cells = <0>;
580 compatible = "samsung,s3c2440-i2c";
581 reg = <0x138D0000 0x100>;
582 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
583 clocks = <&clock CLK_I2C7>;
584 clock-names = "i2c";
585 pinctrl-names = "default";
586 pinctrl-0 = <&i2c7_bus>;
587 status = "disabled";
588 };
589
590 i2c_8: i2c@138E0000 {
591 #address-cells = <1>;
592 #size-cells = <0>;
593 compatible = "samsung,s3c2440-hdmiphy-i2c";
594 reg = <0x138E0000 0x100>;
595 interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
596 clocks = <&clock CLK_I2C_HDMI>;
597 clock-names = "i2c";
598 status = "disabled";
599
600 hdmi_i2c_phy: hdmiphy@38 {
601 compatible = "exynos4210-hdmiphy";
602 reg = <0x38>;
603 };
604 };
605
606 spi_0: spi@13920000 {
607 compatible = "samsung,exynos4210-spi";
608 reg = <0x13920000 0x100>;
609 interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>;
610 dmas = <&pdma0 7>, <&pdma0 6>;
611 dma-names = "tx", "rx";
612 #address-cells = <1>;
613 #size-cells = <0>;
614 clocks = <&clock CLK_SPI0>, <&clock CLK_SCLK_SPI0>;
615 clock-names = "spi", "spi_busclk0";
616 pinctrl-names = "default";
617 pinctrl-0 = <&spi0_bus>;
618 status = "disabled";
619 };
620
621 spi_1: spi@13930000 {
622 compatible = "samsung,exynos4210-spi";
623 reg = <0x13930000 0x100>;
624 interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
625 dmas = <&pdma1 7>, <&pdma1 6>;
626 dma-names = "tx", "rx";
627 #address-cells = <1>;
628 #size-cells = <0>;
629 clocks = <&clock CLK_SPI1>, <&clock CLK_SCLK_SPI1>;
630 clock-names = "spi", "spi_busclk0";
631 pinctrl-names = "default";
632 pinctrl-0 = <&spi1_bus>;
633 status = "disabled";
634 };
635
636 spi_2: spi@13940000 {
637 compatible = "samsung,exynos4210-spi";
638 reg = <0x13940000 0x100>;
639 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
640 dmas = <&pdma0 9>, <&pdma0 8>;
641 dma-names = "tx", "rx";
642 #address-cells = <1>;
643 #size-cells = <0>;
644 clocks = <&clock CLK_SPI2>, <&clock CLK_SCLK_SPI2>;
645 clock-names = "spi", "spi_busclk0";
646 pinctrl-names = "default";
647 pinctrl-0 = <&spi2_bus>;
648 status = "disabled";
649 };
650
651 pwm: pwm@139D0000 {
652 compatible = "samsung,exynos4210-pwm";
653 reg = <0x139D0000 0x1000>;
654 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>,
655 <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>,
656 <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>,
657 <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>,
658 <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
659 clocks = <&clock CLK_PWM>;
660 clock-names = "timers";
661 #pwm-cells = <3>;
662 status = "disabled";
663 };
664
665 amba {
666 #address-cells = <1>;
667 #size-cells = <1>;
668 compatible = "simple-bus";
669 interrupt-parent = <&gic>;
670 ranges;
671
672 pdma0: pdma@12680000 {
673 compatible = "arm,pl330", "arm,primecell";
674 reg = <0x12680000 0x1000>;
675 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
676 clocks = <&clock CLK_PDMA0>;
677 clock-names = "apb_pclk";
678 #dma-cells = <1>;
679 #dma-channels = <8>;
680 #dma-requests = <32>;
681 };
682
683 pdma1: pdma@12690000 {
684 compatible = "arm,pl330", "arm,primecell";
685 reg = <0x12690000 0x1000>;
686 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
687 clocks = <&clock CLK_PDMA1>;
688 clock-names = "apb_pclk";
689 #dma-cells = <1>;
690 #dma-channels = <8>;
691 #dma-requests = <32>;
692 };
693
694 mdma1: mdma@12850000 {
695 compatible = "arm,pl330", "arm,primecell";
696 reg = <0x12850000 0x1000>;
697 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
698 clocks = <&clock CLK_MDMA>;
699 clock-names = "apb_pclk";
700 #dma-cells = <1>;
701 #dma-channels = <8>;
702 #dma-requests = <1>;
703 };
704 };
705
706 fimd: fimd@11c00000 {
707 compatible = "samsung,exynos4210-fimd";
708 interrupt-parent = <&combiner>;
709 reg = <0x11c00000 0x20000>;
710 interrupt-names = "fifo", "vsync", "lcd_sys";
711 interrupts = <11 0>, <11 1>, <11 2>;
712 clocks = <&clock CLK_SCLK_FIMD0>, <&clock CLK_FIMD0>;
713 clock-names = "sclk_fimd", "fimd";
714 power-domains = <&pd_lcd0>;
715 iommus = <&sysmmu_fimd0>;
716 samsung,sysreg = <&sys_reg>;
717 status = "disabled";
718 };
719
720 tmu: tmu@100C0000 {
721 #include "exynos4412-tmu-sensor-conf.dtsi"
722 };
723
724 jpeg_codec: jpeg-codec@11840000 {
725 compatible = "samsung,exynos4210-jpeg";
726 reg = <0x11840000 0x1000>;
727 interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>;
728 clocks = <&clock CLK_JPEG>;
729 clock-names = "jpeg";
730 power-domains = <&pd_cam>;
731 iommus = <&sysmmu_jpeg>;
732 };
733
734 rotator: rotator@12810000 {
735 compatible = "samsung,exynos4210-rotator";
736 reg = <0x12810000 0x64>;
737 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
738 clocks = <&clock CLK_ROTATOR>;
739 clock-names = "rotator";
740 iommus = <&sysmmu_rotator>;
741 };
742
743 hdmi: hdmi@12D00000 {
744 compatible = "samsung,exynos4210-hdmi";
745 reg = <0x12D00000 0x70000>;
746 interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
747 clock-names = "hdmi", "sclk_hdmi", "sclk_pixel", "sclk_hdmiphy",
748 "mout_hdmi";
749 clocks = <&clock CLK_HDMI>, <&clock CLK_SCLK_HDMI>,
750 <&clock CLK_SCLK_PIXEL>, <&clock CLK_SCLK_HDMIPHY>,
751 <&clock CLK_MOUT_HDMI>;
752 phy = <&hdmi_i2c_phy>;
753 power-domains = <&pd_tv>;
754 samsung,syscon-phandle = <&pmu_system_controller>;
755 status = "disabled";
756 };
757
758 hdmicec: cec@100B0000 {
759 compatible = "samsung,s5p-cec";
760 reg = <0x100B0000 0x200>;
761 interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>;
762 clocks = <&clock CLK_HDMI_CEC>;
763 clock-names = "hdmicec";
764 samsung,syscon-phandle = <&pmu_system_controller>;
765 pinctrl-names = "default";
766 pinctrl-0 = <&hdmi_cec>;
767 status = "disabled";
768 };
769
770 mixer: mixer@12C10000 {
771 compatible = "samsung,exynos4210-mixer";
772 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
773 reg = <0x12C10000 0x2100>, <0x12c00000 0x300>;
774 power-domains = <&pd_tv>;
775 iommus = <&sysmmu_tv>;
776 status = "disabled";
777 };
778
779 ppmu_dmc0: ppmu_dmc0@106a0000 {
780 compatible = "samsung,exynos-ppmu";
781 reg = <0x106a0000 0x2000>;
782 clocks = <&clock CLK_PPMUDMC0>;
783 clock-names = "ppmu";
784 status = "disabled";
785 };
786
787 ppmu_dmc1: ppmu_dmc1@106b0000 {
788 compatible = "samsung,exynos-ppmu";
789 reg = <0x106b0000 0x2000>;
790 clocks = <&clock CLK_PPMUDMC1>;
791 clock-names = "ppmu";
792 status = "disabled";
793 };
794
795 ppmu_cpu: ppmu_cpu@106c0000 {
796 compatible = "samsung,exynos-ppmu";
797 reg = <0x106c0000 0x2000>;
798 clocks = <&clock CLK_PPMUCPU>;
799 clock-names = "ppmu";
800 status = "disabled";
801 };
802
803 ppmu_acp: ppmu_acp@10ae0000 {
804 compatible = "samsung,exynos-ppmu";
805 reg = <0x106e0000 0x2000>;
806 status = "disabled";
807 };
808
809 ppmu_rightbus: ppmu_rightbus@112a0000 {
810 compatible = "samsung,exynos-ppmu";
811 reg = <0x112a0000 0x2000>;
812 clocks = <&clock CLK_PPMURIGHT>;
813 clock-names = "ppmu";
814 status = "disabled";
815 };
816
817 ppmu_leftbus: ppmu_leftbus0@116a0000 {
818 compatible = "samsung,exynos-ppmu";
819 reg = <0x116a0000 0x2000>;
820 clocks = <&clock CLK_PPMULEFT>;
821 clock-names = "ppmu";
822 status = "disabled";
823 };
824
825 ppmu_camif: ppmu_camif@11ac0000 {
826 compatible = "samsung,exynos-ppmu";
827 reg = <0x11ac0000 0x2000>;
828 clocks = <&clock CLK_PPMUCAMIF>;
829 clock-names = "ppmu";
830 status = "disabled";
831 };
832
833 ppmu_lcd0: ppmu_lcd0@11e40000 {
834 compatible = "samsung,exynos-ppmu";
835 reg = <0x11e40000 0x2000>;
836 clocks = <&clock CLK_PPMULCD0>;
837 clock-names = "ppmu";
838 status = "disabled";
839 };
840
841 ppmu_fsys: ppmu_g3d@12630000 {
842 compatible = "samsung,exynos-ppmu";
843 reg = <0x12630000 0x2000>;
844 status = "disabled";
845 };
846
847 ppmu_image: ppmu_image@12aa0000 {
848 compatible = "samsung,exynos-ppmu";
849 reg = <0x12aa0000 0x2000>;
850 clocks = <&clock CLK_PPMUIMAGE>;
851 clock-names = "ppmu";
852 status = "disabled";
853 };
854
855 ppmu_tv: ppmu_tv@12e40000 {
856 compatible = "samsung,exynos-ppmu";
857 reg = <0x12e40000 0x2000>;
858 clocks = <&clock CLK_PPMUTV>;
859 clock-names = "ppmu";
860 status = "disabled";
861 };
862
863 ppmu_g3d: ppmu_g3d@13220000 {
864 compatible = "samsung,exynos-ppmu";
865 reg = <0x13220000 0x2000>;
866 clocks = <&clock CLK_PPMUG3D>;
867 clock-names = "ppmu";
868 status = "disabled";
869 };
870
871 ppmu_mfc_left: ppmu_mfc_left@13660000 {
872 compatible = "samsung,exynos-ppmu";
873 reg = <0x13660000 0x2000>;
874 clocks = <&clock CLK_PPMUMFC_L>;
875 clock-names = "ppmu";
876 status = "disabled";
877 };
878
879 ppmu_mfc_right: ppmu_mfc_right@13670000 {
880 compatible = "samsung,exynos-ppmu";
881 reg = <0x13670000 0x2000>;
882 clocks = <&clock CLK_PPMUMFC_R>;
883 clock-names = "ppmu";
884 status = "disabled";
885 };
886
887 sysmmu_mfc_l: sysmmu@13620000 {
888 compatible = "samsung,exynos-sysmmu";
889 reg = <0x13620000 0x1000>;
890 interrupt-parent = <&combiner>;
891 interrupts = <5 5>;
892 clock-names = "sysmmu", "master";
893 clocks = <&clock CLK_SMMU_MFCL>, <&clock CLK_MFC>;
894 power-domains = <&pd_mfc>;
895 #iommu-cells = <0>;
896 };
897
898 sysmmu_mfc_r: sysmmu@13630000 {
899 compatible = "samsung,exynos-sysmmu";
900 reg = <0x13630000 0x1000>;
901 interrupt-parent = <&combiner>;
902 interrupts = <5 6>;
903 clock-names = "sysmmu", "master";
904 clocks = <&clock CLK_SMMU_MFCR>, <&clock CLK_MFC>;
905 power-domains = <&pd_mfc>;
906 #iommu-cells = <0>;
907 };
908
909 sysmmu_tv: sysmmu@12E20000 {
910 compatible = "samsung,exynos-sysmmu";
911 reg = <0x12E20000 0x1000>;
912 interrupt-parent = <&combiner>;
913 interrupts = <5 4>;
914 clock-names = "sysmmu", "master";
915 clocks = <&clock CLK_SMMU_TV>, <&clock CLK_MIXER>;
916 power-domains = <&pd_tv>;
917 #iommu-cells = <0>;
918 };
919
920 sysmmu_fimc0: sysmmu@11A20000 {
921 compatible = "samsung,exynos-sysmmu";
922 reg = <0x11A20000 0x1000>;
923 interrupt-parent = <&combiner>;
924 interrupts = <4 2>;
925 clock-names = "sysmmu", "master";
926 clocks = <&clock CLK_SMMU_FIMC0>, <&clock CLK_FIMC0>;
927 power-domains = <&pd_cam>;
928 #iommu-cells = <0>;
929 };
930
931 sysmmu_fimc1: sysmmu@11A30000 {
932 compatible = "samsung,exynos-sysmmu";
933 reg = <0x11A30000 0x1000>;
934 interrupt-parent = <&combiner>;
935 interrupts = <4 3>;
936 clock-names = "sysmmu", "master";
937 clocks = <&clock CLK_SMMU_FIMC1>, <&clock CLK_FIMC1>;
938 power-domains = <&pd_cam>;
939 #iommu-cells = <0>;
940 };
941
942 sysmmu_fimc2: sysmmu@11A40000 {
943 compatible = "samsung,exynos-sysmmu";
944 reg = <0x11A40000 0x1000>;
945 interrupt-parent = <&combiner>;
946 interrupts = <4 4>;
947 clock-names = "sysmmu", "master";
948 clocks = <&clock CLK_SMMU_FIMC2>, <&clock CLK_FIMC2>;
949 power-domains = <&pd_cam>;
950 #iommu-cells = <0>;
951 };
952
953 sysmmu_fimc3: sysmmu@11A50000 {
954 compatible = "samsung,exynos-sysmmu";
955 reg = <0x11A50000 0x1000>;
956 interrupt-parent = <&combiner>;
957 interrupts = <4 5>;
958 clock-names = "sysmmu", "master";
959 clocks = <&clock CLK_SMMU_FIMC3>, <&clock CLK_FIMC3>;
960 power-domains = <&pd_cam>;
961 #iommu-cells = <0>;
962 };
963
964 sysmmu_jpeg: sysmmu@11A60000 {
965 compatible = "samsung,exynos-sysmmu";
966 reg = <0x11A60000 0x1000>;
967 interrupt-parent = <&combiner>;
968 interrupts = <4 6>;
969 clock-names = "sysmmu", "master";
970 clocks = <&clock CLK_SMMU_JPEG>, <&clock CLK_JPEG>;
971 power-domains = <&pd_cam>;
972 #iommu-cells = <0>;
973 };
974
975 sysmmu_rotator: sysmmu@12A30000 {
976 compatible = "samsung,exynos-sysmmu";
977 reg = <0x12A30000 0x1000>;
978 interrupt-parent = <&combiner>;
979 interrupts = <5 0>;
980 clock-names = "sysmmu", "master";
981 clocks = <&clock CLK_SMMU_ROTATOR>, <&clock CLK_ROTATOR>;
982 #iommu-cells = <0>;
983 };
984
985 sysmmu_fimd0: sysmmu@11E20000 {
986 compatible = "samsung,exynos-sysmmu";
987 reg = <0x11E20000 0x1000>;
988 interrupt-parent = <&combiner>;
989 interrupts = <5 2>;
990 clock-names = "sysmmu", "master";
991 clocks = <&clock CLK_SMMU_FIMD0>, <&clock CLK_FIMD0>;
992 power-domains = <&pd_lcd0>;
993 #iommu-cells = <0>;
994 };
995
996 sss: sss@10830000 {
997 compatible = "samsung,exynos4210-secss";
998 reg = <0x10830000 0x300>;
999 interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>;
1000 clocks = <&clock CLK_SSS>;
1001 clock-names = "secss";
1002 };
1003
1004 prng: rng@10830400 {
1005 compatible = "samsung,exynos4-rng";
1006 reg = <0x10830400 0x200>;
1007 clocks = <&clock CLK_SSS>;
1008 clock-names = "secss";
1009 };
1010};