digsy_mtc.dts 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. /*
  2. * Digsy MTC board Device Tree Source
  3. *
  4. * Copyright (C) 2009 Semihalf
  5. *
  6. * Based on the CM5200 by M. Balakowicz
  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. /include/ "mpc5200b.dtsi"
  14. / {
  15. model = "intercontrol,digsy-mtc";
  16. compatible = "intercontrol,digsy-mtc";
  17. memory {
  18. reg = <0x00000000 0x02000000>; // 32MB
  19. };
  20. soc5200@f0000000 {
  21. timer@600 { // General Purpose Timer
  22. fsl,has-wdt;
  23. };
  24. rtc@800 {
  25. status = "disabled";
  26. };
  27. can@900 {
  28. status = "disabled";
  29. };
  30. can@980 {
  31. status = "disabled";
  32. };
  33. psc@2000 { // PSC1
  34. status = "disabled";
  35. };
  36. psc@2200 { // PSC2
  37. status = "disabled";
  38. };
  39. psc@2400 { // PSC3
  40. status = "disabled";
  41. };
  42. psc@2600 { // PSC4
  43. compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
  44. };
  45. psc@2800 { // PSC5
  46. compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
  47. };
  48. psc@2c00 { // PSC6
  49. status = "disabled";
  50. };
  51. ethernet@3000 {
  52. phy-handle = <&phy0>;
  53. };
  54. mdio@3000 {
  55. phy0: ethernet-phy@0 {
  56. reg = <0>;
  57. };
  58. };
  59. i2c@3d00 {
  60. rtc@50 {
  61. compatible = "at,24c08";
  62. reg = <0x50>;
  63. };
  64. rtc@68 {
  65. compatible = "dallas,ds1339";
  66. reg = <0x68>;
  67. };
  68. };
  69. i2c@3d40 {
  70. status = "disabled";
  71. };
  72. };
  73. pci@f0000d00 {
  74. status = "disabled";
  75. };
  76. localbus {
  77. ranges = <0 0 0xff000000 0x1000000>;
  78. // 16-bit flash device at LocalPlus Bus CS0
  79. flash@0,0 {
  80. compatible = "cfi-flash";
  81. reg = <0 0 0x1000000>;
  82. bank-width = <2>;
  83. device-width = <2>;
  84. #size-cells = <1>;
  85. #address-cells = <1>;
  86. partition@0 {
  87. label = "kernel";
  88. reg = <0x0 0x00200000>;
  89. };
  90. partition@200000 {
  91. label = "root";
  92. reg = <0x00200000 0x00300000>;
  93. };
  94. partition@500000 {
  95. label = "user";
  96. reg = <0x00500000 0x00a00000>;
  97. };
  98. partition@f00000 {
  99. label = "u-boot";
  100. reg = <0x00f00000 0x100000>;
  101. };
  102. };
  103. };
  104. };