imx27-3ds.dts 699 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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 = "mx27_3ds";
  15. compatible = "freescale,imx27-3ds", "fsl,imx27";
  16. memory {
  17. reg = <0x0 0x0>;
  18. };
  19. soc {
  20. aipi@10000000 { /* aipi */
  21. wdog@10002000 {
  22. status = "okay";
  23. };
  24. uart@1000a000 {
  25. fsl,uart-has-rtscts;
  26. status = "okay";
  27. };
  28. fec@1002b000 {
  29. status = "okay";
  30. };
  31. };
  32. };
  33. };