mt6795-evb.dts 934 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /*
  2. * Copyright (c) 2015 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 "mt6795.dtsi"
  16. / {
  17. model = "MediaTek MT6795 Evaluation Board";
  18. compatible = "mediatek,mt6795-evb", "mediatek,mt6795";
  19. aliases {
  20. serial0 = &uart0;
  21. serial1 = &uart1;
  22. serial2 = &uart2;
  23. serial3 = &uart3;
  24. };
  25. memory@40000000 {
  26. device_type = "memory";
  27. reg = <0 0x40000000 0 0x1e800000>;
  28. };
  29. chosen {
  30. stdout-path = "serial0:921600n8";
  31. };
  32. };
  33. &uart0 {
  34. status = "okay";
  35. };