dsk6455.dts 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. /*
  2. * arch/c6x/boot/dts/dsk6455.dts
  3. *
  4. * DSK6455 Evaluation Platform For TMS320C6455
  5. * Copyright (C) 2011 Texas Instruments Incorporated
  6. *
  7. * Author: Mark Salter <msalter@redhat.com>
  8. *
  9. * This program is free software; you can redistribute it and/or
  10. * modify it under the terms of the GNU General Public License
  11. * as published by the Free Software Foundation; either version 2
  12. * of the License, or (at your option) any later version.
  13. *
  14. */
  15. /dts-v1/;
  16. /include/ "tms320c6455.dtsi"
  17. / {
  18. model = "Spectrum Digital DSK6455";
  19. compatible = "spectrum-digital,dsk6455";
  20. chosen {
  21. bootargs = "root=/dev/nfs ip=dhcp rw";
  22. };
  23. memory {
  24. device_type = "memory";
  25. reg = <0xE0000000 0x08000000>;
  26. };
  27. soc {
  28. megamod_pic: interrupt-controller@1800000 {
  29. interrupts = < 12 13 14 15 >;
  30. };
  31. emifa@70000000 {
  32. flash@3,0 {
  33. #address-cells = <1>;
  34. #size-cells = <1>;
  35. compatible = "cfi-flash";
  36. reg = <0x3 0x0 0x400000>;
  37. bank-width = <1>;
  38. device-width = <1>;
  39. partition@0 {
  40. reg = <0x0 0x400000>;
  41. label = "NOR";
  42. };
  43. };
  44. };
  45. timer1: timer@2980000 {
  46. interrupt-parent = <&megamod_pic>;
  47. interrupts = < 69 >;
  48. };
  49. clock-controller@029a0000 {
  50. clock-frequency = <50000000>;
  51. };
  52. };
  53. };