evmc6474.dts 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /*
  2. * arch/c6x/boot/dts/evmc6474.dts
  3. *
  4. * EVMC6474 Evaluation Platform For TMS320C6474
  5. *
  6. * Copyright (C) 2011 Texas Instruments Incorporated
  7. *
  8. * Author: Mark Salter <msalter@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/ "tms320c6474.dtsi"
  18. / {
  19. model = "Spectrum Digital EVMC6474";
  20. compatible = "spectrum-digital,evmc6474";
  21. chosen {
  22. bootargs = "console=hvc root=/dev/nfs ip=dhcp rw";
  23. };
  24. memory {
  25. device_type = "memory";
  26. reg = <0x80000000 0x08000000>;
  27. };
  28. soc {
  29. megamod_pic: interrupt-controller@1800000 {
  30. interrupts = < 12 13 14 15 >;
  31. };
  32. timer3: timer@2940000 {
  33. interrupt-parent = <&megamod_pic>;
  34. interrupts = < 39 >;
  35. };
  36. timer4: timer@2950000 {
  37. interrupt-parent = <&megamod_pic>;
  38. interrupts = < 41 >;
  39. };
  40. timer5: timer@2960000 {
  41. interrupt-parent = <&megamod_pic>;
  42. interrupts = < 43 >;
  43. };
  44. clock-controller@29a0000 {
  45. clock-frequency = <50000000>;
  46. };
  47. };
  48. };