tms320c6457.dtsi 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. / {
  2. #address-cells = <1>;
  3. #size-cells = <1>;
  4. cpus {
  5. #address-cells = <1>;
  6. #size-cells = <0>;
  7. cpu@0 {
  8. device_type = "cpu";
  9. model = "ti,c64x+";
  10. reg = <0>;
  11. };
  12. };
  13. soc {
  14. compatible = "simple-bus";
  15. model = "tms320c6457";
  16. #address-cells = <1>;
  17. #size-cells = <1>;
  18. ranges;
  19. core_pic: interrupt-controller {
  20. interrupt-controller;
  21. #interrupt-cells = <1>;
  22. compatible = "ti,c64x+core-pic";
  23. };
  24. megamod_pic: interrupt-controller@1800000 {
  25. compatible = "ti,c64x+megamod-pic";
  26. interrupt-controller;
  27. #interrupt-cells = <1>;
  28. interrupt-parent = <&core_pic>;
  29. reg = <0x1800000 0x1000>;
  30. };
  31. cache-controller@1840000 {
  32. compatible = "ti,c64x+cache";
  33. reg = <0x01840000 0x8400>;
  34. };
  35. device-state-controller@2880800 {
  36. compatible = "ti,c64x+dscr";
  37. reg = <0x02880800 0x400>;
  38. ti,dscr-devstat = <0x20>;
  39. ti,dscr-silicon-rev = <0x18 28 0xf>;
  40. ti,dscr-mac-fuse-regs = <0x114 3 4 5 6
  41. 0x118 0 0 1 2>;
  42. ti,dscr-kick-regs = <0x38 0x83E70B13
  43. 0x3c 0x95A4F1E0>;
  44. };
  45. timer0: timer@2940000 {
  46. compatible = "ti,c64x+timer64";
  47. reg = <0x2940000 0x40>;
  48. };
  49. clock-controller@29a0000 {
  50. compatible = "ti,c6457-pll", "ti,c64x+pll";
  51. reg = <0x029a0000 0x200>;
  52. ti,c64x+pll-bypass-delay = <300>;
  53. ti,c64x+pll-reset-delay = <24000>;
  54. ti,c64x+pll-lock-delay = <50000>;
  55. };
  56. };
  57. };