omap5.dtsi 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. /*
  2. * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
  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. * Based on "omap4.dtsi"
  8. */
  9. /*
  10. * Carveout for multimedia usecases
  11. * It should be the last 48MB of the first 512MB memory part
  12. * In theory, it should not even exist. That zone should be reserved
  13. * dynamically during the .reserve callback.
  14. */
  15. /memreserve/ 0x9d000000 0x03000000;
  16. /include/ "skeleton.dtsi"
  17. / {
  18. compatible = "ti,omap5";
  19. interrupt-parent = <&gic>;
  20. aliases {
  21. serial0 = &uart1;
  22. serial1 = &uart2;
  23. serial2 = &uart3;
  24. serial3 = &uart4;
  25. serial4 = &uart5;
  26. serial5 = &uart6;
  27. };
  28. cpus {
  29. cpu@0 {
  30. compatible = "arm,cortex-a15";
  31. };
  32. cpu@1 {
  33. compatible = "arm,cortex-a15";
  34. };
  35. };
  36. /*
  37. * The soc node represents the soc top level view. It is uses for IPs
  38. * that are not memory mapped in the MPU view or for the MPU itself.
  39. */
  40. soc {
  41. compatible = "ti,omap-infra";
  42. mpu {
  43. compatible = "ti,omap5-mpu";
  44. ti,hwmods = "mpu";
  45. };
  46. };
  47. /*
  48. * XXX: Use a flat representation of the OMAP3 interconnect.
  49. * The real OMAP interconnect network is quite complex.
  50. * Since that will not bring real advantage to represent that in DT for
  51. * the moment, just use a fake OCP bus entry to represent the whole bus
  52. * hierarchy.
  53. */
  54. ocp {
  55. compatible = "ti,omap4-l3-noc", "simple-bus";
  56. #address-cells = <1>;
  57. #size-cells = <1>;
  58. ranges;
  59. ti,hwmods = "l3_main_1", "l3_main_2", "l3_main_3";
  60. gic: interrupt-controller@48211000 {
  61. compatible = "arm,cortex-a15-gic";
  62. interrupt-controller;
  63. #interrupt-cells = <3>;
  64. reg = <0x48211000 0x1000>,
  65. <0x48212000 0x1000>;
  66. };
  67. gpio1: gpio@4ae10000 {
  68. compatible = "ti,omap4-gpio";
  69. ti,hwmods = "gpio1";
  70. gpio-controller;
  71. #gpio-cells = <2>;
  72. interrupt-controller;
  73. #interrupt-cells = <1>;
  74. };
  75. gpio2: gpio@48055000 {
  76. compatible = "ti,omap4-gpio";
  77. ti,hwmods = "gpio2";
  78. gpio-controller;
  79. #gpio-cells = <2>;
  80. interrupt-controller;
  81. #interrupt-cells = <1>;
  82. };
  83. gpio3: gpio@48057000 {
  84. compatible = "ti,omap4-gpio";
  85. ti,hwmods = "gpio3";
  86. gpio-controller;
  87. #gpio-cells = <2>;
  88. interrupt-controller;
  89. #interrupt-cells = <1>;
  90. };
  91. gpio4: gpio@48059000 {
  92. compatible = "ti,omap4-gpio";
  93. ti,hwmods = "gpio4";
  94. gpio-controller;
  95. #gpio-cells = <2>;
  96. interrupt-controller;
  97. #interrupt-cells = <1>;
  98. };
  99. gpio5: gpio@4805b000 {
  100. compatible = "ti,omap4-gpio";
  101. ti,hwmods = "gpio5";
  102. gpio-controller;
  103. #gpio-cells = <2>;
  104. interrupt-controller;
  105. #interrupt-cells = <1>;
  106. };
  107. gpio6: gpio@4805d000 {
  108. compatible = "ti,omap4-gpio";
  109. ti,hwmods = "gpio6";
  110. gpio-controller;
  111. #gpio-cells = <2>;
  112. interrupt-controller;
  113. #interrupt-cells = <1>;
  114. };
  115. gpio7: gpio@48051000 {
  116. compatible = "ti,omap4-gpio";
  117. ti,hwmods = "gpio7";
  118. gpio-controller;
  119. #gpio-cells = <2>;
  120. interrupt-controller;
  121. #interrupt-cells = <1>;
  122. };
  123. gpio8: gpio@48053000 {
  124. compatible = "ti,omap4-gpio";
  125. ti,hwmods = "gpio8";
  126. gpio-controller;
  127. #gpio-cells = <2>;
  128. interrupt-controller;
  129. #interrupt-cells = <1>;
  130. };
  131. uart1: serial@4806a000 {
  132. compatible = "ti,omap4-uart";
  133. ti,hwmods = "uart1";
  134. clock-frequency = <48000000>;
  135. };
  136. uart2: serial@4806c000 {
  137. compatible = "ti,omap4-uart";
  138. ti,hwmods = "uart2";
  139. clock-frequency = <48000000>;
  140. };
  141. uart3: serial@48020000 {
  142. compatible = "ti,omap4-uart";
  143. ti,hwmods = "uart3";
  144. clock-frequency = <48000000>;
  145. };
  146. uart4: serial@4806e000 {
  147. compatible = "ti,omap4-uart";
  148. ti,hwmods = "uart4";
  149. clock-frequency = <48000000>;
  150. };
  151. uart5: serial@48066000 {
  152. compatible = "ti,omap5-uart";
  153. ti,hwmods = "uart5";
  154. clock-frequency = <48000000>;
  155. };
  156. uart6: serial@48068000 {
  157. compatible = "ti,omap6-uart";
  158. ti,hwmods = "uart6";
  159. clock-frequency = <48000000>;
  160. };
  161. };
  162. };