imx27-pdk.dts 595 B

12345678910111213141516171819202122232425262728293031
  1. /*
  2. * Copyright 2012 Sascha Hauer, Pengutronix
  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/ "imx27.dtsi"
  13. / {
  14. model = "Freescale i.MX27 Product Development Kit";
  15. compatible = "fsl,imx27-pdk", "fsl,imx27";
  16. memory {
  17. reg = <0x0 0x0>;
  18. };
  19. };
  20. &uart1 {
  21. fsl,uart-has-rtscts;
  22. status = "okay";
  23. };
  24. &fec {
  25. status = "okay";
  26. };