vf610-twr.dts 1019 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /*
  2. * Copyright 2013 Freescale Semiconductor, Inc.
  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.dtsi"
  11. / {
  12. model = "VF610 Tower Board";
  13. compatible = "fsl,vf610-twr", "fsl,vf610";
  14. chosen {
  15. bootargs = "console=ttyLP1,115200";
  16. };
  17. memory {
  18. reg = <0x80000000 0x8000000>;
  19. };
  20. clocks {
  21. audio_ext {
  22. compatible = "fixed-clock";
  23. clock-frequency = <24576000>;
  24. };
  25. enet_ext {
  26. compatible = "fixed-clock";
  27. clock-frequency = <50000000>;
  28. };
  29. };
  30. };
  31. &fec0 {
  32. phy-mode = "rmii";
  33. pinctrl-names = "default";
  34. pinctrl-0 = <&pinctrl_fec0_1>;
  35. status = "okay";
  36. };
  37. &fec1 {
  38. phy-mode = "rmii";
  39. pinctrl-names = "default";
  40. pinctrl-0 = <&pinctrl_fec1_1>;
  41. status = "okay";
  42. };
  43. &uart1 {
  44. pinctrl-names = "default";
  45. pinctrl-0 = <&pinctrl_uart1_1>;
  46. status = "okay";
  47. };