omap2.dtsi 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. /*
  2. * Device Tree Source for OMAP2 SoC
  3. *
  4. * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
  5. *
  6. * This file is licensed under the terms of the GNU General Public License
  7. * version 2. This program is licensed "as is" without any warranty of any
  8. * kind, whether express or implied.
  9. */
  10. #include <dt-bindings/gpio/gpio.h>
  11. #include "skeleton.dtsi"
  12. / {
  13. compatible = "ti,omap2430", "ti,omap2420", "ti,omap2";
  14. interrupt-parent = <&intc>;
  15. aliases {
  16. serial0 = &uart1;
  17. serial1 = &uart2;
  18. serial2 = &uart3;
  19. };
  20. cpus {
  21. cpu@0 {
  22. compatible = "arm,arm1136jf-s";
  23. };
  24. };
  25. pmu {
  26. compatible = "arm,arm1136-pmu";
  27. interrupts = <3>;
  28. };
  29. soc {
  30. compatible = "ti,omap-infra";
  31. mpu {
  32. compatible = "ti,omap2-mpu";
  33. ti,hwmods = "mpu";
  34. };
  35. };
  36. ocp {
  37. compatible = "simple-bus";
  38. #address-cells = <1>;
  39. #size-cells = <1>;
  40. ranges;
  41. ti,hwmods = "l3_main";
  42. intc: interrupt-controller@1 {
  43. compatible = "ti,omap2-intc";
  44. interrupt-controller;
  45. #interrupt-cells = <1>;
  46. ti,intc-size = <96>;
  47. reg = <0x480FE000 0x1000>;
  48. };
  49. sdma: dma-controller@48056000 {
  50. compatible = "ti,omap2430-sdma", "ti,omap2420-sdma";
  51. reg = <0x48056000 0x1000>;
  52. interrupts = <12>,
  53. <13>,
  54. <14>,
  55. <15>;
  56. #dma-cells = <1>;
  57. #dma-channels = <32>;
  58. #dma-requests = <64>;
  59. };
  60. uart1: serial@4806a000 {
  61. compatible = "ti,omap2-uart";
  62. ti,hwmods = "uart1";
  63. clock-frequency = <48000000>;
  64. };
  65. uart2: serial@4806c000 {
  66. compatible = "ti,omap2-uart";
  67. ti,hwmods = "uart2";
  68. clock-frequency = <48000000>;
  69. };
  70. uart3: serial@4806e000 {
  71. compatible = "ti,omap2-uart";
  72. ti,hwmods = "uart3";
  73. clock-frequency = <48000000>;
  74. };
  75. timer2: timer@4802a000 {
  76. compatible = "ti,omap2420-timer";
  77. reg = <0x4802a000 0x400>;
  78. interrupts = <38>;
  79. ti,hwmods = "timer2";
  80. };
  81. timer3: timer@48078000 {
  82. compatible = "ti,omap2420-timer";
  83. reg = <0x48078000 0x400>;
  84. interrupts = <39>;
  85. ti,hwmods = "timer3";
  86. };
  87. timer4: timer@4807a000 {
  88. compatible = "ti,omap2420-timer";
  89. reg = <0x4807a000 0x400>;
  90. interrupts = <40>;
  91. ti,hwmods = "timer4";
  92. };
  93. timer5: timer@4807c000 {
  94. compatible = "ti,omap2420-timer";
  95. reg = <0x4807c000 0x400>;
  96. interrupts = <41>;
  97. ti,hwmods = "timer5";
  98. ti,timer-dsp;
  99. };
  100. timer6: timer@4807e000 {
  101. compatible = "ti,omap2420-timer";
  102. reg = <0x4807e000 0x400>;
  103. interrupts = <42>;
  104. ti,hwmods = "timer6";
  105. ti,timer-dsp;
  106. };
  107. timer7: timer@48080000 {
  108. compatible = "ti,omap2420-timer";
  109. reg = <0x48080000 0x400>;
  110. interrupts = <43>;
  111. ti,hwmods = "timer7";
  112. ti,timer-dsp;
  113. };
  114. timer8: timer@48082000 {
  115. compatible = "ti,omap2420-timer";
  116. reg = <0x48082000 0x400>;
  117. interrupts = <44>;
  118. ti,hwmods = "timer8";
  119. ti,timer-dsp;
  120. };
  121. timer9: timer@48084000 {
  122. compatible = "ti,omap2420-timer";
  123. reg = <0x48084000 0x400>;
  124. interrupts = <45>;
  125. ti,hwmods = "timer9";
  126. ti,timer-pwm;
  127. };
  128. timer10: timer@48086000 {
  129. compatible = "ti,omap2420-timer";
  130. reg = <0x48086000 0x400>;
  131. interrupts = <46>;
  132. ti,hwmods = "timer10";
  133. ti,timer-pwm;
  134. };
  135. timer11: timer@48088000 {
  136. compatible = "ti,omap2420-timer";
  137. reg = <0x48088000 0x400>;
  138. interrupts = <47>;
  139. ti,hwmods = "timer11";
  140. ti,timer-pwm;
  141. };
  142. timer12: timer@4808a000 {
  143. compatible = "ti,omap2420-timer";
  144. reg = <0x4808a000 0x400>;
  145. interrupts = <48>;
  146. ti,hwmods = "timer12";
  147. ti,timer-pwm;
  148. };
  149. };
  150. };