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. };
  31. };
  32. memory {
  33. device_type = "memory";
  34. reg = <00000000 20000000 // DDR2 512M at 0
  35. >;
  36. };
  37. tsi108@c0000000 {
  38. #address-cells = <1>;
  39. #size-cells = <1>;
  40. device_type = "tsi-bridge";
  41. ranges = <00000000 c0000000 00010000>;
  42. reg = <c0000000 00010000>;
  43. bus-frequency = <0>;
  44. i2c@7000 {
  45. interrupt-parent = <&mpic>;
  46. interrupts = <E 0>;
  47. reg = <7000 400>;
  48. device_type = "i2c";
  49. compatible = "tsi108-i2c";
  50. };
  51. MDIO: mdio@6000 {
  52. device_type = "mdio";
  53. compatible = "tsi108-mdio";
  54. reg = <6000 50>;
  55. #address-cells = <1>;
  56. #size-cells = <0>;
  57. phy8: ethernet-phy@8 {
  58. interrupt-parent = <&mpic>;
  59. interrupts = <2 1>;
  60. reg = <8>;
  61. };
  62. phy9: ethernet-phy@9 {
  63. interrupt-parent = <&mpic>;
  64. interrupts = <2 1>;
  65. reg = <9>;
  66. };
  67. };
  68. ethernet@6200 {
  69. linux,network-index = <0>;
  70. #size-cells = <0>;
  71. device_type = "network";
  72. compatible = "tsi108-ethernet";
  73. reg = <6000 200>;
  74. address = [ 00 06 D2 00 00 01 ];
  75. interrupts = <10 2>;
  76. interrupt-parent = <&mpic>;
  77. mdio-handle = <&MDIO>;
  78. phy-handle = <&phy8>;
  79. };
  80. ethernet@6600 {
  81. linux,network-index = <1>;
  82. #address-cells = <1>;
  83. #size-cells = <0>;
  84. device_type = "network";
  85. compatible = "tsi108-ethernet";
  86. reg = <6400 200>;
  87. address = [ 00 06 D2 00 00 02 ];
  88. interrupts = <11 2>;
  89. interrupt-parent = <&mpic>;
  90. mdio-handle = <&MDIO>;
  91. phy-handle = <&phy9>;
  92. };
  93. serial@7808 {
  94. device_type = "serial";
  95. compatible = "ns16550";
  96. reg = <7808 200>;
  97. clock-frequency = <3f6b5a00>;
  98. interrupts = <c 0>;
  99. interrupt-parent = <&mpic>;
  100. };
  101. serial@7c08 {
  102. device_type = "serial";
  103. compatible = "ns16550";
  104. reg = <7c08 200>;
  105. clock-frequency = <3f6b5a00>;
  106. interrupts = <d 0>;
  107. interrupt-parent = <&mpic>;
  108. };
  109. mpic: pic@7400 {
  110. clock-frequency = <0>;
  111. interrupt-controller;
  112. #address-cells = <0>;
  113. #interrupt-cells = <2>;
  114. reg = <7400 400>;
  115. compatible = "chrp,open-pic";
  116. device_type = "open-pic";
  117. big-endian;
  118. };
  119. pci@1000 {
  120. compatible = "tsi108-pci";
  121. device_type = "pci";
  122. #interrupt-cells = <1>;
  123. #size-cells = <2>;
  124. #address-cells = <3>;
  125. reg = <1000 1000>;
  126. bus-range = <0 0>;
  127. ranges = <02000000 0 e0000000 e0000000 0 1A000000
  128. 01000000 0 00000000 fa000000 0 00010000>;
  129. clock-frequency = <7f28154>;
  130. interrupt-parent = <&mpic>;
  131. interrupts = <17 2>;
  132. interrupt-map-mask = <f800 0 0 7>;
  133. interrupt-map = <
  134. /* IDSEL 0x11 */
  135. 0800 0 0 1 &RT0 24 0
  136. 0800 0 0 2 &RT0 25 0
  137. 0800 0 0 3 &RT0 26 0
  138. 0800 0 0 4 &RT0 27 0
  139. /* IDSEL 0x12 */
  140. 1000 0 0 1 &RT0 25 0
  141. 1000 0 0 2 &RT0 26 0
  142. 1000 0 0 3 &RT0 27 0
  143. 1000 0 0 4 &RT0 24 0
  144. /* IDSEL 0x13 */
  145. 1800 0 0 1 &RT0 26 0
  146. 1800 0 0 2 &RT0 27 0
  147. 1800 0 0 3 &RT0 24 0
  148. 1800 0 0 4 &RT0 25 0
  149. /* IDSEL 0x14 */
  150. 2000 0 0 1 &RT0 27 0
  151. 2000 0 0 2 &RT0 24 0
  152. 2000 0 0 3 &RT0 25 0
  153. 2000 0 0 4 &RT0 26 0
  154. >;
  155. RT0: router@1180 {
  156. clock-frequency = <0>;
  157. interrupt-controller;
  158. device_type = "pic-router";
  159. #address-cells = <0>;
  160. #interrupt-cells = <2>;
  161. big-endian;
  162. interrupts = <17 2>;
  163. interrupt-parent = <&mpic>;
  164. };
  165. };
  166. };
  167. chosen {
  168. linux,stdout-path = "/tsi108@c0000000/serial@7808";
  169. };
  170. };