omap2430.dtsi 2.3 KB

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