motionpro.dts 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. /*
  2. * Motion-PRO board Device Tree Source
  3. *
  4. * Copyright (C) 2007 Semihalf
  5. * Marian Balakowicz <m8@semihalf.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. /include/ "mpc5200b.dtsi"
  13. / {
  14. model = "promess,motionpro";
  15. compatible = "promess,motionpro";
  16. soc5200@f0000000 {
  17. timer@600 { // General Purpose Timer
  18. fsl,has-wdt;
  19. };
  20. timer@660 { // Motion-PRO status LED
  21. compatible = "promess,motionpro-led";
  22. label = "motionpro-statusled";
  23. blink-delay = <100>; // 100 msec
  24. };
  25. timer@670 { // Motion-PRO ready LED
  26. compatible = "promess,motionpro-led";
  27. label = "motionpro-readyled";
  28. };
  29. can@900 {
  30. status = "disabled";
  31. };
  32. psc@2000 { // PSC1
  33. compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
  34. };
  35. // PSC2 in spi master mode
  36. psc@2200 { // PSC2
  37. compatible = "fsl,mpc5200b-psc-spi","fsl,mpc5200-psc-spi";
  38. cell-index = <1>;
  39. };
  40. psc@2400 { // PSC3
  41. status = "disabled";
  42. };
  43. psc@2600 { // PSC4
  44. status = "disabled";
  45. };
  46. psc@2800 { // PSC5
  47. compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
  48. };
  49. psc@2c00 { // PSC6
  50. status = "disabled";
  51. };
  52. ethernet@3000 {
  53. phy-handle = <&phy0>;
  54. };
  55. mdio@3000 {
  56. phy0: ethernet-phy@2 {
  57. reg = <2>;
  58. };
  59. };
  60. i2c@3d00 {
  61. status = "disabled";
  62. };
  63. i2c@3d40 {
  64. rtc@68 {
  65. compatible = "dallas,ds1339";
  66. reg = <0x68>;
  67. };
  68. };
  69. sram@8000 {
  70. compatible = "fsl,mpc5200b-sram","fsl,mpc5200-sram";
  71. reg = <0x8000 0x4000>;
  72. };
  73. };
  74. pci@f0000d00 {
  75. status = "disabled";
  76. };
  77. localbus {
  78. ranges = <0 0 0xff000000 0x01000000
  79. 1 0 0x50000000 0x00010000
  80. 2 0 0x50010000 0x00010000
  81. 3 0 0x50020000 0x00010000>;
  82. // 8-bit DualPort SRAM on LocalPlus Bus CS1
  83. kollmorgen@1,0 {
  84. compatible = "promess,motionpro-kollmorgen";
  85. reg = <1 0 0x10000>;
  86. interrupts = <1 1 0>;
  87. };
  88. // 8-bit board CPLD on LocalPlus Bus CS2
  89. cpld@2,0 {
  90. compatible = "promess,motionpro-cpld";
  91. reg = <2 0 0x10000>;
  92. };
  93. // 8-bit custom Anybus Module on LocalPlus Bus CS3
  94. anybus@3,0 {
  95. compatible = "promess,motionpro-anybus";
  96. reg = <3 0 0x10000>;
  97. };
  98. pro_module_general@3,0 {
  99. compatible = "promess,pro_module_general";
  100. reg = <3 0 3>;
  101. };
  102. pro_module_dio@3,800 {
  103. compatible = "promess,pro_module_dio";
  104. reg = <3 0x800 2>;
  105. };
  106. // 16-bit flash device at LocalPlus Bus CS0
  107. flash@0,0 {
  108. compatible = "cfi-flash";
  109. reg = <0 0 0x01000000>;
  110. bank-width = <2>;
  111. device-width = <2>;
  112. #size-cells = <1>;
  113. #address-cells = <1>;
  114. };
  115. };
  116. };