imx27-phytec-phycore-rdk.dts 616 B

1234567891011121314151617181920212223242526272829
  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. &uart1 {
  19. fsl,uart-has-rtscts;
  20. };
  21. &uart2 {
  22. fsl,uart-has-rtscts;
  23. status = "okay";
  24. };