mt6797-evb.dts 836 B

12345678910111213141516171819202122232425262728293031323334353637
  1. /*
  2. * Copyright (c) 2017 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 "mt6797.dtsi"
  16. / {
  17. model = "MediaTek MT6797 Evaluation Board";
  18. compatible = "mediatek,mt6797-evb", "mediatek,mt6797";
  19. aliases {
  20. serial0 = &uart0;
  21. };
  22. memory@40000000 {
  23. device_type = "memory";
  24. reg = <0 0x40000000 0 0x1e800000>;
  25. };
  26. chosen {};
  27. };
  28. &uart0 {
  29. status = "okay";
  30. };