omap2.dtsi 3.1 KB

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