exynos4210.dtsi 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. /*
  2. * Samsung's Exynos4210 SoC 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 Exynos4210 SoC device nodes are listed in this file. Exynos4210
  10. * based board files can include this file and provide values for board specfic
  11. * bindings.
  12. *
  13. * Note: This file does not include device nodes for all the controllers in
  14. * Exynos4210 SoC. As device tree coverage for Exynos4210 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. #include "exynos4.dtsi"
  22. #include "exynos4210-pinctrl.dtsi"
  23. / {
  24. compatible = "samsung,exynos4210", "samsung,exynos4";
  25. aliases {
  26. pinctrl0 = &pinctrl_0;
  27. pinctrl1 = &pinctrl_1;
  28. pinctrl2 = &pinctrl_2;
  29. };
  30. pmu_system_controller: system-controller@10020000 {
  31. clock-names = "clkout0", "clkout1", "clkout2", "clkout3",
  32. "clkout4", "clkout8", "clkout9";
  33. clocks = <&clock CLK_OUT_DMC>, <&clock CLK_OUT_TOP>,
  34. <&clock CLK_OUT_LEFTBUS>, <&clock CLK_OUT_RIGHTBUS>,
  35. <&clock CLK_OUT_CPU>, <&clock CLK_XXTI>,
  36. <&clock CLK_XUSBXTI>;
  37. #clock-cells = <1>;
  38. };
  39. sysram@02020000 {
  40. compatible = "mmio-sram";
  41. reg = <0x02020000 0x20000>;
  42. #address-cells = <1>;
  43. #size-cells = <1>;
  44. ranges = <0 0x02020000 0x20000>;
  45. smp-sysram@0 {
  46. compatible = "samsung,exynos4210-sysram";
  47. reg = <0x0 0x1000>;
  48. };
  49. smp-sysram@1f000 {
  50. compatible = "samsung,exynos4210-sysram-ns";
  51. reg = <0x1f000 0x1000>;
  52. };
  53. };
  54. pd_lcd1: lcd1-power-domain@10023CA0 {
  55. compatible = "samsung,exynos4210-pd";
  56. reg = <0x10023CA0 0x20>;
  57. };
  58. gic: interrupt-controller@10490000 {
  59. cpu-offset = <0x8000>;
  60. };
  61. combiner: interrupt-controller@10440000 {
  62. samsung,combiner-nr = <16>;
  63. interrupts = <0 0 0>, <0 1 0>, <0 2 0>, <0 3 0>,
  64. <0 4 0>, <0 5 0>, <0 6 0>, <0 7 0>,
  65. <0 8 0>, <0 9 0>, <0 10 0>, <0 11 0>,
  66. <0 12 0>, <0 13 0>, <0 14 0>, <0 15 0>;
  67. };
  68. mct@10050000 {
  69. compatible = "samsung,exynos4210-mct";
  70. reg = <0x10050000 0x800>;
  71. interrupt-parent = <&mct_map>;
  72. interrupts = <0>, <1>, <2>, <3>, <4>, <5>;
  73. clocks = <&clock CLK_FIN_PLL>, <&clock CLK_MCT>;
  74. clock-names = "fin_pll", "mct";
  75. mct_map: mct-map {
  76. #interrupt-cells = <1>;
  77. #address-cells = <0>;
  78. #size-cells = <0>;
  79. interrupt-map = <0 &gic 0 57 0>,
  80. <1 &gic 0 69 0>,
  81. <2 &combiner 12 6>,
  82. <3 &combiner 12 7>,
  83. <4 &gic 0 42 0>,
  84. <5 &gic 0 48 0>;
  85. };
  86. };
  87. clock: clock-controller@10030000 {
  88. compatible = "samsung,exynos4210-clock";
  89. reg = <0x10030000 0x20000>;
  90. #clock-cells = <1>;
  91. };
  92. pinctrl_0: pinctrl@11400000 {
  93. compatible = "samsung,exynos4210-pinctrl";
  94. reg = <0x11400000 0x1000>;
  95. interrupts = <0 47 0>;
  96. };
  97. pinctrl_1: pinctrl@11000000 {
  98. compatible = "samsung,exynos4210-pinctrl";
  99. reg = <0x11000000 0x1000>;
  100. interrupts = <0 46 0>;
  101. wakup_eint: wakeup-interrupt-controller {
  102. compatible = "samsung,exynos4210-wakeup-eint";
  103. interrupt-parent = <&gic>;
  104. interrupts = <0 32 0>;
  105. };
  106. };
  107. pinctrl_2: pinctrl@03860000 {
  108. compatible = "samsung,exynos4210-pinctrl";
  109. reg = <0x03860000 0x1000>;
  110. };
  111. tmu@100C0000 {
  112. compatible = "samsung,exynos4210-tmu";
  113. interrupt-parent = <&combiner>;
  114. reg = <0x100C0000 0x100>;
  115. interrupts = <2 4>;
  116. clocks = <&clock CLK_TMU_APBIF>;
  117. clock-names = "tmu_apbif";
  118. status = "disabled";
  119. };
  120. g2d@12800000 {
  121. compatible = "samsung,s5pv210-g2d";
  122. reg = <0x12800000 0x1000>;
  123. interrupts = <0 89 0>;
  124. clocks = <&clock CLK_SCLK_FIMG2D>, <&clock CLK_G2D>;
  125. clock-names = "sclk_fimg2d", "fimg2d";
  126. status = "disabled";
  127. };
  128. camera {
  129. clocks = <&clock CLK_SCLK_CAM0>, <&clock CLK_SCLK_CAM1>,
  130. <&clock CLK_PIXELASYNCM0>, <&clock CLK_PIXELASYNCM1>;
  131. clock-names = "sclk_cam0", "sclk_cam1", "pxl_async0", "pxl_async1";
  132. fimc_0: fimc@11800000 {
  133. samsung,pix-limits = <4224 8192 1920 4224>;
  134. samsung,mainscaler-ext;
  135. samsung,cam-if;
  136. };
  137. fimc_1: fimc@11810000 {
  138. samsung,pix-limits = <4224 8192 1920 4224>;
  139. samsung,mainscaler-ext;
  140. samsung,cam-if;
  141. };
  142. fimc_2: fimc@11820000 {
  143. samsung,pix-limits = <4224 8192 1920 4224>;
  144. samsung,mainscaler-ext;
  145. samsung,lcd-wb;
  146. };
  147. fimc_3: fimc@11830000 {
  148. samsung,pix-limits = <1920 8192 1366 1920>;
  149. samsung,rotators = <0>;
  150. samsung,mainscaler-ext;
  151. samsung,lcd-wb;
  152. };
  153. };
  154. };