imx31-bug.dts 663 B

12345678910111213141516171819202122232425262728293031
  1. /*
  2. * Copyright 2012 Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
  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/ "imx31.dtsi"
  13. / {
  14. model = "Buglabs i.MX31 Bug 1.x";
  15. compatible = "fsl,imx31-bug", "fsl,imx31";
  16. memory {
  17. reg = <0x80000000 0x8000000>; /* 128M */
  18. };
  19. soc {
  20. aips@43f00000 { /* AIPS1 */
  21. uart5: serial@43fb4000 {
  22. fsl,uart-has-rtscts;
  23. status = "okay";
  24. };
  25. };
  26. };
  27. };