tms320c6472.dtsi 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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. reg = <0>;
  11. model = "ti,c64x+";
  12. };
  13. cpu@1 {
  14. device_type = "cpu";
  15. reg = <1>;
  16. model = "ti,c64x+";
  17. };
  18. cpu@2 {
  19. device_type = "cpu";
  20. reg = <2>;
  21. model = "ti,c64x+";
  22. };
  23. cpu@3 {
  24. device_type = "cpu";
  25. reg = <3>;
  26. model = "ti,c64x+";
  27. };
  28. cpu@4 {
  29. device_type = "cpu";
  30. reg = <4>;
  31. model = "ti,c64x+";
  32. };
  33. cpu@5 {
  34. device_type = "cpu";
  35. reg = <5>;
  36. model = "ti,c64x+";
  37. };
  38. };
  39. soc {
  40. compatible = "simple-bus";
  41. model = "tms320c6472";
  42. #address-cells = <1>;
  43. #size-cells = <1>;
  44. ranges;
  45. core_pic: interrupt-controller {
  46. compatible = "ti,c64x+core-pic";
  47. interrupt-controller;
  48. #interrupt-cells = <1>;
  49. };
  50. megamod_pic: interrupt-controller@1800000 {
  51. compatible = "ti,c64x+megamod-pic";
  52. interrupt-controller;
  53. #interrupt-cells = <1>;
  54. reg = <0x1800000 0x1000>;
  55. interrupt-parent = <&core_pic>;
  56. };
  57. cache-controller@1840000 {
  58. compatible = "ti,c64x+cache";
  59. reg = <0x01840000 0x8400>;
  60. };
  61. timer0: timer@25e0000 {
  62. compatible = "ti,c64x+timer64";
  63. ti,core-mask = < 0x01 >;
  64. reg = <0x25e0000 0x40>;
  65. };
  66. timer1: timer@25f0000 {
  67. compatible = "ti,c64x+timer64";
  68. ti,core-mask = < 0x02 >;
  69. reg = <0x25f0000 0x40>;
  70. };
  71. timer2: timer@2600000 {
  72. compatible = "ti,c64x+timer64";
  73. ti,core-mask = < 0x04 >;
  74. reg = <0x2600000 0x40>;
  75. };
  76. timer3: timer@2610000 {
  77. compatible = "ti,c64x+timer64";
  78. ti,core-mask = < 0x08 >;
  79. reg = <0x2610000 0x40>;
  80. };
  81. timer4: timer@2620000 {
  82. compatible = "ti,c64x+timer64";
  83. ti,core-mask = < 0x10 >;
  84. reg = <0x2620000 0x40>;
  85. };
  86. timer5: timer@2630000 {
  87. compatible = "ti,c64x+timer64";
  88. ti,core-mask = < 0x20 >;
  89. reg = <0x2630000 0x40>;
  90. };
  91. clock-controller@29a0000 {
  92. compatible = "ti,c6472-pll", "ti,c64x+pll";
  93. reg = <0x029a0000 0x200>;
  94. ti,c64x+pll-bypass-delay = <200>;
  95. ti,c64x+pll-reset-delay = <12000>;
  96. ti,c64x+pll-lock-delay = <80000>;
  97. };
  98. device-state-controller@2a80000 {
  99. compatible = "ti,c64x+dscr";
  100. reg = <0x02a80000 0x1000>;
  101. ti,dscr-devstat = <0>;
  102. ti,dscr-silicon-rev = <0x70c 16 0xff>;
  103. ti,dscr-mac-fuse-regs = <0x700 1 2 3 4
  104. 0x704 5 6 0 0>;
  105. ti,dscr-rmii-resets = <0x208 1
  106. 0x20c 1>;
  107. ti,dscr-locked-regs = <0x200 0x204 0x0a1e183a
  108. 0x40c 0x420 0xbea7
  109. 0x41c 0x420 0xbea7>;
  110. ti,dscr-privperm = <0x41c 0xaaaaaaaa>;
  111. ti,dscr-devstate-ctl-regs = <0 13 0x200 1 0 0 1>;
  112. };
  113. };
  114. };