tms320c6472.dtsi 2.6 KB

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