evmc6472.dts 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. /*
  2. * arch/c6x/boot/dts/evmc6472.dts
  3. *
  4. * EVMC6472 Evaluation Platform For TMS320C6472
  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/ "tms320c6472.dtsi"
  18. / {
  19. model = "eInfochips EVMC6472";
  20. compatible = "einfochips,evmc6472";
  21. chosen {
  22. bootargs = "console=hvc root=/dev/nfs ip=dhcp rw";
  23. };
  24. memory {
  25. device_type = "memory";
  26. reg = <0xE0000000 0x10000000>;
  27. };
  28. soc {
  29. megamod_pic: interrupt-controller@1800000 {
  30. interrupts = < 12 13 14 15 >;
  31. };
  32. timer0: timer@25e0000 {
  33. interrupt-parent = <&megamod_pic>;
  34. interrupts = < 16 >;
  35. };
  36. timer1: timer@25f0000 {
  37. interrupt-parent = <&megamod_pic>;
  38. interrupts = < 16 >;
  39. };
  40. timer2: timer@2600000 {
  41. interrupt-parent = <&megamod_pic>;
  42. interrupts = < 16 >;
  43. };
  44. timer3: timer@2610000 {
  45. interrupt-parent = <&megamod_pic>;
  46. interrupts = < 16 >;
  47. };
  48. timer4: timer@2620000 {
  49. interrupt-parent = <&megamod_pic>;
  50. interrupts = < 16 >;
  51. };
  52. timer5: timer@2630000 {
  53. interrupt-parent = <&megamod_pic>;
  54. interrupts = < 16 >;
  55. };
  56. clock-controller@29a0000 {
  57. clock-frequency = <25000000>;
  58. };
  59. };
  60. };