omap2420.dtsi 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. gpmc: gpmc@6800a000 {
  28. compatible = "ti,omap2420-gpmc";
  29. reg = <0x6800a000 0x1000>;
  30. #address-cells = <2>;
  31. #size-cells = <1>;
  32. interrupts = <20>;
  33. gpmc,num-cs = <8>;
  34. gpmc,num-waitpins = <4>;
  35. ti,hwmods = "gpmc";
  36. };
  37. mcbsp1: mcbsp@48074000 {
  38. compatible = "ti,omap2420-mcbsp";
  39. reg = <0x48074000 0xff>;
  40. reg-names = "mpu";
  41. interrupts = <59>, /* TX interrupt */
  42. <60>; /* RX interrupt */
  43. interrupt-names = "tx", "rx";
  44. ti,hwmods = "mcbsp1";
  45. };
  46. mcbsp2: mcbsp@48076000 {
  47. compatible = "ti,omap2420-mcbsp";
  48. reg = <0x48076000 0xff>;
  49. reg-names = "mpu";
  50. interrupts = <62>, /* TX interrupt */
  51. <63>; /* RX interrupt */
  52. interrupt-names = "tx", "rx";
  53. ti,hwmods = "mcbsp2";
  54. };
  55. timer1: timer@48028000 {
  56. compatible = "ti,omap2-timer";
  57. reg = <0x48028000 0x400>;
  58. interrupts = <37>;
  59. ti,hwmods = "timer1";
  60. ti,timer-alwon;
  61. };
  62. };
  63. };