omap2430.dtsi 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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. mcbsp1: mcbsp@48074000 {
  15. compatible = "ti,omap2430-mcbsp";
  16. reg = <0x48074000 0xff>;
  17. reg-names = "mpu";
  18. interrupts = <64>, /* OCP compliant interrupt */
  19. <59>, /* TX interrupt */
  20. <60>, /* RX interrupt */
  21. <61>; /* RX overflow interrupt */
  22. interrupt-names = "common", "tx", "rx", "rx_overflow";
  23. interrupt-parent = <&intc>;
  24. ti,buffer-size = <128>;
  25. ti,hwmods = "mcbsp1";
  26. };
  27. mcbsp2: mcbsp@48076000 {
  28. compatible = "ti,omap2430-mcbsp";
  29. reg = <0x48076000 0xff>;
  30. reg-names = "mpu";
  31. interrupts = <16>, /* OCP compliant interrupt */
  32. <62>, /* TX interrupt */
  33. <63>; /* RX interrupt */
  34. interrupt-names = "common", "tx", "rx";
  35. interrupt-parent = <&intc>;
  36. ti,buffer-size = <128>;
  37. ti,hwmods = "mcbsp2";
  38. };
  39. mcbsp3: mcbsp@4808c000 {
  40. compatible = "ti,omap2430-mcbsp";
  41. reg = <0x4808c000 0xff>;
  42. reg-names = "mpu";
  43. interrupts = <17>, /* OCP compliant interrupt */
  44. <89>, /* TX interrupt */
  45. <90>; /* RX interrupt */
  46. interrupt-names = "common", "tx", "rx";
  47. interrupt-parent = <&intc>;
  48. ti,buffer-size = <128>;
  49. ti,hwmods = "mcbsp3";
  50. };
  51. mcbsp4: mcbsp@4808e000 {
  52. compatible = "ti,omap2430-mcbsp";
  53. reg = <0x4808e000 0xff>;
  54. reg-names = "mpu";
  55. interrupts = <18>, /* OCP compliant interrupt */
  56. <54>, /* TX interrupt */
  57. <55>; /* RX interrupt */
  58. interrupt-names = "common", "tx", "rx";
  59. interrupt-parent = <&intc>;
  60. ti,buffer-size = <128>;
  61. ti,hwmods = "mcbsp4";
  62. };
  63. mcbsp5: mcbsp@48096000 {
  64. compatible = "ti,omap2430-mcbsp";
  65. reg = <0x48096000 0xff>;
  66. reg-names = "mpu";
  67. interrupts = <19>, /* OCP compliant interrupt */
  68. <81>, /* TX interrupt */
  69. <82>; /* RX interrupt */
  70. interrupt-names = "common", "tx", "rx";
  71. interrupt-parent = <&intc>;
  72. ti,buffer-size = <128>;
  73. ti,hwmods = "mcbsp5";
  74. };
  75. };
  76. };