imx27-phytec-phycore-rdk.dts 749 B

12345678910111213141516171819202122232425262728293031323334353637
  1. /*
  2. * The code contained herein is licensed under the GNU General Public
  3. * License. You may obtain a copy of the GNU General Public License
  4. * Version 2 or later at the following locations:
  5. *
  6. * http://www.opensource.org/licenses/gpl-license.html
  7. * http://www.gnu.org/copyleft/gpl.html
  8. */
  9. #include "imx27-phytec-phycore-som.dts"
  10. / {
  11. model = "Phytec pcm970";
  12. compatible = "phytec,imx27-pcm970", "phytec,imx27-pcm038", "fsl,imx27";
  13. };
  14. &cspi1 {
  15. fsl,spi-num-chipselects = <2>;
  16. cs-gpios = <&gpio4 28 0>, <&gpio4 27 0>;
  17. };
  18. &sdhci2 {
  19. bus-width = <4>;
  20. cd-gpios = <&gpio3 29 0>;
  21. wp-gpios = <&gpio3 28 0>;
  22. vmmc-supply = <&vmmc1_reg>;
  23. status = "okay";
  24. };
  25. &uart1 {
  26. fsl,uart-has-rtscts;
  27. };
  28. &uart2 {
  29. fsl,uart-has-rtscts;
  30. status = "okay";
  31. };