vf610-cosmic.dts 898 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. /*
  2. * Copyright 2013 Freescale Semiconductor, Inc.
  3. * Copyright 2013 Linaro Limited
  4. *
  5. * This program is free software; you can redistribute it and/or modify
  6. * it under the terms of the GNU General Public License as published by
  7. * the Free Software Foundation; either version 2 of the License, or
  8. * (at your option) any later version.
  9. */
  10. /dts-v1/;
  11. #include "vf610.dtsi"
  12. / {
  13. model = "PHYTEC Cosmic/Cosmic+ Board";
  14. compatible = "phytec,vf610-cosmic", "fsl,vf610";
  15. chosen {
  16. bootargs = "console=ttyLP1,115200";
  17. };
  18. memory {
  19. reg = <0x80000000 0x10000000>;
  20. };
  21. clocks {
  22. enet_ext {
  23. compatible = "fixed-clock";
  24. #clock-cells = <0>;
  25. clock-frequency = <50000000>;
  26. };
  27. };
  28. };
  29. &fec1 {
  30. phy-mode = "rmii";
  31. pinctrl-names = "default";
  32. pinctrl-0 = <&pinctrl_fec1_1>;
  33. status = "okay";
  34. };
  35. &uart1 {
  36. pinctrl-names = "default";
  37. pinctrl-0 = <&pinctrl_uart1_1>;
  38. status = "okay";
  39. };