evmc6457.dts 977 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /*
  2. * arch/c6x/boot/dts/evmc6457.dts
  3. *
  4. * EVMC6457 Evaluation Platform For TMS320C6457
  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/ "tms320c6457.dtsi"
  18. / {
  19. model = "eInfochips EVMC6457";
  20. compatible = "einfochips,evmc6457";
  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@2940000 {
  33. interrupt-parent = <&megamod_pic>;
  34. interrupts = < 67 >;
  35. };
  36. clock-controller@29a0000 {
  37. clock-frequency = <60000000>;
  38. };
  39. };
  40. };