omap2.dtsi 3.4 KB

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