vf610-colibri-eval-v3.dts 860 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /*
  2. * Copyright 2014 Toradex AG
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License as published by
  6. * the Free Software Foundation; either version 2 of the License, or
  7. * (at your option) any later version.
  8. */
  9. /dts-v1/;
  10. #include "vf610-colibri.dtsi"
  11. / {
  12. model = "Toradex Colibri VF61 on Colibri Evaluation Board";
  13. compatible = "toradex,vf610-colibri_vf61-on-eval", "toradex,vf610-colibri_vf61", "fsl,vf610";
  14. chosen {
  15. bootargs = "console=ttyLP0,115200";
  16. };
  17. };
  18. &esdhc1 {
  19. pinctrl-names = "default";
  20. pinctrl-0 = <&pinctrl_esdhc1>;
  21. bus-width = <4>;
  22. status = "okay";
  23. };
  24. &fec1 {
  25. phy-mode = "rmii";
  26. pinctrl-names = "default";
  27. pinctrl-0 = <&pinctrl_fec1>;
  28. status = "okay";
  29. };
  30. &uart0 {
  31. status = "okay";
  32. };
  33. &uart1 {
  34. status = "okay";
  35. };
  36. &uart2 {
  37. status = "okay";
  38. };