omap2420.dtsi 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. counter32k: counter@48004000 {
  15. compatible = "ti,omap-counter32k";
  16. reg = <0x48004000 0x20>;
  17. ti,hwmods = "counter_32k";
  18. };
  19. omap2420_pmx: pinmux@48000030 {
  20. compatible = "ti,omap2420-padconf", "pinctrl-single";
  21. reg = <0x48000030 0x0113>;
  22. #address-cells = <1>;
  23. #size-cells = <0>;
  24. pinctrl-single,register-width = <8>;
  25. pinctrl-single,function-mask = <0x3f>;
  26. };
  27. mcbsp1: mcbsp@48074000 {
  28. compatible = "ti,omap2420-mcbsp";
  29. reg = <0x48074000 0xff>;
  30. reg-names = "mpu";
  31. interrupts = <59>, /* TX interrupt */
  32. <60>; /* RX interrupt */
  33. interrupt-names = "tx", "rx";
  34. ti,hwmods = "mcbsp1";
  35. };
  36. mcbsp2: mcbsp@48076000 {
  37. compatible = "ti,omap2420-mcbsp";
  38. reg = <0x48076000 0xff>;
  39. reg-names = "mpu";
  40. interrupts = <62>, /* TX interrupt */
  41. <63>; /* RX interrupt */
  42. interrupt-names = "tx", "rx";
  43. ti,hwmods = "mcbsp2";
  44. };
  45. timer1: timer@48028000 {
  46. compatible = "ti,omap2-timer";
  47. reg = <0x48028000 0x400>;
  48. interrupts = <37>;
  49. ti,hwmods = "timer1";
  50. ti,timer-alwon;
  51. };
  52. };
  53. };