imx51-apf51.dts 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. &nfc {
  42. nand-bus-width = <8>;
  43. nand-ecc-mode = "hw";
  44. nand-on-flash-bbt;
  45. status = "okay";
  46. };
  47. &uart3 {
  48. pinctrl-names = "default";
  49. pinctrl-0 = <&pinctrl_uart3_2>;
  50. status = "okay";
  51. };