Deleted Added
sdiff udiff text old ( 279385 ) new ( 295436 )
full compact
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 *

--- 24 unchanged lines hidden (view full) ---

33 i2c0 = &i2c_0;
34 i2c1 = &i2c_1;
35 i2c2 = &i2c_2;
36 i2c3 = &i2c_3;
37 i2c4 = &i2c_4;
38 i2c5 = &i2c_5;
39 i2c6 = &i2c_6;
40 i2c7 = &i2c_7;
41 i2c8 = &i2c_8;
42 csis0 = &csis_0;
43 csis1 = &csis_1;
44 fimc0 = &fimc_0;
45 fimc1 = &fimc_1;
46 fimc2 = &fimc_2;
47 fimc3 = &fimc_3;
48 serial0 = &serial_0;
49 serial1 = &serial_1;

--- 23 unchanged lines hidden (view full) ---

73
74 chipid@10000000 {
75 compatible = "samsung,exynos4210-chipid";
76 reg = <0x10000000 0x100>;
77 };
78
79 mipi_phy: video-phy@10020710 {
80 compatible = "samsung,s5pv210-mipi-video-phy";
81 #phy-cells = <1>;
82 syscon = <&pmu_system_controller>;
83 };
84
85 pd_mfc: mfc-power-domain@10023C40 {
86 compatible = "samsung,exynos4210-pd";
87 reg = <0x10023C40 0x20>;
88 #power-domain-cells = <0>;

--- 10 unchanged lines hidden (view full) ---

99 reg = <0x10023C80 0x20>;
100 #power-domain-cells = <0>;
101 };
102
103 pd_tv: tv-power-domain@10023C20 {
104 compatible = "samsung,exynos4210-pd";
105 reg = <0x10023C20 0x20>;
106 #power-domain-cells = <0>;
107 power-domains = <&pd_lcd0>;
108 };
109
110 pd_cam: cam-power-domain@10023C00 {
111 compatible = "samsung,exynos4210-pd";
112 reg = <0x10023C00 0x20>;
113 #power-domain-cells = <0>;
114 };
115

--- 32 unchanged lines hidden (view full) ---

