motionpro.dts 2.4 KB

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