imx31-bug.dts 379 B

12345678910111213141516171819202122
  1. // SPDX-License-Identifier: GPL-2.0-or-later
  2. /*
  3. * Copyright 2012 Denis 'GNUtoo' Carikli <[email protected]>
  4. */
  5. /dts-v1/;
  6. #include "imx31.dtsi"
  7. / {
  8. model = "Buglabs i.MX31 Bug 1.x";
  9. compatible = "buglabs,imx31-bug", "fsl,imx31";
  10. memory@80000000 {
  11. device_type = "memory";
  12. reg = <0x80000000 0x8000000>; /* 128M */
  13. };
  14. };
  15. &uart5 {
  16. uart-has-rtscts;
  17. status = "okay";
  18. };