omap2420.dtsi 966 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /*
  2. * Device Tree Source for OMAP2420 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,omap2420", "ti,omap2";
  13. ocp {
  14. mcbsp1: mcbsp@48074000 {
  15. compatible = "ti,omap2420-mcbsp";
  16. reg = <0x48074000 0xff>;
  17. reg-names = "mpu";
  18. interrupts = <59>, /* TX interrupt */
  19. <60>; /* RX interrupt */
  20. interrupt-names = "tx", "rx";
  21. interrupt-parent = <&intc>;
  22. ti,hwmods = "mcbsp1";
  23. };
  24. mcbsp2: mcbsp@48076000 {
  25. compatible = "ti,omap2420-mcbsp";
  26. reg = <0x48076000 0xff>;
  27. reg-names = "mpu";
  28. interrupts = <62>, /* TX interrupt */
  29. <63>; /* RX interrupt */
  30. interrupt-names = "tx", "rx";
  31. interrupt-parent = <&intc>;
  32. ti,hwmods = "mcbsp2";
  33. };
  34. };
  35. };