mvme7100.dts 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. /*
  2. * Device tree source for the Emerson/Artesyn MVME7100
  3. *
  4. * Copyright 2016 Elettra-Sincrotrone Trieste S.C.p.A.
  5. *
  6. * Author: Alessio Igor Bogani <alessio.bogani@elettra.eu>
  7. *
  8. * This program is free software; you can redistribute it and/or modify it
  9. * under the terms of the GNU General Public License as published by the
  10. * Free Software Foundation; either version 2 of the License, or (at your
  11. * option) any later version.
  12. *
  13. */
  14. /include/ "mpc8641si-pre.dtsi"
  15. / {
  16. model = "MVME7100";
  17. compatible = "artesyn,MVME7100";
  18. memory {
  19. device_type = "memory";
  20. reg = <0x00000000 0x80000000>;
  21. };
  22. soc: soc@f1000000 {
  23. ranges = <0x00000000 0xf1000000 0x00100000>;
  24. i2c@3000 {
  25. hwmon@4c {
  26. compatible = "dallas,max6649";
  27. reg = <0x4c>;
  28. };
  29. rtc@68 {
  30. status = "disabled";
  31. };
  32. };
  33. enet0: ethernet@24000 {
  34. phy-handle = <&phy0>;
  35. phy-connection-type = "rgmii-id";
  36. };
  37. mdio@24520 {
  38. phy0: ethernet-phy@1 {
  39. reg = <1>;
  40. };
  41. phy1: ethernet-phy@2 {
  42. reg = <2>;
  43. };
  44. phy2: ethernet-phy@3 {
  45. reg = <3>;
  46. };
  47. phy3: ethernet-phy@4 {
  48. reg = <4>;
  49. };
  50. };
  51. enet1: ethernet@25000 {
  52. phy-handle = <&phy1>;
  53. phy-connection-type = "rgmii-id";
  54. };
  55. mdio@25520 {
  56. status = "disabled";
  57. };
  58. enet2: ethernet@26000 {
  59. phy-handle = <&phy2>;
  60. phy-connection-type = "rgmii-id";
  61. };
  62. mdio@26520 {
  63. status = "disabled";
  64. };
  65. enet3: ethernet@27000 {
  66. phy-handle = <&phy3>;
  67. phy-connection-type = "rgmii-id";
  68. };
  69. mdio@27520 {
  70. status = "disabled";
  71. };
  72. serial1: serial@4600 {
  73. status = "disabled";
  74. };
  75. };
  76. lbc: localbus@f1005000 {
  77. reg = <0xf1005000 0x1000>;
  78. ranges = <0 0 0xf8000000 0x08000000 // NOR Flash (128MB)
  79. 2 0 0xf2030000 0x00010000 // NAND Flash (8GB)
  80. 3 0 0xf2400000 0x00080000 // MRAM (512KB)
  81. 4 0 0xf2000000 0x00010000 // BCSR
  82. 5 0 0xf2010000 0x00010000>; // QUART
  83. bcsr@4,0 {
  84. compatible = "artesyn,mvme7100-bcsr";
  85. reg = <4 0 0x10000>;
  86. };
  87. serial@5,1000 {
  88. device_type = "serial";
  89. compatible = "ns16550";
  90. reg = <5 0x1000 0x100>;
  91. clock-frequency = <1843200>;
  92. interrupts = <11 1 0 0>;
  93. };
  94. serial@5,2000 {
  95. device_type = "serial";
  96. compatible = "ns16550";
  97. reg = <5 0x2000 0x100>;
  98. clock-frequency = <1843200>;
  99. interrupts = <11 1 0 0>;
  100. };
  101. serial@5,3000 {
  102. device_type = "serial";
  103. compatible = "ns16550";
  104. reg = <5 0x3000 0x100>;
  105. clock-frequency = <1843200>;
  106. interrupts = <11 1 0 0>;
  107. };
  108. serial@5,4000 {
  109. device_type = "serial";
  110. compatible = "ns16550";
  111. reg = <5 0x4000 0x100>;
  112. clock-frequency = <1843200>;
  113. interrupts = <11 1 0 0>;
  114. };
  115. };
  116. pci0: pcie@f1008000 {
  117. status = "disabled";
  118. };
  119. pci1: pcie@f1009000 {
  120. status = "disabled";
  121. };
  122. chosen {
  123. linux,stdout-path = &serial0;
  124. };
  125. };
  126. /include/ "mpc8641si-post.dtsi"