imx25-pdk.dts 659 B

123456789101112131415161718192021222324252627282930313233343536
  1. /*
  2. * Copyright 2013 Freescale Semiconductor, Inc.
  3. *
  4. * The code contained herein is licensed under the GNU General Public
  5. * License. You may obtain a copy of the GNU General Public License
  6. * Version 2 or later at the following locations:
  7. *
  8. * http://www.opensource.org/licenses/gpl-license.html
  9. * http://www.gnu.org/copyleft/gpl.html
  10. */
  11. /dts-v1/;
  12. /include/ "imx25.dtsi"
  13. / {
  14. model = "Freescale i.MX25 Product Development Kit";
  15. compatible = "fsl,imx25-pdk", "fsl,imx25";
  16. memory {
  17. reg = <0x80000000 0x4000000>;
  18. };
  19. };
  20. &uart1 {
  21. status = "okay";
  22. };
  23. &fec {
  24. phy-mode = "rmii";
  25. status = "okay";
  26. };
  27. &nfc {
  28. nand-on-flash-bbt;
  29. status = "okay";
  30. };