omap2430.dtsi 2.5 KB

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