imx51-apf51.dts 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. osc {
  26. clock-frequency = <33554432>;
  27. };
  28. };
  29. };
  30. &fec {
  31. pinctrl-names = "default";
  32. pinctrl-0 = <&pinctrl_fec_2>;
  33. phy-mode = "mii";
  34. phy-reset-gpios = <&gpio3 0 0>;
  35. phy-reset-duration = <1>;
  36. status = "okay";
  37. };
  38. &nfc {
  39. nand-bus-width = <8>;
  40. nand-ecc-mode = "hw";
  41. nand-on-flash-bbt;
  42. status = "okay";
  43. };
  44. &uart3 {
  45. pinctrl-names = "default";
  46. pinctrl-0 = <&pinctrl_uart3_2>;
  47. status = "okay";
  48. };