148 sys_reg: syscon@10010000 {
149 compatible = "samsung,exynos4-sysreg", "syscon";
150 reg = <0x10010000 0x400>;
151 };
152
153 pmu_system_controller: system-controller@10020000 {
154 compatible = "samsung,exynos4210-pmu", "syscon";
155 reg = <0x10020000 0x4000>;
156 interrupt-controller;
157 #interrupt-cells = <3>;
158 interrupt-parent = <&gic>;
159 };
160
161 poweroff: syscon-poweroff {
162 compatible = "syscon-poweroff";
163 regmap = <&pmu_system_controller>;
164 offset = <0x330C>; /* PS_HOLD_CONTROL */
165 mask = <0x5200>; /* reset value */
166 };
167
168 reboot: syscon-reboot {
169 compatible = "syscon-reboot";
170 regmap = <&pmu_system_controller>;
171 offset = <0x0400>; /* SWRESET */
172 mask = <0x1>;
173 };
174
175 dsi_0: dsi@11C80000 {
176 compatible = "samsung,exynos4210-mipi-dsi";
177 reg = <0x11C80000 0x10000>;
178 interrupts = <0 79 0>;
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";

--- 6 unchanged lines hidden (view full) ---

198 fimc_0: fimc@11800000 {
199 compatible = "samsung,exynos4210-fimc";
200 reg = <0x11800000 0x1000>;
201 interrupts = <0 84 0>;
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 = <0 85 0>;
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 = <0 86 0>;
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 = <0 87 0>;
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 = <0 78 0>;
250 clocks = <&clock CLK_CSIS0>, <&clock CLK_SCLK_CSIS0>;

--- 18 unchanged lines hidden (view full) ---

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 = <0 43 0>;
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 = <0 44 0>, <0 45 0>;
291 clocks = <&clock CLK_RTC>;
292 clock-names = "rtc";
293 status = "disabled";
294 };
295
296 keypad: keypad@100A0000 {
297 compatible = "samsung,s5pv210-keypad";
298 reg = <0x100A0000 0x100>;
299 interrupts = <0 109 0>;
300 clocks = <&clock CLK_KEYIF>;
301 clock-names = "keypad";
302 status = "disabled";
303 };
304
305 sdhci_0: sdhci@12510000 {
306 compatible = "samsung,exynos4210-sdhci";
307 reg = <0x12510000 0x100>;
308 interrupts = <0 73 0>;
309 clocks = <&clock CLK_SDMMC0>, <&clock CLK_SCLK_MMC0>;
310 clock-names = "hsmmc", "mmc_busclk.2";
311 status = "disabled";
312 };
313
314 sdhci_1: sdhci@12520000 {
315 compatible = "samsung,exynos4210-sdhci";
316 reg = <0x12520000 0x100>;
317 interrupts = <0 74 0>;
318 clocks = <&clock CLK_SDMMC1>, <&clock CLK_SCLK_MMC1>;
319 clock-names = "hsmmc", "mmc_busclk.2";
320 status = "disabled";
321 };
322
323 sdhci_2: sdhci@12530000 {
324 compatible = "samsung,exynos4210-sdhci";
325 reg = <0x12530000 0x100>;
326 interrupts = <0 75 0>;
327 clocks = <&clock CLK_SDMMC2>, <&clock CLK_SCLK_MMC2>;
328 clock-names = "hsmmc", "mmc_busclk.2";
329 status = "disabled";
330 };
331
332 sdhci_3: sdhci@12540000 {
333 compatible = "samsung,exynos4210-sdhci";
334 reg = <0x12540000 0x100>;
335 interrupts = <0 76 0>;
336 clocks = <&clock CLK_SDMMC3>, <&clock CLK_SCLK_MMC3>;
337 clock-names = "hsmmc", "mmc_busclk.2";
338 status = "disabled";
339 };
340
341 exynos_usbphy: exynos-usbphy@125B0000 {
342 compatible = "samsung,exynos4210-usb2-phy";
343 reg = <0x125B0000 0x100>;
344 samsung,pmureg-phandle = <&pmu_system_controller>;
345 clocks = <&clock CLK_USB_DEVICE>, <&clock CLK_XUSBXTI>;
346 clock-names = "phy", "ref";
347 #phy-cells = <1>;
348 status = "disabled";
349 };
350
351 hsotg: hsotg@12480000 {
352 compatible = "samsung,s3c6400-hsotg";
353 reg = <0x12480000 0x20000>;
354 interrupts = <0 71 0>;
355 clocks = <&clock CLK_USB_DEVICE>;
356 clock-names = "otg";
357 phys = <&exynos_usbphy 0>;
358 phy-names = "usb2-phy";
359 status = "disabled";
360 };
361
362 ehci: ehci@12580000 {
363 compatible = "samsung,exynos4210-ehci";
364 reg = <0x12580000 0x100>;
365 interrupts = <0 70 0>;
366 clocks = <&clock CLK_USB_HOST>;
367 clock-names = "usbhost";
368 status = "disabled";
369 #address-cells = <1>;
370 #size-cells = <0>;

--- 9 unchanged lines hidden (view full) ---

380 };
381 port@2 {
382 reg = <2>;
383 phys = <&exynos_usbphy 3>;
384 status = "disabled";
385 };
386 };
387
388 ohci: ohci@12590000 {
389 compatible = "samsung,exynos4210-ohci";
390 reg = <0x12590000 0x100>;
391 interrupts = <0 70 0>;
392 clocks = <&clock CLK_USB_HOST>;
393 clock-names = "usbhost";
394 status = "disabled";
395 #address-cells = <1>;
396 #size-cells = <0>;

--- 32 unchanged lines hidden (view full) ---

429
430 mfc: codec@13400000 {
431 compatible = "samsung,mfc-v5";
432 reg = <0x13400000 0x10000>;
433 interrupts = <0 94 0>;
434 power-domains = <&pd_mfc>;
435 clocks = <&clock CLK_MFC>, <&clock CLK_SCLK_MFC>;
436 clock-names = "mfc", "sclk_mfc";
437 iommus = <&sysmmu_mfc_l>, <&sysmmu_mfc_r>;
438 iommu-names = "left", "right";
439 status = "disabled";
440 };
441
442 serial_0: serial@13800000 {
443 compatible = "samsung,exynos4210-uart";
444 reg = <0x13800000 0x100>;
445 interrupts = <0 52 0>;
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 = <0 53 0>;
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 = <0 54 0>;
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 = <0 55 0>;
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>;

--- 91 unchanged lines hidden (view full) ---

582 interrupts = <0 65 0>;
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 = <0 93 0>;
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 = <0 66 0>;
610 dmas = <&pdma0 7>, <&pdma0 6>;
611 dma-names = "tx", "rx";
612 #address-cells = <1>;
613 #size-cells = <0>;

--- 29 unchanged lines hidden (view full) ---

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 = <0 37 0>, <0 38 0>, <0 39 0>, <0 40 0>, <0 41 0>;
655 clocks = <&clock CLK_PWM>;
656 clock-names = "timers";
657 #pwm-cells = <3>;
658 status = "disabled";
659 };

--- 43 unchanged lines hidden (view full) ---

703 compatible = "samsung,exynos4210-fimd";
704 interrupt-parent = <&combiner>;
705 reg = <0x11c00000 0x20000>;
706 interrupt-names = "fifo", "vsync", "lcd_sys";
707 interrupts = <11 0>, <11 1>, <11 2>;
708 clocks = <&clock CLK_SCLK_FIMD0>, <&clock CLK_FIMD0>;
709 clock-names = "sclk_fimd", "fimd";
710 power-domains = <&pd_lcd0>;
711 iommus = <&sysmmu_fimd0>;
712 samsung,sysreg = <&sys_reg>;
713 status = "disabled";
714 };
715
716 tmu: tmu@100C0000 {
717 #include "exynos4412-tmu-sensor-conf.dtsi"
718 };
719
720 jpeg_codec: jpeg-codec@11840000 {
721 compatible = "samsung,exynos4210-jpeg";
722 reg = <0x11840000 0x1000>;
723 interrupts = <0 88 0>;
724 clocks = <&clock CLK_JPEG>;
725 clock-names = "jpeg";
726 power-domains = <&pd_cam>;
727 iommus = <&sysmmu_jpeg>;
728 };
729
730 rotator: rotator@12810000 {
731 compatible = "samsung,exynos4210-rotator";
732 reg = <0x12810000 0x64>;
733 interrupts = <0 83 0>;
734 clocks = <&clock CLK_ROTATOR>;
735 clock-names = "rotator";
736 iommus = <&sysmmu_rotator>;
737 };
738
739 hdmi: hdmi@12D00000 {
740 compatible = "samsung,exynos4210-hdmi";
741 reg = <0x12D00000 0x70000>;
742 interrupts = <0 92 0>;
743 clock-names = "hdmi", "sclk_hdmi", "sclk_pixel", "sclk_hdmiphy",
744 "mout_hdmi";
745 clocks = <&clock CLK_HDMI>, <&clock CLK_SCLK_HDMI>,
746 <&clock CLK_SCLK_PIXEL>, <&clock CLK_SCLK_HDMIPHY>,
747 <&clock CLK_MOUT_HDMI>;
748 phy = <&hdmi_i2c_phy>;
749 power-domains = <&pd_tv>;
750 samsung,syscon-phandle = <&pmu_system_controller>;
751 status = "disabled";
752 };
753
754 mixer: mixer@12C10000 {
755 compatible = "samsung,exynos4210-mixer";
756 interrupts = <0 91 0>;
757 reg = <0x12C10000 0x2100>, <0x12c00000 0x300>;
758 power-domains = <&pd_tv>;
759 iommus = <&sysmmu_tv>;
760 status = "disabled";
761 };
762
763 ppmu_dmc0: ppmu_dmc0@106a0000 {
764 compatible = "samsung,exynos-ppmu";
765 reg = <0x106a0000 0x2000>;
766 clocks = <&clock CLK_PPMUDMC0>;
767 clock-names = "ppmu";
768 status = "disabled";
769 };
770

