evmc6678.dts 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. /*
  2. * arch/c6x/boot/dts/evmc6678.dts
  3. *
  4. * EVMC6678 Evaluation Platform For TMS320C6678
  5. *
  6. * Copyright (C) 2012 Texas Instruments Incorporated
  7. *
  8. * Author: Ken Cox <jkc@redhat.com>
  9. *
  10. * This program is free software; you can redistribute it and/or
  11. * modify it under the terms of the GNU General Public License
  12. * as published by the Free Software Foundation; either version 2
  13. * of the License, or (at your option) any later version.
  14. *
  15. */
  16. /dts-v1/;
  17. /include/ "tms320c6678.dtsi"
  18. / {
  19. model = "Advantech EVMC6678";
  20. compatible = "advantech,evmc6678";
  21. chosen {
  22. bootargs = "root=/dev/nfs ip=dhcp rw";
  23. };
  24. memory {
  25. device_type = "memory";
  26. reg = <0x80000000 0x20000000>;
  27. };
  28. soc {
  29. megamod_pic: interrupt-controller@1800000 {
  30. interrupts = < 12 13 14 15 >;
  31. };
  32. timer8: timer@2280000 {
  33. interrupt-parent = <&megamod_pic>;
  34. interrupts = < 66 >;
  35. };
  36. timer9: timer@2290000 {
  37. interrupt-parent = <&megamod_pic>;
  38. interrupts = < 68 >;
  39. };
  40. timer10: timer@22A0000 {
  41. interrupt-parent = <&megamod_pic>;
  42. interrupts = < 70 >;
  43. };
  44. timer11: timer@22B0000 {
  45. interrupt-parent = <&megamod_pic>;
  46. interrupts = < 72 >;
  47. };
  48. timer12: timer@22C0000 {
  49. interrupt-parent = <&megamod_pic>;
  50. interrupts = < 74 >;
  51. };
  52. timer13: timer@22D0000 {
  53. interrupt-parent = <&megamod_pic>;
  54. interrupts = < 76 >;
  55. };
  56. timer14: timer@22E0000 {
  57. interrupt-parent = <&megamod_pic>;
  58. interrupts = < 78 >;
  59. };
  60. timer15: timer@22F0000 {
  61. interrupt-parent = <&megamod_pic>;
  62. interrupts = < 80 >;
  63. };
  64. clock-controller@2310000 {
  65. clock-frequency = <100000000>;
  66. };
  67. };
  68. };