mpc8536ds.dtsi 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. /*
  2. * MPC8536DS Device Tree Source stub (no addresses or top-level ranges)
  3. *
  4. * Copyright 2011 Freescale Semiconductor Inc.
  5. *
  6. * Redistribution and use in source and binary forms, with or without
  7. * modification, are permitted provided that the following conditions are met:
  8. * * Redistributions of source code must retain the above copyright
  9. * notice, this list of conditions and the following disclaimer.
  10. * * Redistributions in binary form must reproduce the above copyright
  11. * notice, this list of conditions and the following disclaimer in the
  12. * documentation and/or other materials provided with the distribution.
  13. * * Neither the name of Freescale Semiconductor nor the
  14. * names of its contributors may be used to endorse or promote products
  15. * derived from this software without specific prior written permission.
  16. *
  17. *
  18. * ALTERNATIVELY, this software may be distributed under the terms of the
  19. * GNU General Public License ("GPL") as published by the Free Software
  20. * Foundation, either version 2 of that License or (at your option) any
  21. * later version.
  22. *
  23. * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY
  24. * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  25. * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  26. * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
  27. * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  28. * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  29. * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  30. * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  31. * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  32. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  33. */
  34. &board_soc {
  35. i2c@3100 {
  36. rtc@68 {
  37. compatible = "dallas,ds3232";
  38. reg = <0x68>;
  39. interrupts = <0 0x1 0 0>;
  40. };
  41. };
  42. spi@7000 {
  43. flash@0 {
  44. #address-cells = <1>;
  45. #size-cells = <1>;
  46. compatible = "spansion,s25sl12801";
  47. reg = <0>;
  48. spi-max-frequency = <40000000>;
  49. partition@u-boot {
  50. label = "u-boot";
  51. reg = <0x00000000 0x00100000>;
  52. read-only;
  53. };
  54. partition@kernel {
  55. label = "kernel";
  56. reg = <0x00100000 0x00500000>;
  57. read-only;
  58. };
  59. partition@dtb {
  60. label = "dtb";
  61. reg = <0x00600000 0x00100000>;
  62. read-only;
  63. };
  64. partition@fs {
  65. label = "file system";
  66. reg = <0x00700000 0x00900000>;
  67. };
  68. };
  69. flash@1 {
  70. compatible = "spansion,s25sl12801";
  71. reg = <1>;
  72. spi-max-frequency = <40000000>;
  73. };
  74. flash@2 {
  75. compatible = "spansion,s25sl12801";
  76. reg = <2>;
  77. spi-max-frequency = <40000000>;
  78. };
  79. flash@3 {
  80. compatible = "spansion,s25sl12801";
  81. reg = <3>;
  82. spi-max-frequency = <40000000>;
  83. };
  84. };
  85. usb@22000 {
  86. phy_type = "ulpi";
  87. };
  88. usb@23000 {
  89. phy_type = "ulpi";
  90. };
  91. enet0: ethernet@24000 {
  92. tbi-handle = <&tbi0>;
  93. phy-handle = <&phy1>;
  94. phy-connection-type = "rgmii-id";
  95. };
  96. mdio@24520 {
  97. phy0: ethernet-phy@0 {
  98. interrupts = <10 0x1 0 0>;
  99. reg = <0>;
  100. device_type = "ethernet-phy";
  101. };
  102. phy1: ethernet-phy@1 {
  103. interrupts = <10 0x1 0 0>;
  104. reg = <1>;
  105. device_type = "ethernet-phy";
  106. };
  107. tbi0: tbi-phy@11 {
  108. reg = <0x11>;
  109. device_type = "tbi-phy";
  110. };
  111. };
  112. enet2: ethernet@26000 {
  113. tbi-handle = <&tbi1>;
  114. phy-handle = <&phy0>;
  115. phy-connection-type = "rgmii-id";
  116. };
  117. mdio@26520 {
  118. #address-cells = <1>;
  119. #size-cells = <0>;
  120. compatible = "fsl,gianfar-tbi";
  121. reg = <0x26520 0x20>;
  122. tbi1: tbi-phy@11 {
  123. reg = <0x11>;
  124. device_type = "tbi-phy";
  125. };
  126. };
  127. usb@2b000 {
  128. dr_mode = "peripheral";
  129. phy_type = "ulpi";
  130. };
  131. };