exynos4210.dtsi 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  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. #include "exynos4210-pinctrl-uboot.dtsi"
  24. / {
  25. compatible = "samsung,exynos4210";
  26. aliases {
  27. pinctrl0 = &pinctrl_0;
  28. pinctrl1 = &pinctrl_1;
  29. pinctrl2 = &pinctrl_2;
  30. };
  31. pd_lcd1: lcd1-power-domain@10023CA0 {
  32. compatible = "samsung,exynos4210-pd";
  33. reg = <0x10023CA0 0x20>;
  34. };
  35. gic: interrupt-controller@10490000 {
  36. cpu-offset = <0x8000>;
  37. };
  38. combiner: interrupt-controller@10440000 {
  39. samsung,combiner-nr = <16>;
  40. interrupts = <0 0 0>, <0 1 0>, <0 2 0>, <0 3 0>,
  41. <0 4 0>, <0 5 0>, <0 6 0>, <0 7 0>,
  42. <0 8 0>, <0 9 0>, <0 10 0>, <0 11 0>,
  43. <0 12 0>, <0 13 0>, <0 14 0>, <0 15 0>;
  44. };
  45. mct@10050000 {
  46. compatible = "samsung,exynos4210-mct";
  47. reg = <0x10050000 0x800>;
  48. interrupt-parent = <&mct_map>;
  49. interrupts = <0>, <1>, <2>, <3>, <4>, <5>;
  50. clocks = <&clock 3>, <&clock 344>;
  51. clock-names = "fin_pll", "mct";
  52. mct_map: mct-map {
  53. #interrupt-cells = <1>;
  54. #address-cells = <0>;
  55. #size-cells = <0>;
  56. interrupt-map = <0 &gic 0 57 0>,
  57. <1 &gic 0 69 0>,
  58. <2 &combiner 12 6>,
  59. <3 &combiner 12 7>,
  60. <4 &gic 0 42 0>,
  61. <5 &gic 0 48 0>;
  62. };
  63. };
  64. clock: clock-controller@10030000 {
  65. compatible = "samsung,exynos4210-clock";
  66. reg = <0x10030000 0x20000>;
  67. #clock-cells = <1>;
  68. };
  69. pmu {
  70. compatible = "arm,cortex-a9-pmu";
  71. interrupt-parent = <&combiner>;
  72. interrupts = <2 2>, <3 2>;
  73. };
  74. pinctrl_0: pinctrl@11400000 {
  75. compatible = "samsung,exynos4210-pinctrl";
  76. reg = <0x11400000 0x1000>;
  77. interrupts = <0 47 0>;
  78. };
  79. pinctrl_1: pinctrl@11000000 {
  80. compatible = "samsung,exynos4210-pinctrl";
  81. reg = <0x11000000 0x1000>;
  82. interrupts = <0 46 0>;
  83. wakup_eint: wakeup-interrupt-controller {
  84. compatible = "samsung,exynos4210-wakeup-eint";
  85. interrupt-parent = <&gic>;
  86. interrupts = <0 32 0>;
  87. };
  88. };
  89. pinctrl_2: pinctrl@03860000 {
  90. compatible = "samsung,exynos4210-pinctrl";
  91. reg = <0x03860000 0x1000>;
  92. };
  93. tmu@100C0000 {
  94. compatible = "samsung,exynos4210-tmu";
  95. interrupt-parent = <&combiner>;
  96. reg = <0x100C0000 0x100>;
  97. interrupts = <2 4>;
  98. clocks = <&clock 383>;
  99. clock-names = "tmu_apbif";
  100. status = "disabled";
  101. };
  102. g2d@12800000 {
  103. compatible = "samsung,s5pv210-g2d";
  104. reg = <0x12800000 0x1000>;
  105. interrupts = <0 89 0>;
  106. clocks = <&clock 177>, <&clock 277>;
  107. clock-names = "sclk_fimg2d", "fimg2d";
  108. status = "disabled";
  109. };
  110. camera {
  111. clocks = <&clock 132>, <&clock 133>, <&clock 351>, <&clock 352>;
  112. clock-names = "sclk_cam0", "sclk_cam1", "pxl_async0", "pxl_async1";
  113. fimc_0: fimc@11800000 {
  114. samsung,pix-limits = <4224 8192 1920 4224>;
  115. samsung,mainscaler-ext;
  116. samsung,cam-if;
  117. };
  118. fimc_1: fimc@11810000 {
  119. samsung,pix-limits = <4224 8192 1920 4224>;
  120. samsung,mainscaler-ext;
  121. samsung,cam-if;
  122. };
  123. fimc_2: fimc@11820000 {
  124. samsung,pix-limits = <4224 8192 1920 4224>;
  125. samsung,mainscaler-ext;
  126. samsung,lcd-wb;
  127. };
  128. fimc_3: fimc@11830000 {
  129. samsung,pix-limits = <1920 8192 1366 1920>;
  130. samsung,rotators = <0>;
  131. samsung,mainscaler-ext;
  132. samsung,lcd-wb;
  133. };
  134. };
  135. };