mvme7100.dts 2.5 KB

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