mt6755-evb.dts 861 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /*
  2. * Copyright (c) 2016 MediaTek Inc.
  3. * Author: Mars.C <mars.cheng@mediatek.com>
  4. *
  5. * This program is free software; you can redistribute it and/or modify
  6. * it under the terms of the GNU General Public License version 2 as
  7. * published by the Free Software Foundation.
  8. *
  9. * This program is distributed in the hope that it will be useful,
  10. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. * GNU General Public License for more details.
  13. */
  14. /dts-v1/;
  15. #include "mt6755.dtsi"
  16. / {
  17. model = "MediaTek MT6755 EVB";
  18. compatible = "mediatek,mt6755-evb", "mediatek,mt6755";
  19. aliases {
  20. serial0 = &uart0;
  21. };
  22. memory@40000000 {
  23. device_type = "memory";
  24. reg = <0 0x40000000 0 0x1e800000>;
  25. };
  26. chosen {
  27. stdout-path = "serial0:921600n8";
  28. };
  29. };
  30. &uart0 {
  31. status = "okay";
  32. };