omap2420.dtsi 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. omap2420_pmx: pinmux@48000030 {
  15. compatible = "ti,omap2420-padconf", "pinctrl-single";
  16. reg = <0x48000030 0x0113>;
  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,omap2420-mcbsp";
  24. reg = <0x48074000 0xff>;
  25. reg-names = "mpu";
  26. interrupts = <59>, /* TX interrupt */
  27. <60>; /* RX interrupt */
  28. interrupt-names = "tx", "rx";
  29. interrupt-parent = <&intc>;
  30. ti,hwmods = "mcbsp1";
  31. };
  32. mcbsp2: mcbsp@48076000 {
  33. compatible = "ti,omap2420-mcbsp";
  34. reg = <0x48076000 0xff>;
  35. reg-names = "mpu";
  36. interrupts = <62>, /* TX interrupt */
  37. <63>; /* RX interrupt */
  38. interrupt-names = "tx", "rx";
  39. interrupt-parent = <&intc>;
  40. ti,hwmods = "mcbsp2";
  41. };
  42. };
  43. };