mpc8349emitxgp.dts 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. /*
  2. * MPC8349E-mITX-GP Device Tree Source
  3. *
  4. * Copyright 2007 Freescale Semiconductor Inc.
  5. *
  6. * This program is free software; you can redistribute it and/or modify it
  7. * under the terms of the GNU General Public License as published by the
  8. * Free Software Foundation; either version 2 of the License, or (at your
  9. * option) any later version.
  10. */
  11. / {
  12. model = "MPC8349EMITXGP";
  13. compatible = "MPC8349EMITXGP", "MPC834xMITX", "MPC83xxMITX";
  14. #address-cells = <1>;
  15. #size-cells = <1>;
  16. cpus {
  17. #address-cells = <1>;
  18. #size-cells = <0>;
  19. PowerPC,8349@0 {
  20. device_type = "cpu";
  21. reg = <0>;
  22. d-cache-line-size = <20>;
  23. i-cache-line-size = <20>;
  24. d-cache-size = <8000>;
  25. i-cache-size = <8000>;
  26. timebase-frequency = <0>; // from bootloader
  27. bus-frequency = <0>; // from bootloader
  28. clock-frequency = <0>; // from bootloader
  29. 32-bit;
  30. };
  31. };
  32. memory {
  33. device_type = "memory";
  34. reg = <00000000 10000000>;
  35. };
  36. soc8349@e0000000 {
  37. #address-cells = <1>;
  38. #size-cells = <1>;
  39. #interrupt-cells = <2>;
  40. device_type = "soc";
  41. ranges = <0 e0000000 00100000>;
  42. reg = <e0000000 00000200>;
  43. bus-frequency = <0>; // from bootloader
  44. wdt@200 {
  45. device_type = "watchdog";
  46. compatible = "mpc83xx_wdt";
  47. reg = <200 100>;
  48. };
  49. i2c@3000 {
  50. device_type = "i2c";
  51. compatible = "fsl-i2c";
  52. reg = <3000 100>;
  53. interrupts = <e 8>;
  54. interrupt-parent = < &ipic >;
  55. dfsrr;
  56. };
  57. i2c@3100 {
  58. device_type = "i2c";
  59. compatible = "fsl-i2c";
  60. reg = <3100 100>;
  61. interrupts = <f 8>;
  62. interrupt-parent = < &ipic >;
  63. dfsrr;
  64. };
  65. spi@7000 {
  66. device_type = "spi";
  67. compatible = "mpc83xx_spi";
  68. reg = <7000 1000>;
  69. interrupts = <10 8>;
  70. interrupt-parent = < &ipic >;
  71. mode = <0>;
  72. };
  73. usb@23000 {
  74. device_type = "usb";
  75. compatible = "fsl-usb2-dr";
  76. reg = <23000 1000>;
  77. #address-cells = <1>;
  78. #size-cells = <0>;
  79. interrupt-parent = < &ipic >;
  80. interrupts = <26 8>;
  81. dr_mode = "otg";
  82. phy_type = "ulpi";
  83. };
  84. mdio@24520 {
  85. device_type = "mdio";
  86. compatible = "gianfar";
  87. reg = <24520 20>;
  88. #address-cells = <1>;
  89. #size-cells = <0>;
  90. /* Vitesse 8201 */
  91. phy1c: ethernet-phy@1c {
  92. interrupt-parent = < &ipic >;
  93. interrupts = <12 8>;
  94. reg = <1c>;
  95. device_type = "ethernet-phy";
  96. };
  97. };
  98. ethernet@24000 {
  99. device_type = "network";
  100. model = "TSEC";
  101. compatible = "gianfar";
  102. reg = <24000 1000>;
  103. local-mac-address = [ 00 00 00 00 00 00 ];
  104. interrupts = <20 8 21 8 22 8>;
  105. interrupt-parent = < &ipic >;
  106. phy-handle = < &phy1c >;
  107. };
  108. serial@4500 {
  109. device_type = "serial";
  110. compatible = "ns16550";
  111. reg = <4500 100>;
  112. clock-frequency = <0>; // from bootloader
  113. interrupts = <9 8>;
  114. interrupt-parent = < &ipic >;
  115. };
  116. serial@4600 {
  117. device_type = "serial";
  118. compatible = "ns16550";
  119. reg = <4600 100>;
  120. clock-frequency = <0>; // from bootloader
  121. interrupts = <a 8>;
  122. interrupt-parent = < &ipic >;
  123. };
  124. pci@8600 {
  125. interrupt-map-mask = <f800 0 0 7>;
  126. interrupt-map = <
  127. /* IDSEL 0x0F - PCI Slot */
  128. 7800 0 0 1 &ipic 14 8 /* PCI_INTA */
  129. 7800 0 0 2 &ipic 15 8 /* PCI_INTB */
  130. >;
  131. interrupt-parent = < &ipic >;
  132. interrupts = <43 8>;
  133. bus-range = <1 1>;
  134. ranges = <42000000 0 a0000000 a0000000 0 10000000
  135. 02000000 0 b0000000 b0000000 0 10000000
  136. 01000000 0 00000000 e3000000 0 01000000>;
  137. clock-frequency = <3f940aa>;
  138. #interrupt-cells = <1>;
  139. #size-cells = <2>;
  140. #address-cells = <3>;
  141. reg = <8600 100>;
  142. compatible = "83xx";
  143. device_type = "pci";
  144. };
  145. crypto@30000 {
  146. device_type = "crypto";
  147. model = "SEC2";
  148. compatible = "talitos";
  149. reg = <30000 10000>;
  150. interrupts = <b 8>;
  151. interrupt-parent = < &ipic >;
  152. num-channels = <4>;
  153. channel-fifo-len = <18>;
  154. exec-units-mask = <0000007e>;
  155. descriptor-types-mask = <01010ebf>;
  156. };
  157. ipic: pic@700 {
  158. interrupt-controller;
  159. #address-cells = <0>;
  160. #interrupt-cells = <2>;
  161. reg = <700 100>;
  162. built-in;
  163. device_type = "ipic";
  164. };
  165. };
  166. };