imx51-apf51.dts 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /*
  2. * Copyright 2012 Armadeus Systems - <support@armadeus.com>
  3. * Copyright 2012 Laurent Cans <laurent.cans@gmail.com>
  4. *
  5. * Based on mx51-babbage.dts
  6. * Copyright 2011 Freescale Semiconductor, Inc.
  7. * Copyright 2011 Linaro Ltd.
  8. *
  9. * The code contained herein is licensed under the GNU General Public
  10. * License. You may obtain a copy of the GNU General Public License
  11. * Version 2 or later at the following locations:
  12. *
  13. * http://www.opensource.org/licenses/gpl-license.html
  14. * http://www.gnu.org/copyleft/gpl.html
  15. */
  16. /dts-v1/;
  17. /include/ "imx51.dtsi"
  18. / {
  19. model = "Armadeus Systems APF51 module";
  20. compatible = "armadeus,imx51-apf51", "fsl,imx51";
  21. memory {
  22. reg = <0x90000000 0x20000000>;
  23. };
  24. clocks {
  25. ckih1 {
  26. clock-frequency = <0>;
  27. };
  28. osc {
  29. clock-frequency = <33554432>;
  30. };
  31. };
  32. };
  33. &fec {
  34. pinctrl-names = "default";
  35. pinctrl-0 = <&pinctrl_fec_2>;
  36. phy-mode = "mii";
  37. phy-reset-gpios = <&gpio3 0 0>;
  38. phy-reset-duration = <1>;
  39. status = "okay";
  40. };
  41. &uart3 {
  42. pinctrl-names = "default";
  43. pinctrl-0 = <&pinctrl_uart3_2>;
  44. status = "okay";
  45. };