--- 91 unchanged lines hidden (view full) ---

862
863 ppmu_mfc_right: ppmu_mfc_right@13670000 {
864 compatible = "samsung,exynos-ppmu";
865 reg = <0x13670000 0x2000>;
866 clocks = <&clock CLK_PPMUMFC_R>;
867 clock-names = "ppmu";
868 status = "disabled";
869 };
870
871 sysmmu_mfc_l: sysmmu@13620000 {
872 compatible = "samsung,exynos-sysmmu";
873 reg = <0x13620000 0x1000>;
874 interrupt-parent = <&combiner>;
875 interrupts = <5 5>;
876 clock-names = "sysmmu", "master";
877 clocks = <&clock CLK_SMMU_MFCL>, <&clock CLK_MFC>;
878 power-domains = <&pd_mfc>;
879 #iommu-cells = <0>;
880 };
881
882 sysmmu_mfc_r: sysmmu@13630000 {
883 compatible = "samsung,exynos-sysmmu";
884 reg = <0x13630000 0x1000>;
885 interrupt-parent = <&combiner>;
886 interrupts = <5 6>;
887 clock-names = "sysmmu", "master";
888 clocks = <&clock CLK_SMMU_MFCR>, <&clock CLK_MFC>;
889 power-domains = <&pd_mfc>;
890 #iommu-cells = <0>;
891 };
892
893 sysmmu_tv: sysmmu@12E20000 {
894 compatible = "samsung,exynos-sysmmu";
895 reg = <0x12E20000 0x1000>;
896 interrupt-parent = <&combiner>;
897 interrupts = <5 4>;
898 clock-names = "sysmmu", "master";
899 clocks = <&clock CLK_SMMU_TV>, <&clock CLK_MIXER>;
900 power-domains = <&pd_tv>;
901 #iommu-cells = <0>;
902 };
903
904 sysmmu_fimc0: sysmmu@11A20000 {
905 compatible = "samsung,exynos-sysmmu";
906 reg = <0x11A20000 0x1000>;
907 interrupt-parent = <&combiner>;
908 interrupts = <4 2>;
909 clock-names = "sysmmu", "master";
910 clocks = <&clock CLK_SMMU_FIMC0>, <&clock CLK_FIMC0>;
911 power-domains = <&pd_cam>;
912 #iommu-cells = <0>;
913 };
914
915 sysmmu_fimc1: sysmmu@11A30000 {
916 compatible = "samsung,exynos-sysmmu";
917 reg = <0x11A30000 0x1000>;
918 interrupt-parent = <&combiner>;
919 interrupts = <4 3>;
920 clock-names = "sysmmu", "master";
921 clocks = <&clock CLK_SMMU_FIMC1>, <&clock CLK_FIMC1>;
922 power-domains = <&pd_cam>;
923 #iommu-cells = <0>;
924 };
925
926 sysmmu_fimc2: sysmmu@11A40000 {
927 compatible = "samsung,exynos-sysmmu";
928 reg = <0x11A40000 0x1000>;
929 interrupt-parent = <&combiner>;
930 interrupts = <4 4>;
931 clock-names = "sysmmu", "master";
932 clocks = <&clock CLK_SMMU_FIMC2>, <&clock CLK_FIMC2>;
933 power-domains = <&pd_cam>;
934 #iommu-cells = <0>;
935 };
936
937 sysmmu_fimc3: sysmmu@11A50000 {
938 compatible = "samsung,exynos-sysmmu";
939 reg = <0x11A50000 0x1000>;
940 interrupt-parent = <&combiner>;
941 interrupts = <4 5>;
942 clock-names = "sysmmu", "master";
943 clocks = <&clock CLK_SMMU_FIMC3>, <&clock CLK_FIMC3>;
944 power-domains = <&pd_cam>;
945 #iommu-cells = <0>;
946 };
947
948 sysmmu_jpeg: sysmmu@11A60000 {
949 compatible = "samsung,exynos-sysmmu";
950 reg = <0x11A60000 0x1000>;
951 interrupt-parent = <&combiner>;
952 interrupts = <4 6>;
953 clock-names = "sysmmu", "master";
954 clocks = <&clock CLK_SMMU_JPEG>, <&clock CLK_JPEG>;
955 power-domains = <&pd_cam>;
956 #iommu-cells = <0>;
957 };
958
959 sysmmu_rotator: sysmmu@12A30000 {
960 compatible = "samsung,exynos-sysmmu";
961 reg = <0x12A30000 0x1000>;
962 interrupt-parent = <&combiner>;
963 interrupts = <5 0>;
964 clock-names = "sysmmu", "master";
965 clocks = <&clock CLK_SMMU_ROTATOR>, <&clock CLK_ROTATOR>;
966 #iommu-cells = <0>;
967 };
968
969 sysmmu_fimd0: sysmmu@11E20000 {
970 compatible = "samsung,exynos-sysmmu";
971 reg = <0x11E20000 0x1000>;
972 interrupt-parent = <&combiner>;
973 interrupts = <5 2>;
974 clock-names = "sysmmu", "master";
975 clocks = <&clock CLK_SMMU_FIMD0>, <&clock CLK_FIMD0>;
976 power-domains = <&pd_lcd0>;
977 #iommu-cells = <0>;
978 };
979
980 prng: rng@10830400 {
981 compatible = "samsung,exynos4-rng";
982 reg = <0x10830400 0x200>;
983 clocks = <&clock CLK_SSS>;
984 clock-names = "secss";
985 status = "disabled";
986 };
987};