imx6dl.dtsi 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. /*
  2. * Copyright 2013 Freescale Semiconductor, Inc.
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License version 2 as
  6. * published by the Free Software Foundation.
  7. *
  8. */
  9. #include <dt-bindings/interrupt-controller/irq.h>
  10. #include "imx6dl-pinfunc.h"
  11. #include "imx6qdl.dtsi"
  12. / {
  13. aliases {
  14. i2c3 = &i2c4;
  15. };
  16. cpus {
  17. #address-cells = <1>;
  18. #size-cells = <0>;
  19. cpu@0 {
  20. compatible = "arm,cortex-a9";
  21. device_type = "cpu";
  22. reg = <0>;
  23. next-level-cache = <&L2>;
  24. operating-points = <
  25. /* kHz uV */
  26. 996000 1250000
  27. 792000 1175000
  28. 396000 1150000
  29. >;
  30. fsl,soc-operating-points = <
  31. /* ARM kHz SOC-PU uV */
  32. 996000 1175000
  33. 792000 1175000
  34. 396000 1175000
  35. >;
  36. clock-latency = <61036>; /* two CLK32 periods */
  37. clocks = <&clks IMX6QDL_CLK_ARM>,
  38. <&clks IMX6QDL_CLK_PLL2_PFD2_396M>,
  39. <&clks IMX6QDL_CLK_STEP>,
  40. <&clks IMX6QDL_CLK_PLL1_SW>,
  41. <&clks IMX6QDL_CLK_PLL1_SYS>;
  42. clock-names = "arm", "pll2_pfd2_396m", "step",
  43. "pll1_sw", "pll1_sys";
  44. arm-supply = <&reg_arm>;
  45. pu-supply = <&reg_pu>;
  46. soc-supply = <&reg_soc>;
  47. };
  48. cpu@1 {
  49. compatible = "arm,cortex-a9";
  50. device_type = "cpu";
  51. reg = <1>;
  52. next-level-cache = <&L2>;
  53. };
  54. };
  55. soc {
  56. ocram: sram@00900000 {
  57. compatible = "mmio-sram";
  58. reg = <0x00900000 0x20000>;
  59. clocks = <&clks IMX6QDL_CLK_OCRAM>;
  60. };
  61. aips1: aips-bus@02000000 {
  62. iomuxc: iomuxc@020e0000 {
  63. compatible = "fsl,imx6dl-iomuxc";
  64. };
  65. pxp: pxp@020f0000 {
  66. reg = <0x020f0000 0x4000>;
  67. interrupts = <0 98 IRQ_TYPE_LEVEL_HIGH>;
  68. };
  69. epdc: epdc@020f4000 {
  70. reg = <0x020f4000 0x4000>;
  71. interrupts = <0 97 IRQ_TYPE_LEVEL_HIGH>;
  72. };
  73. lcdif: lcdif@020f8000 {
  74. reg = <0x020f8000 0x4000>;
  75. interrupts = <0 39 IRQ_TYPE_LEVEL_HIGH>;
  76. };
  77. };
  78. aips2: aips-bus@02100000 {
  79. i2c4: i2c@021f8000 {
  80. #address-cells = <1>;
  81. #size-cells = <0>;
  82. compatible = "fsl,imx6q-i2c", "fsl,imx21-i2c";
  83. reg = <0x021f8000 0x4000>;
  84. interrupts = <0 35 IRQ_TYPE_LEVEL_HIGH>;
  85. clocks = <&clks IMX6DL_CLK_I2C4>;
  86. status = "disabled";
  87. };
  88. };
  89. };
  90. display-subsystem {
  91. compatible = "fsl,imx-display-subsystem";
  92. ports = <&ipu1_di0>, <&ipu1_di1>;
  93. };
  94. gpu-subsystem {
  95. compatible = "fsl,imx-gpu-subsystem";
  96. cores = <&gpu_2d>, <&gpu_3d>;
  97. };
  98. };
  99. &gpio1 {
  100. gpio-ranges = <&iomuxc 0 131 2>, <&iomuxc 2 137 8>, <&iomuxc 10 189 2>,
  101. <&iomuxc 12 194 1>, <&iomuxc 13 193 1>, <&iomuxc 14 192 1>,
  102. <&iomuxc 15 191 1>, <&iomuxc 16 185 2>, <&iomuxc 18 184 1>,
  103. <&iomuxc 19 187 1>, <&iomuxc 20 183 1>, <&iomuxc 21 188 1>,
  104. <&iomuxc 22 123 3>, <&iomuxc 25 121 1>, <&iomuxc 26 127 1>,
  105. <&iomuxc 27 126 1>, <&iomuxc 28 128 1>, <&iomuxc 29 130 1>,
  106. <&iomuxc 30 129 1>, <&iomuxc 31 122 1>;
  107. };
  108. &gpio2 {
  109. gpio-ranges = <&iomuxc 0 161 8>, <&iomuxc 8 208 8>, <&iomuxc 16 74 1>,
  110. <&iomuxc 17 73 1>, <&iomuxc 18 72 1>, <&iomuxc 19 71 1>,
  111. <&iomuxc 20 70 1>, <&iomuxc 21 69 1>, <&iomuxc 22 68 1>,
  112. <&iomuxc 23 79 2>, <&iomuxc 25 118 2>, <&iomuxc 27 117 1>,
  113. <&iomuxc 28 113 4>;
  114. };
  115. &gpio3 {
  116. gpio-ranges = <&iomuxc 0 97 2>, <&iomuxc 2 105 8>, <&iomuxc 10 99 6>,
  117. <&iomuxc 16 81 16>;
  118. };
  119. &gpio4 {
  120. gpio-ranges = <&iomuxc 5 136 1>, <&iomuxc 6 145 1>, <&iomuxc 7 150 1>,
  121. <&iomuxc 8 146 1>, <&iomuxc 9 151 1>, <&iomuxc 10 147 1>,
  122. <&iomuxc 11 152 1>, <&iomuxc 12 148 1>, <&iomuxc 13 153 1>,
  123. <&iomuxc 14 149 1>, <&iomuxc 15 154 1>, <&iomuxc 16 39 7>,
  124. <&iomuxc 23 56 1>, <&iomuxc 24 61 7>, <&iomuxc 31 46 1>;
  125. };
  126. &gpio5 {
  127. gpio-ranges = <&iomuxc 0 120 1>, <&iomuxc 2 77 1>, <&iomuxc 4 76 1>,
  128. <&iomuxc 5 47 9>, <&iomuxc 14 57 4>, <&iomuxc 18 37 1>,
  129. <&iomuxc 19 36 1>, <&iomuxc 20 35 1>, <&iomuxc 21 38 1>,
  130. <&iomuxc 22 29 6>, <&iomuxc 28 19 4>;
  131. };
  132. &gpio6 {
  133. gpio-ranges = <&iomuxc 0 23 6>, <&iomuxc 6 75 1>, <&iomuxc 7 156 1>,
  134. <&iomuxc 8 155 1>, <&iomuxc 9 170 1>, <&iomuxc 10 169 1>,
  135. <&iomuxc 11 157 1>, <&iomuxc 14 158 3>, <&iomuxc 17 204 1>,
  136. <&iomuxc 18 203 1>, <&iomuxc 19 182 1>, <&iomuxc 20 177 4>,
  137. <&iomuxc 24 175 1>, <&iomuxc 25 171 1>, <&iomuxc 26 181 1>,
  138. <&iomuxc 27 172 3>, <&iomuxc 30 176 1>, <&iomuxc 31 78 1>;
  139. };
  140. &gpio7 {
  141. gpio-ranges = <&iomuxc 0 202 1>, <&iomuxc 1 201 1>, <&iomuxc 2 196 1>,
  142. <&iomuxc 3 195 1>, <&iomuxc 4 197 4>, <&iomuxc 8 205 1>,
  143. <&iomuxc 9 207 1>, <&iomuxc 10 206 1>, <&iomuxc 11 133 3>;
  144. };
  145. &gpt {
  146. compatible = "fsl,imx6dl-gpt";
  147. };
  148. &hdmi {
  149. compatible = "fsl,imx6dl-hdmi";
  150. };
  151. &ldb {
  152. clocks = <&clks IMX6QDL_CLK_LDB_DI0_SEL>, <&clks IMX6QDL_CLK_LDB_DI1_SEL>,
  153. <&clks IMX6QDL_CLK_IPU1_DI0_SEL>, <&clks IMX6QDL_CLK_IPU1_DI1_SEL>,
  154. <&clks IMX6QDL_CLK_LDB_DI0>, <&clks IMX6QDL_CLK_LDB_DI1>;
  155. clock-names = "di0_pll", "di1_pll",
  156. "di0_sel", "di1_sel",
  157. "di0", "di1";
  158. };
  159. &vpu {
  160. compatible = "fsl,imx6dl-vpu", "cnm,coda960";
  161. };