imx27-phytec-phycore-som.dts 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. /*
  2. * Copyright 2012 Sascha Hauer, Pengutronix
  3. *
  4. * The code contained herein is licensed under the GNU General Public
  5. * License. You may obtain a copy of the GNU General Public License
  6. * Version 2 or later at the following locations:
  7. *
  8. * http://www.opensource.org/licenses/gpl-license.html
  9. * http://www.gnu.org/copyleft/gpl.html
  10. */
  11. /dts-v1/;
  12. #include "imx27.dtsi"
  13. / {
  14. model = "Phytec pcm038";
  15. compatible = "phytec,imx27-pcm038", "fsl,imx27";
  16. memory {
  17. reg = <0x0 0x0>;
  18. };
  19. soc {
  20. aipi@10000000 { /* aipi1 */
  21. serial@1000a000 {
  22. status = "okay";
  23. };
  24. i2c@1001d000 {
  25. clock-frequency = <400000>;
  26. status = "okay";
  27. at24@52 {
  28. compatible = "at,24c32";
  29. pagesize = <32>;
  30. reg = <0x52>;
  31. };
  32. pcf8563@51 {
  33. compatible = "nxp,pcf8563";
  34. reg = <0x51>;
  35. };
  36. lm75@4a {
  37. compatible = "national,lm75";
  38. reg = <0x4a>;
  39. };
  40. };
  41. };
  42. aipi@10020000 { /* aipi2 */
  43. ethernet@1002b000 {
  44. phy-reset-gpios = <&gpio3 30 0>;
  45. status = "okay";
  46. };
  47. };
  48. };
  49. nor_flash@c0000000 {
  50. compatible = "cfi-flash";
  51. bank-width = <2>;
  52. reg = <0xc0000000 0x02000000>;
  53. #address-cells = <1>;
  54. #size-cells = <1>;
  55. };
  56. };
  57. &cspi1 {
  58. fsl,spi-num-chipselects = <1>;
  59. cs-gpios = <&gpio4 28 0>;
  60. status = "okay";
  61. pmic: mc13783@0 {
  62. #address-cells = <1>;
  63. #size-cells = <0>;
  64. compatible = "fsl,mc13783";
  65. spi-max-frequency = <20000000>;
  66. reg = <0>;
  67. interrupt-parent = <&gpio2>;
  68. interrupts = <23 0x4>;
  69. fsl,mc13xxx-uses-adc;
  70. fsl,mc13xxx-uses-rtc;
  71. regulators {
  72. sw1a_reg: sw1a {
  73. regulator-min-microvolt = <1200000>;
  74. regulator-max-microvolt = <1200000>;
  75. regulator-always-on;
  76. regulator-boot-on;
  77. };
  78. sw1b_reg: sw1b {
  79. regulator-min-microvolt = <1200000>;
  80. regulator-max-microvolt = <1200000>;
  81. regulator-always-on;
  82. regulator-boot-on;
  83. };
  84. sw2a_reg: sw2a {
  85. regulator-min-microvolt = <1800000>;
  86. regulator-max-microvolt = <1800000>;
  87. regulator-always-on;
  88. regulator-boot-on;
  89. };
  90. sw2b_reg: sw2b {
  91. regulator-min-microvolt = <1800000>;
  92. regulator-max-microvolt = <1800000>;
  93. regulator-always-on;
  94. regulator-boot-on;
  95. };
  96. sw3_reg: sw3 {
  97. regulator-min-microvolt = <5000000>;
  98. regulator-max-microvolt = <5000000>;
  99. regulator-always-on;
  100. regulator-boot-on;
  101. };
  102. vaudio_reg: vaudio {
  103. regulator-always-on;
  104. regulator-boot-on;
  105. };
  106. violo_reg: violo {
  107. regulator-min-microvolt = <1800000>;
  108. regulator-max-microvolt = <1800000>;
  109. regulator-always-on;
  110. regulator-boot-on;
  111. };
  112. viohi_reg: viohi {
  113. regulator-always-on;
  114. regulator-boot-on;
  115. };
  116. vgen_reg: vgen {
  117. regulator-min-microvolt = <1500000>;
  118. regulator-max-microvolt = <1500000>;
  119. regulator-always-on;
  120. regulator-boot-on;
  121. };
  122. vcam_reg: vcam {
  123. regulator-min-microvolt = <2800000>;
  124. regulator-max-microvolt = <2800000>;
  125. };
  126. vrf1_reg: vrf1 {
  127. regulator-min-microvolt = <2775000>;
  128. regulator-max-microvolt = <2775000>;
  129. regulator-always-on;
  130. regulator-boot-on;
  131. };
  132. vrf2_reg: vrf2 {
  133. regulator-min-microvolt = <2775000>;
  134. regulator-max-microvolt = <2775000>;
  135. regulator-always-on;
  136. regulator-boot-on;
  137. };
  138. vmmc1_reg: vmmc1 {
  139. regulator-min-microvolt = <1600000>;
  140. regulator-max-microvolt = <3000000>;
  141. };
  142. gpo1_reg: gpo1 { };
  143. pwgt1spi_reg: pwgt1spi {
  144. regulator-always-on;
  145. };
  146. };
  147. };
  148. };
  149. &nfc {
  150. nand-bus-width = <8>;
  151. nand-ecc-mode = "hw";
  152. status = "okay";
  153. };