omap2430.dtsi 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. /*
  2. * Device Tree Source for OMAP243x SoC
  3. *
  4. * Copyright (C) 2012 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/ "omap2.dtsi"
  11. / {
  12. compatible = "ti,omap2430", "ti,omap2";
  13. ocp {
  14. counter32k: counter@49020000 {
  15. compatible = "ti,omap-counter32k";
  16. reg = <0x49020000 0x20>;
  17. ti,hwmods = "counter_32k";
  18. };
  19. omap2430_pmx: pinmux@49002030 {
  20. compatible = "ti,omap2430-padconf", "pinctrl-single";
  21. reg = <0x49002030 0x0154>;
  22. #address-cells = <1>;
  23. #size-cells = <0>;
  24. pinctrl-single,register-width = <8>;
  25. pinctrl-single,function-mask = <0x3f>;
  26. };
  27. gpmc: gpmc@6e000000 {
  28. compatible = "ti,omap2430-gpmc";
  29. reg = <0x6e000000 0x1000>;
  30. #address-cells = <2>;
  31. #size-cells = <1>;
  32. interrupts = <20>;
  33. gpmc,num-cs = <8>;
  34. gpmc,num-waitpins = <4>;
  35. ti,hwmods = "gpmc";
  36. };
  37. mcbsp1: mcbsp@48074000 {
  38. compatible = "ti,omap2430-mcbsp";
  39. reg = <0x48074000 0xff>;
  40. reg-names = "mpu";
  41. interrupts = <64>, /* OCP compliant interrupt */
  42. <59>, /* TX interrupt */
  43. <60>, /* RX interrupt */
  44. <61>; /* RX overflow interrupt */
  45. interrupt-names = "common", "tx", "rx", "rx_overflow";
  46. ti,buffer-size = <128>;
  47. ti,hwmods = "mcbsp1";
  48. };
  49. mcbsp2: mcbsp@48076000 {
  50. compatible = "ti,omap2430-mcbsp";
  51. reg = <0x48076000 0xff>;
  52. reg-names = "mpu";
  53. interrupts = <16>, /* OCP compliant interrupt */
  54. <62>, /* TX interrupt */
  55. <63>; /* RX interrupt */
  56. interrupt-names = "common", "tx", "rx";
  57. ti,buffer-size = <128>;
  58. ti,hwmods = "mcbsp2";
  59. };
  60. mcbsp3: mcbsp@4808c000 {
  61. compatible = "ti,omap2430-mcbsp";
  62. reg = <0x4808c000 0xff>;
  63. reg-names = "mpu";
  64. interrupts = <17>, /* OCP compliant interrupt */
  65. <89>, /* TX interrupt */
  66. <90>; /* RX interrupt */
  67. interrupt-names = "common", "tx", "rx";
  68. ti,buffer-size = <128>;
  69. ti,hwmods = "mcbsp3";
  70. };
  71. mcbsp4: mcbsp@4808e000 {
  72. compatible = "ti,omap2430-mcbsp";
  73. reg = <0x4808e000 0xff>;
  74. reg-names = "mpu";
  75. interrupts = <18>, /* OCP compliant interrupt */
  76. <54>, /* TX interrupt */
  77. <55>; /* RX interrupt */
  78. interrupt-names = "common", "tx", "rx";
  79. ti,buffer-size = <128>;
  80. ti,hwmods = "mcbsp4";
  81. };
  82. mcbsp5: mcbsp@48096000 {
  83. compatible = "ti,omap2430-mcbsp";
  84. reg = <0x48096000 0xff>;
  85. reg-names = "mpu";
  86. interrupts = <19>, /* OCP compliant interrupt */
  87. <81>, /* TX interrupt */
  88. <82>; /* RX interrupt */
  89. interrupt-names = "common", "tx", "rx";
  90. ti,buffer-size = <128>;
  91. ti,hwmods = "mcbsp5";
  92. };
  93. timer1: timer@49018000 {
  94. compatible = "ti,omap2-timer";
  95. reg = <0x49018000 0x400>;
  96. interrupts = <37>;
  97. ti,hwmods = "timer1";
  98. ti,timer-alwon;
  99. };
  100. };
  101. };