omap2430.dtsi 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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. mcbsp1: mcbsp@48074000 {
  28. compatible = "ti,omap2430-mcbsp";
  29. reg = <0x48074000 0xff>;
  30. reg-names = "mpu";
  31. interrupts = <64>, /* OCP compliant interrupt */
  32. <59>, /* TX interrupt */
  33. <60>, /* RX interrupt */
  34. <61>; /* RX overflow interrupt */
  35. interrupt-names = "common", "tx", "rx", "rx_overflow";
  36. ti,buffer-size = <128>;
  37. ti,hwmods = "mcbsp1";
  38. };
  39. mcbsp2: mcbsp@48076000 {
  40. compatible = "ti,omap2430-mcbsp";
  41. reg = <0x48076000 0xff>;
  42. reg-names = "mpu";
  43. interrupts = <16>, /* OCP compliant interrupt */
  44. <62>, /* TX interrupt */
  45. <63>; /* RX interrupt */
  46. interrupt-names = "common", "tx", "rx";
  47. ti,buffer-size = <128>;
  48. ti,hwmods = "mcbsp2";
  49. };
  50. mcbsp3: mcbsp@4808c000 {
  51. compatible = "ti,omap2430-mcbsp";
  52. reg = <0x4808c000 0xff>;
  53. reg-names = "mpu";
  54. interrupts = <17>, /* OCP compliant interrupt */
  55. <89>, /* TX interrupt */
  56. <90>; /* RX interrupt */
  57. interrupt-names = "common", "tx", "rx";
  58. ti,buffer-size = <128>;
  59. ti,hwmods = "mcbsp3";
  60. };
  61. mcbsp4: mcbsp@4808e000 {
  62. compatible = "ti,omap2430-mcbsp";
  63. reg = <0x4808e000 0xff>;
  64. reg-names = "mpu";
  65. interrupts = <18>, /* OCP compliant interrupt */
  66. <54>, /* TX interrupt */
  67. <55>; /* RX interrupt */
  68. interrupt-names = "common", "tx", "rx";
  69. ti,buffer-size = <128>;
  70. ti,hwmods = "mcbsp4";
  71. };
  72. mcbsp5: mcbsp@48096000 {
  73. compatible = "ti,omap2430-mcbsp";
  74. reg = <0x48096000 0xff>;
  75. reg-names = "mpu";
  76. interrupts = <19>, /* OCP compliant interrupt */
  77. <81>, /* TX interrupt */
  78. <82>; /* RX interrupt */
  79. interrupt-names = "common", "tx", "rx";
  80. ti,buffer-size = <128>;
  81. ti,hwmods = "mcbsp5";
  82. };
  83. timer1: timer@49018000 {
  84. compatible = "ti,omap2-timer";
  85. reg = <0x49018000 0x400>;
  86. interrupts = <37>;
  87. ti,hwmods = "timer1";
  88. ti,timer-alwon;
  89. };
  90. };
  91. };