mpc7448hpc2.dts 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. /*
  2. * MPC7448HPC2 (Taiga) board Device Tree Source
  3. *
  4. * Copyright 2006 Freescale Semiconductor Inc.
  5. * 2006 Roy Zang <Roy Zang at freescale.com>.
  6. *
  7. * This program is free software; you can redistribute it and/or modify it
  8. * under the terms of the GNU General Public License as published by the
  9. * Free Software Foundation; either version 2 of the License, or (at your
  10. * option) any later version.
  11. */
  12. / {
  13. model = "mpc7448hpc2";
  14. compatible = "mpc74xx";
  15. #address-cells = <1>;
  16. #size-cells = <1>;
  17. cpus {
  18. #address-cells = <1>;
  19. #size-cells =<0>;
  20. PowerPC,7448@0 {
  21. device_type = "cpu";
  22. reg = <0>;
  23. d-cache-line-size = <20>; // 32 bytes
  24. i-cache-line-size = <20>; // 32 bytes
  25. d-cache-size = <8000>; // L1, 32K bytes
  26. i-cache-size = <8000>; // L1, 32K bytes
  27. timebase-frequency = <0>; // 33 MHz, from uboot
  28. clock-frequency = <0>; // From U-Boot
  29. bus-frequency = <0>; // From U-Boot
  30. 32-bit;
  31. };
  32. };
  33. memory {
  34. device_type = "memory";
  35. reg = <00000000 20000000 // DDR2 512M at 0
  36. >;
  37. };
  38. tsi108@c0000000 {
  39. #address-cells = <1>;
  40. #size-cells = <1>;
  41. #interrupt-cells = <2>;
  42. device_type = "tsi-bridge";
  43. ranges = <00000000 c0000000 00010000>;
  44. reg = <c0000000 00010000>;
  45. bus-frequency = <0>;
  46. i2c@7000 {
  47. interrupt-parent = <&mpic>;
  48. interrupts = <E 0>;
  49. reg = <7000 400>;
  50. device_type = "i2c";
  51. compatible = "tsi-i2c";
  52. };
  53. mdio@6000 {
  54. device_type = "mdio";
  55. compatible = "tsi-ethernet";
  56. phy8: ethernet-phy@6000 {
  57. interrupt-parent = <&mpic>;
  58. interrupts = <2 1>;
  59. reg = <6000 50>;
  60. phy-id = <8>;
  61. device_type = "ethernet-phy";
  62. };
  63. phy9: ethernet-phy@6400 {
  64. interrupt-parent = <&mpic>;
  65. interrupts = <2 1>;
  66. reg = <6000 50>;
  67. phy-id = <9>;
  68. device_type = "ethernet-phy";
  69. };
  70. };
  71. ethernet@6200 {
  72. #size-cells = <0>;
  73. device_type = "network";
  74. model = "TSI-ETH";
  75. compatible = "tsi-ethernet";
  76. reg = <6000 200>;
  77. address = [ 00 06 D2 00 00 01 ];
  78. interrupts = <10 2>;
  79. interrupt-parent = <&mpic>;
  80. phy-handle = <&phy8>;
  81. };
  82. ethernet@6600 {
  83. #address-cells = <1>;
  84. #size-cells = <0>;
  85. device_type = "network";
  86. model = "TSI-ETH";
  87. compatible = "tsi-ethernet";
  88. reg = <6400 200>;
  89. address = [ 00 06 D2 00 00 02 ];
  90. interrupts = <11 2>;
  91. interrupt-parent = <&mpic>;
  92. phy-handle = <&phy9>;
  93. };
  94. serial@7808 {
  95. device_type = "serial";
  96. compatible = "ns16550";
  97. reg = <7808 200>;
  98. clock-frequency = <3f6b5a00>;
  99. interrupts = <c 0>;
  100. interrupt-parent = <&mpic>;
  101. };
  102. serial@7c08 {
  103. device_type = "serial";
  104. compatible = "ns16550";
  105. reg = <7c08 200>;
  106. clock-frequency = <3f6b5a00>;
  107. interrupts = <d 0>;
  108. interrupt-parent = <&mpic>;
  109. };
  110. mpic: pic@7400 {
  111. clock-frequency = <0>;
  112. interrupt-controller;
  113. #address-cells = <0>;
  114. #interrupt-cells = <2>;
  115. reg = <7400 400>;
  116. built-in;
  117. compatible = "chrp,open-pic";
  118. device_type = "open-pic";
  119. big-endian;
  120. };
  121. pci@1000 {
  122. compatible = "tsi10x";
  123. device_type = "pci";
  124. #interrupt-cells = <1>;
  125. #size-cells = <2>;
  126. #address-cells = <3>;
  127. reg = <1000 1000>;
  128. bus-range = <0 0>;
  129. ranges = <02000000 0 e0000000 e0000000 0 1A000000
  130. 01000000 0 00000000 fa000000 0 00010000>;
  131. clock-frequency = <7f28154>;
  132. interrupt-parent = <&mpic>;
  133. interrupts = <17 2>;
  134. interrupt-map-mask = <f800 0 0 7>;
  135. interrupt-map = <
  136. /* IDSEL 0x11 */
  137. 0800 0 0 1 &RT0 24 0
  138. 0800 0 0 2 &RT0 25 0
  139. 0800 0 0 3 &RT0 26 0
  140. 0800 0 0 4 &RT0 27 0
  141. /* IDSEL 0x12 */
  142. 1000 0 0 1 &RT0 25 0
  143. 1000 0 0 2 &RT0 26 0
  144. 1000 0 0 3 &RT0 27 0
  145. 1000 0 0 4 &RT0 24 0
  146. /* IDSEL 0x13 */
  147. 1800 0 0 1 &RT0 26 0
  148. 1800 0 0 2 &RT0 27 0
  149. 1800 0 0 3 &RT0 24 0
  150. 1800 0 0 4 &RT0 25 0
  151. /* IDSEL 0x14 */
  152. 2000 0 0 1 &RT0 27 0
  153. 2000 0 0 2 &RT0 24 0
  154. 2000 0 0 3 &RT0 25 0
  155. 2000 0 0 4 &RT0 26 0
  156. >;
  157. RT0: router@1180 {
  158. clock-frequency = <0>;
  159. interrupt-controller;
  160. device_type = "pic-router";
  161. #address-cells = <0>;
  162. #interrupt-cells = <2>;
  163. built-in;
  164. big-endian;
  165. interrupts = <17 2>;
  166. interrupt-parent = <&mpic>;
  167. };
  168. };
  169. };
  170. };