tms320c6457.dtsi 1.4 KB

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